public interface ISkinParam extends ISkinSimple
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.svek.ConditionStyle |
getConditionStyle() |
net.sourceforge.plantuml.cucadiagram.dot.DotSplines |
getDotSplines() |
int |
getDpi() |
net.sourceforge.plantuml.ugraphic.UFont |
getFont(FontParam fontParam,
net.sourceforge.plantuml.cucadiagram.Stereotype stereotype) |
net.sourceforge.plantuml.graphic.HtmlColor |
getFontHtmlColor(FontParam param,
net.sourceforge.plantuml.cucadiagram.Stereotype stereotype) |
net.sourceforge.plantuml.graphic.HorizontalAlignment |
getHorizontalAlignment(AlignParam param) |
net.sourceforge.plantuml.graphic.HtmlColor |
getHtmlColor(ColorParam param,
net.sourceforge.plantuml.cucadiagram.Stereotype stereotype,
boolean clickable) |
double |
getNodesep() |
net.sourceforge.plantuml.svek.PackageStyle |
getPackageStyle() |
net.sourceforge.plantuml.cucadiagram.Rankdir |
getRankdir() |
double |
getRanksep() |
double |
getRoundCorner() |
net.sourceforge.plantuml.cucadiagram.dot.GraphvizLayoutStrategy |
getStrategy() |
net.sourceforge.plantuml.ugraphic.UStroke |
getThickness(LineParam param) |
double |
maxMessageSize() |
double |
minClassWidth() |
boolean |
sameClassWidth() |
boolean |
shadowing() |
boolean |
stereotypePositionTop() |
boolean |
strictUmlStyle() |
boolean |
useSwimlanes() |
boolean |
useUml2ForComponent() |
getValue
getSprite
net.sourceforge.plantuml.graphic.HtmlColor getBackgroundColor()
net.sourceforge.plantuml.graphic.HtmlColor getHtmlColor(ColorParam param, net.sourceforge.plantuml.cucadiagram.Stereotype stereotype, boolean clickable)
net.sourceforge.plantuml.graphic.HtmlColor getFontHtmlColor(FontParam param, net.sourceforge.plantuml.cucadiagram.Stereotype stereotype)
net.sourceforge.plantuml.ugraphic.UStroke getThickness(LineParam param)
net.sourceforge.plantuml.ugraphic.UFont getFont(FontParam fontParam, net.sourceforge.plantuml.cucadiagram.Stereotype 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()
net.sourceforge.plantuml.svek.ConditionStyle getConditionStyle()
double minClassWidth()
boolean sameClassWidth()
net.sourceforge.plantuml.cucadiagram.Rankdir getRankdir()