Class TextSkin
- java.lang.Object
-
- net.sourceforge.plantuml.skin.rose.Rose
-
- net.sourceforge.plantuml.asciiart.TextSkin
-
public class TextSkin extends Rose
-
-
Constructor Summary
Constructors Constructor Description TextSkin(FileFormat fileFormat)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Component
createComponent(Style[] style, ComponentType type, ArrowConfiguration config, ISkinParam param, Display stringsToDisplay)
ArrowComponent
createComponentArrow(Style[] styles, ArrowConfiguration config, ISkinParam param, Display stringsToDisplay)
Component
createComponentNewPage(ISkinParam param)
Component
createComponentNote(Style[] styles, ComponentType type, ISkinParam param, Display stringsToDisplay, Colors colors)
Component
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 Detail
-
TextSkin
public TextSkin(FileFormat fileFormat)
-
-
Method Detail
-
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
public Component createComponentNewPage(ISkinParam param)
- Overrides:
createComponentNewPage
in classRose
-
-