public interface ISkinParam extends SpriteContainer
Modifier and Type | Method and Description |
---|---|
int |
classAttributeIconSize() |
boolean |
forceSequenceParticipantUnderlined() |
net.sourceforge.plantuml.graphic.HtmlColor |
getBackgroundColor() |
int |
getCircledCharacterRadius() |
net.sourceforge.plantuml.ugraphic.ColorMapper |
getColorMapper() |
net.sourceforge.plantuml.cucadiagram.dot.DotSplines |
getDotSplines() |
int |
getDpi() |
net.sourceforge.plantuml.ugraphic.UFont |
getFont(FontParam fontParam,
java.lang.String stereotype) |
net.sourceforge.plantuml.graphic.HtmlColor |
getFontHtmlColor(FontParam param,
java.lang.String stereotype) |
net.sourceforge.plantuml.graphic.HorizontalAlignment |
getHorizontalAlignment(AlignParam param) |
net.sourceforge.plantuml.graphic.HtmlColor |
getHtmlColor(ColorParam param,
java.lang.String stereotype,
boolean clickable) |
double |
getNodesep() |
net.sourceforge.plantuml.svek.PackageStyle |
getPackageStyle() |
double |
getRanksep() |
double |
getRoundCorner() |
net.sourceforge.plantuml.cucadiagram.dot.GraphvizLayoutStrategy |
getStrategy() |
net.sourceforge.plantuml.ugraphic.UStroke |
getThickness(LineParam param) |
java.lang.String |
getValue(java.lang.String key) |
double |
maxMessageSize() |
boolean |
shadowing() |
boolean |
stereotypePositionTop() |
boolean |
strictUmlStyle() |
boolean |
useSwimlanes() |
boolean |
useUml2ForComponent() |
getSprite
net.sourceforge.plantuml.graphic.HtmlColor getBackgroundColor()
java.lang.String getValue(java.lang.String key)
net.sourceforge.plantuml.graphic.HtmlColor getHtmlColor(ColorParam param, java.lang.String stereotype, boolean clickable)
net.sourceforge.plantuml.graphic.HtmlColor getFontHtmlColor(FontParam param, java.lang.String stereotype)
net.sourceforge.plantuml.ugraphic.UStroke getThickness(LineParam param)
net.sourceforge.plantuml.ugraphic.UFont getFont(FontParam fontParam, java.lang.String stereotype)
net.sourceforge.plantuml.graphic.HorizontalAlignment getHorizontalAlignment(AlignParam param)
int getCircledCharacterRadius()
int classAttributeIconSize()
net.sourceforge.plantuml.ugraphic.ColorMapper getColorMapper()
int getDpi()
net.sourceforge.plantuml.cucadiagram.dot.DotSplines getDotSplines()
net.sourceforge.plantuml.cucadiagram.dot.GraphvizLayoutStrategy getStrategy()
boolean shadowing()
net.sourceforge.plantuml.svek.PackageStyle getPackageStyle()
boolean useUml2ForComponent()
boolean stereotypePositionTop()
boolean useSwimlanes()
double getNodesep()
double getRanksep()
double getRoundCorner()
double maxMessageSize()
boolean strictUmlStyle()
boolean forceSequenceParticipantUnderlined()