Class Rose
- java.lang.Object
-
- net.sourceforge.plantuml.skin.rose.Rose
-
-
Constructor Summary
Constructors Constructor Description Rose()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Component
createComponent(ComponentType type, ArrowConfiguration config, ISkinParam param, Display stringsToDisplay)
HtmlColor
getFontColor(ISkinParam skin, FontParam fontParam)
HtmlColor
getHtmlColor(ISkinParam skin, ColorParam color)
HtmlColor
getHtmlColor(ISkinParam skin, Stereotype stereotype, ColorParam... colorParams)
java.lang.Object
getProtocolVersion()
static UStroke
getStroke(ISkinParam param, LineParam lineParam, double defaultValue)
-
-
-
Method Detail
-
getFontColor
public HtmlColor getFontColor(ISkinParam skin, FontParam fontParam)
-
getHtmlColor
public HtmlColor getHtmlColor(ISkinParam skin, ColorParam color)
-
getHtmlColor
public HtmlColor getHtmlColor(ISkinParam skin, Stereotype stereotype, ColorParam... colorParams)
-
createComponent
public Component createComponent(ComponentType type, ArrowConfiguration config, ISkinParam param, Display stringsToDisplay)
- Specified by:
createComponent
in interfaceSkin
-
getStroke
public static UStroke getStroke(ISkinParam param, LineParam lineParam, double defaultValue)
-
getProtocolVersion
public java.lang.Object getProtocolVersion()
- Specified by:
getProtocolVersion
in interfaceSkin
-
-