Class Rose
- java.lang.Object
-
- net.sourceforge.plantuml.skin.rose.Rose
-
- Direct Known Subclasses:
TextSkin
public class Rose extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static double
paddingY
-
Constructor Summary
Constructors Constructor Description Rose()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Component
createComponent(Style[] styles, 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)
HColor
getHtmlColor(ISkinParam skin, ColorParam color)
HColor
getHtmlColor(ISkinParam skin, Stereotype stereotype, ColorParam... colorParams)
static UStroke
getStroke(ISkinParam param, LineParam lineParam, double defaultValue)
-
-
-
Field Detail
-
paddingY
public static final double paddingY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getHtmlColor
public HColor getHtmlColor(ISkinParam skin, ColorParam color)
-
getHtmlColor
public HColor getHtmlColor(ISkinParam skin, Stereotype stereotype, ColorParam... colorParams)
-
createComponentNote
public Component createComponentNote(Style[] styles, ComponentType type, ISkinParam param, Display stringsToDisplay, Colors colors)
-
createComponentNote
public Component createComponentNote(Style[] styles, ComponentType type, ISkinParam param, Display stringsToDisplay, Colors colors, NotePosition notePosition)
-
createComponent
public Component createComponent(Style[] styles, ComponentType type, ArrowConfiguration config, ISkinParam param, Display stringsToDisplay)
-
createComponentNewPage
public Component createComponentNewPage(ISkinParam param)
-
createComponentArrow
public ArrowComponent createComponentArrow(Style[] styles, ArrowConfiguration config, ISkinParam param, Display stringsToDisplay)
-
getStroke
public static UStroke getStroke(ISkinParam param, LineParam lineParam, double defaultValue)
-
-