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 -
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) createComponentNote
(Style[] styles, ComponentType type, ISkinParam param, Display stringsToDisplay, NotePosition notePosition) getFontColor
(ISkinParam skin, FontParam fontParam) getHtmlColor
(ISkinParam skin, ColorParam color) getHtmlColor
(ISkinParam skin, Stereotype stereotype, ColorParam... colorParams) static UStroke
getStroke
(ISkinParam param, LineParam lineParam, double defaultValue) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
paddingY
public static final double paddingY- See Also:
-
-
Constructor Details
-
Rose
public Rose()
-
-
Method Details
-
getFontColor
-
getHtmlColor
-
getHtmlColor
-
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
-
createComponentArrow
public ArrowComponent createComponentArrow(Style[] styles, ArrowConfiguration config, ISkinParam param, Display stringsToDisplay) -
getStroke
-