net.sourceforge.plantuml
Interface ISkinParam

All Superinterfaces:
SpriteContainer
All Known Implementing Classes:
SkinParam, SkinParamBackcolored, SkinParamBackcoloredReference

public interface ISkinParam
extends SpriteContainer


Method Summary
 int classAttributeIconSize()
           
 HtmlColor getBackgroundColor()
           
 int getCircledCharacterRadius()
           
 ColorMapper getColorMapper()
           
 DotSplines getDotSplines()
           
 int getDpi()
           
 UFont getFont(FontParam fontParam, String stereotype)
           
 HtmlColor getFontHtmlColor(FontParam param, String stereotype)
           
 HorizontalAlignement getHorizontalAlignement(AlignParam param)
           
 HtmlColor getHtmlColor(ColorParam param, String stereotype, boolean clickable)
           
 double getNodesep()
           
 PackageStyle getPackageStyle()
           
 double getRanksep()
           
 double getRoundCorner()
           
 GraphvizLayoutStrategy getStrategy()
           
 UStroke getThickness(LineParam param)
           
 String getValue(String key)
           
 boolean isClassCollapse()
           
 boolean shadowing()
           
 boolean stereotypePositionTop()
           
 boolean useOctagonForActivity()
           
 boolean useSwimlanes()
           
 boolean useUml2ForComponent()
           
 
Methods inherited from interface net.sourceforge.plantuml.SpriteContainer
getSprite
 

Method Detail

getBackgroundColor

HtmlColor getBackgroundColor()

getValue

String getValue(String key)

getHtmlColor

HtmlColor getHtmlColor(ColorParam param,
                       String stereotype,
                       boolean clickable)

getFontHtmlColor

HtmlColor getFontHtmlColor(FontParam param,
                           String stereotype)

getThickness

UStroke getThickness(LineParam param)

getFont

UFont getFont(FontParam fontParam,
              String stereotype)

getHorizontalAlignement

HorizontalAlignement getHorizontalAlignement(AlignParam param)

getCircledCharacterRadius

int getCircledCharacterRadius()

isClassCollapse

boolean isClassCollapse()

classAttributeIconSize

int classAttributeIconSize()

getColorMapper

ColorMapper getColorMapper()

getDpi

int getDpi()

useOctagonForActivity

boolean useOctagonForActivity()

getDotSplines

DotSplines getDotSplines()

getStrategy

GraphvizLayoutStrategy getStrategy()

shadowing

boolean shadowing()

getPackageStyle

PackageStyle getPackageStyle()

useUml2ForComponent

boolean useUml2ForComponent()

stereotypePositionTop

boolean stereotypePositionTop()

useSwimlanes

boolean useSwimlanes()

getNodesep

double getNodesep()

getRanksep

double getRanksep()

getRoundCorner

double getRoundCorner()


Copyright © 2012. All Rights Reserved.