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 ComponentcreateComponent(Style[] style, ComponentType type, ArrowConfiguration config, ISkinParam param, Display stringsToDisplay)ArrowComponentcreateComponentArrow(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:
createComponentArrowin classRose
-
createComponent
public Component createComponent(Style[] style, ComponentType type, ArrowConfiguration config, ISkinParam param, Display stringsToDisplay)
- Overrides:
createComponentin classRose
-
-