net.sourceforge.plantuml
Interface ISkinParam

All Superinterfaces:
SpriteContainer
All Known Implementing Classes:
SkinParam, SkinParamBackcolored, SkinParamBackcoloredReference, SkinParamDelegator, SkinParamForecolored, SkinParamSameClassWidth

public interface ISkinParam
extends SpriteContainer


Method Summary
 int classAttributeIconSize()
           
 boolean forceSequenceParticipantUnderlined()
           
 HtmlColor getBackgroundColor()
           
 int getCircledCharacterRadius()
           
 ColorMapper getColorMapper()
           
 ConditionStyle getConditionStyle()
           
 DotSplines getDotSplines()
           
 int getDpi()
           
 UFont getFont(FontParam fontParam, String stereotype)
           
 HtmlColor getFontHtmlColor(FontParam param, String stereotype)
           
 HorizontalAlignment getHorizontalAlignment(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)
           
 double maxMessageSize()
           
 double minClassWidth()
           
 boolean sameClassWidth()
           
 boolean shadowing()
           
 boolean stereotypePositionTop()
           
 boolean strictUmlStyle()
           
 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)

getHorizontalAlignment

HorizontalAlignment getHorizontalAlignment(AlignParam param)

getCircledCharacterRadius

int getCircledCharacterRadius()

classAttributeIconSize

int classAttributeIconSize()

getColorMapper

ColorMapper getColorMapper()

getDpi

int getDpi()

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()

maxMessageSize

double maxMessageSize()

strictUmlStyle

boolean strictUmlStyle()

forceSequenceParticipantUnderlined

boolean forceSequenceParticipantUnderlined()

getConditionStyle

ConditionStyle getConditionStyle()

minClassWidth

double minClassWidth()

sameClassWidth

boolean sameClassWidth()


Copyright © 2013. All Rights Reserved.