Class Rose
- java.lang.Object
-
- net.sourceforge.plantuml.skin.rose.Rose
-
-
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)
Component
createComponentNote(Style[] styles, ComponentType type, ISkinParam param, Display stringsToDisplay, NotePosition notePosition)
HColor
getFontColor(ISkinParam skin, FontParam fontParam)
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
-
getFontColor
public HColor getFontColor(ISkinParam skin, FontParam fontParam)
-
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)
-
createComponentNote
public Component createComponentNote(Style[] styles, ComponentType type, ISkinParam param, Display stringsToDisplay, 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)
-
-