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)ComponentcreateComponentNewPage(ISkinParam param)ComponentcreateComponentNote(Style[] styles, ComponentType type, ISkinParam param, Display stringsToDisplay, Colors colors)ComponentcreateComponentNote(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:
createComponentArrowin classRose
-
createComponentNote
public Component createComponentNote(Style[] styles, ComponentType type, ISkinParam param, Display stringsToDisplay, Colors colors, NotePosition notePosition)
- Overrides:
createComponentNotein classRose
-
createComponentNote
public Component createComponentNote(Style[] styles, ComponentType type, ISkinParam param, Display stringsToDisplay, Colors colors)
- Overrides:
createComponentNotein classRose
-
createComponent
public Component createComponent(Style[] style, ComponentType type, ArrowConfiguration config, ISkinParam param, Display stringsToDisplay)
- Overrides:
createComponentin classRose
-
createComponentNewPage
public Component createComponentNewPage(ISkinParam param)
- Overrides:
createComponentNewPagein classRose
-
-