public class SkinParamBackcoloredReference extends java.lang.Object implements ISkinParam
Constructor and Description |
---|
SkinParamBackcoloredReference(ISkinParam skinParam,
net.sourceforge.plantuml.graphic.HtmlColor sequenceReferenceHeaderBackground,
net.sourceforge.plantuml.graphic.HtmlColor sequenceReferenceBackground) |
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.ugraphic.Sprite |
getSprite(java.lang.String name) |
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() |
public SkinParamBackcoloredReference(ISkinParam skinParam, net.sourceforge.plantuml.graphic.HtmlColor sequenceReferenceHeaderBackground, net.sourceforge.plantuml.graphic.HtmlColor sequenceReferenceBackground)
public net.sourceforge.plantuml.graphic.HtmlColor getBackgroundColor()
getBackgroundColor
in interface ISkinParam
public int getCircledCharacterRadius()
getCircledCharacterRadius
in interface ISkinParam
public net.sourceforge.plantuml.ugraphic.UFont getFont(FontParam fontParam, java.lang.String stereotype)
getFont
in interface ISkinParam
public net.sourceforge.plantuml.graphic.HtmlColor getFontHtmlColor(FontParam param, java.lang.String stereotype)
getFontHtmlColor
in interface ISkinParam
public net.sourceforge.plantuml.graphic.HtmlColor getHtmlColor(ColorParam param, java.lang.String stereotype, boolean clickable)
getHtmlColor
in interface ISkinParam
public java.lang.String getValue(java.lang.String key)
getValue
in interface ISkinParam
public int classAttributeIconSize()
classAttributeIconSize
in interface ISkinParam
public int getDpi()
getDpi
in interface ISkinParam
public net.sourceforge.plantuml.cucadiagram.dot.DotSplines getDotSplines()
getDotSplines
in interface ISkinParam
public net.sourceforge.plantuml.cucadiagram.dot.GraphvizLayoutStrategy getStrategy()
getStrategy
in interface ISkinParam
public net.sourceforge.plantuml.graphic.HorizontalAlignment getHorizontalAlignment(AlignParam param)
getHorizontalAlignment
in interface ISkinParam
public net.sourceforge.plantuml.ugraphic.ColorMapper getColorMapper()
getColorMapper
in interface ISkinParam
public boolean shadowing()
shadowing
in interface ISkinParam
public net.sourceforge.plantuml.svek.PackageStyle getPackageStyle()
getPackageStyle
in interface ISkinParam
public net.sourceforge.plantuml.ugraphic.Sprite getSprite(java.lang.String name)
getSprite
in interface SpriteContainer
public boolean useUml2ForComponent()
useUml2ForComponent
in interface ISkinParam
public boolean stereotypePositionTop()
stereotypePositionTop
in interface ISkinParam
public boolean useSwimlanes()
useSwimlanes
in interface ISkinParam
public double getNodesep()
getNodesep
in interface ISkinParam
public double getRanksep()
getRanksep
in interface ISkinParam
public double getRoundCorner()
getRoundCorner
in interface ISkinParam
public net.sourceforge.plantuml.ugraphic.UStroke getThickness(LineParam param)
getThickness
in interface ISkinParam
public double maxMessageSize()
maxMessageSize
in interface ISkinParam
public boolean strictUmlStyle()
strictUmlStyle
in interface ISkinParam
public boolean forceSequenceParticipantUnderlined()
forceSequenceParticipantUnderlined
in interface ISkinParam