Class TextSkin
java.lang.Object
net.sourceforge.plantuml.skin.rose.Rose
net.sourceforge.plantuml.asciiart.TextSkin
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateComponent
(Style[] style, ComponentType type, ArrowConfiguration config, ISkinParam param, Display stringsToDisplay) createComponentArrow
(Style[] styles, ArrowConfiguration config, ISkinParam param, Display stringsToDisplay) createComponentNewPage
(ISkinParam param) createComponentNote
(Style[] styles, ComponentType type, ISkinParam param, Display stringsToDisplay) createComponentNote
(Style[] styles, ComponentType type, ISkinParam param, Display stringsToDisplay, NotePosition notePosition) Methods inherited from class net.sourceforge.plantuml.skin.rose.Rose
getFontColor, getHtmlColor, getHtmlColor, getStroke
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TextSkin
-
-
Method Details
-
createComponentArrow
public ArrowComponent createComponentArrow(Style[] styles, ArrowConfiguration config, ISkinParam param, Display stringsToDisplay) - Overrides:
createComponentArrow
in classRose
-
createComponentNote
public Component createComponentNote(Style[] styles, ComponentType type, ISkinParam param, Display stringsToDisplay, NotePosition notePosition) - Overrides:
createComponentNote
in classRose
-
createComponentNote
public Component createComponentNote(Style[] styles, ComponentType type, ISkinParam param, Display stringsToDisplay) - Overrides:
createComponentNote
in classRose
-
createComponent
public Component createComponent(Style[] style, ComponentType type, ArrowConfiguration config, ISkinParam param, Display stringsToDisplay) - Overrides:
createComponent
in classRose
-
createComponentNewPage
- Overrides:
createComponentNewPage
in classRose
-