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, Colors colors) createComponentNote
(Style[] styles, ComponentType type, ISkinParam param, Display stringsToDisplay, Colors colors, NotePosition notePosition) Methods inherited from class net.sourceforge.plantuml.skin.rose.Rose
getHtmlColor, getHtmlColor, getStroke
-
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, Colors colors, NotePosition notePosition) - Overrides:
createComponentNote
in classRose
-
createComponentNote
public Component createComponentNote(Style[] styles, ComponentType type, ISkinParam param, Display stringsToDisplay, Colors colors) - 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
-