Class Rose
java.lang.Object
net.sourceforge.plantuml.skin.rose.Rose
- Direct Known Subclasses:
TextSkin
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateComponent(Style[] styles, ComponentType type, ArrowConfiguration config, ISkinParam param, Display stringsToDisplay) createComponentArrow(Style[] styles, ArrowConfiguration config, ISkinParam param, Display stringsToDisplay) createComponentNewPage(ISkinParam param) createComponentNote(Style[] styles, ComponentType type, ISkinParam param, Display stringsToDisplay, Colors colors) createComponentNote(Style[] styles, ComponentType type, ISkinParam param, Display stringsToDisplay, Colors colors, NotePosition notePosition) getHtmlColor(ISkinParam skin, ColorParam color) getHtmlColor(ISkinParam skin, Stereotype stereotype, ColorParam... colorParams) static UStrokegetStroke(ISkinParam param, LineParam lineParam, double defaultValue)
-
Field Details
-
paddingY
public static final double paddingY- See Also:
-
-
Constructor Details
-
Rose
public Rose()
-
-
Method Details
-
getHtmlColor
-
getHtmlColor
-
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
-
createComponentArrow
public ArrowComponent createComponentArrow(Style[] styles, ArrowConfiguration config, ISkinParam param, Display stringsToDisplay) -
getStroke
-