Package net.sourceforge.plantuml
Class SkinParamColors
- java.lang.Object
-
- net.sourceforge.plantuml.SkinParamDelegator
-
- net.sourceforge.plantuml.SkinParamColors
-
- All Implemented Interfaces:
ISkinParam,ISkinSimple,SpriteContainer
public class SkinParamColors extends SkinParamDelegator
-
-
Field Summary
-
Fields inherited from interface net.sourceforge.plantuml.ISkinParam
SWIMLANE_WIDTH_SAME
-
-
Constructor Summary
Constructors Constructor Description SkinParamColors(ISkinParam skinParam, Colors colors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HtmlColorgetFontHtmlColor(Stereotype stereotype, FontParam... param)HtmlColorgetHtmlColor(ColorParam param, Stereotype stereotype, boolean clickable)booleanshadowing(Stereotype stereotype)java.lang.StringtoString()-
Methods inherited from class net.sourceforge.plantuml.SkinParamDelegator
classAttributeIconSize, colorArrowSeparationSpace, displayGenericWithOldFashion, fixCircleLabelOverlapping, forceSequenceParticipantUnderlined, getBackgroundColor, getCircledCharacter, getCircledCharacterRadius, getColorMapper, getColors, getConditionStyle, getDefaultTextAlignment, getDiagonalCorner, getDotSplines, getDpi, getFont, getHorizontalAlignment, getHoverPathColor, getHyperlinkColor, getIHtmlColorSet, getMonospacedFamily, getNodesep, getPackageStyle, getPadding, getPadding, getRankdir, getRanksep, getRoundCorner, getSplitParam, getSprite, getSvgLinkTarget, getTabSize, getThickness, getTikzFontDistortion, getUmlDiagramType, getValue, groupInheritance, handwritten, isUseVizJs, maxAsciiMessageLength, maxMessageSize, minClassWidth, responseMessageBelowArrow, sameClassWidth, setUseVizJs, shadowing2, shadowingForNote, stereotypePositionTop, strictUmlStyle, svgDimensionStyle, swimlaneWidth, swimlaneWrapTitleWidth, useGuillemet, useOctagonForActivity, useRankSame, useSwimlanes, useUml2ForComponent, useUnderlineForHyperlink, wrapWidth
-
-
-
-
Constructor Detail
-
SkinParamColors
public SkinParamColors(ISkinParam skinParam, Colors colors)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
shadowing
public boolean shadowing(Stereotype stereotype)
- Specified by:
shadowingin interfaceISkinParam- Overrides:
shadowingin classSkinParamDelegator
-
getFontHtmlColor
public HtmlColor getFontHtmlColor(Stereotype stereotype, FontParam... param)
- Specified by:
getFontHtmlColorin interfaceISkinParam- Overrides:
getFontHtmlColorin classSkinParamDelegator
-
getHtmlColor
public HtmlColor getHtmlColor(ColorParam param, Stereotype stereotype, boolean clickable)
- Specified by:
getHtmlColorin interfaceISkinParam- Overrides:
getHtmlColorin classSkinParamDelegator
-
-