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)
-
Methods inherited from class net.sourceforge.plantuml.skin.rose.Rose
createComponentNewPage, getFontColor, 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
-
createComponent
public Component createComponent(Style[] style, ComponentType type, ArrowConfiguration config, ISkinParam param, Display stringsToDisplay)
- Overrides:
createComponent
in classRose
-
-