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 ComponentcreateComponent(ComponentType type, ArrowConfiguration config, ISkinParam param, Display stringsToDisplay)HtmlColorgetFontColor(ISkinParam skin, FontParam fontParam)HtmlColorgetHtmlColor(ISkinParam skin, ColorParam color)HtmlColorgetHtmlColor(ISkinParam skin, Stereotype stereotype, ColorParam... colorParams)java.lang.ObjectgetProtocolVersion()static UStrokegetStroke(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:
createComponentin interfaceSkin
-
getStroke
public static UStroke getStroke(ISkinParam param, LineParam lineParam, double defaultValue)
-
getProtocolVersion
public java.lang.Object getProtocolVersion()
- Specified by:
getProtocolVersionin interfaceSkin
-
-