net.sourceforge.plantuml.skin.rose
Class Rose

java.lang.Object
  extended by 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, List<? extends CharSequence> stringsToDisplay)
           
 HtmlColor getFontColor(ISkinParam skin, FontParam fontParam)
           
 HtmlColor getHtmlColor(ISkinParam param, ColorParam color)
           
 HtmlColor getHtmlColor(ISkinParam param, ColorParam color, String stereotype)
           
 Object getProtocolVersion()
           
 void setPaddingNote(double paddingX, double paddingY)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Rose

public Rose()
Method Detail

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,
                                 List<? extends CharSequence> stringsToDisplay)
Specified by:
createComponent in interface Skin

getProtocolVersion

public Object getProtocolVersion()
Specified by:
getProtocolVersion in interface Skin


Copyright © 2012. All Rights Reserved.