net.sourceforge.plantuml.skin.rose
Class Rose
java.lang.Object
net.sourceforge.plantuml.skin.rose.Rose
- All Implemented Interfaces:
- Skin
public class Rose
- extends Object
- implements Skin
Constructor Summary |
Rose()
|
Method Summary |
Component |
createComponent(ComponentType type,
ArrowConfiguration config,
ISkinParam param,
Display stringsToDisplay)
|
HtmlColor |
getFontColor(ISkinParam skin,
FontParam fontParam)
|
HtmlColor |
getHtmlColor(ISkinParam param,
ColorParam color)
|
HtmlColor |
getHtmlColor(ISkinParam param,
ColorParam color,
String stereotype)
|
Object |
getProtocolVersion()
|
static UStroke |
getStroke(ISkinParam param,
LineParam lineParam,
double defaultValue)
|
void |
setPaddingNote(double paddingX,
double paddingY)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Rose
public Rose()
setPaddingNote
public void setPaddingNote(double paddingX,
double paddingY)
getFontColor
public HtmlColor getFontColor(ISkinParam skin,
FontParam fontParam)
getHtmlColor
public HtmlColor getHtmlColor(ISkinParam param,
ColorParam color)
getHtmlColor
public HtmlColor getHtmlColor(ISkinParam param,
ColorParam color,
String stereotype)
createComponent
public Component createComponent(ComponentType type,
ArrowConfiguration config,
ISkinParam param,
Display stringsToDisplay)
- Specified by:
createComponent
in interface Skin
getStroke
public static UStroke getStroke(ISkinParam param,
LineParam lineParam,
double defaultValue)
getProtocolVersion
public Object getProtocolVersion()
- Specified by:
getProtocolVersion
in interface Skin
Copyright © 2013. All Rights Reserved.