Package net.sourceforge.plantuml.skin
Class SkinParamColors
- java.lang.Object
-
- net.sourceforge.plantuml.skin.SkinParamDelegator
-
- net.sourceforge.plantuml.skin.SkinParamColors
-
- All Implemented Interfaces:
SpriteContainer,ISkinParam,ISkinSimple,SvgCharSizeHack
public class SkinParamColors extends SkinParamDelegator
-
-
Field Summary
-
Fields inherited from interface net.sourceforge.plantuml.style.ISkinParam
SWIMLANE_WIDTH_SAME
-
Fields inherited from interface net.sourceforge.plantuml.text.SvgCharSizeHack
NO_HACK
-
-
Constructor Summary
Constructors Constructor Description SkinParamColors(ISkinParam skinParam, Colors colors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ColorsgetColors()HColorgetFontHtmlColor(Stereotype stereotype, FontParam... param)HColorgetHtmlColor(ColorParam param, Stereotype stereotype, boolean clickable)booleanshadowing(Stereotype stereotype)java.lang.StringtoString()-
Methods inherited from class net.sourceforge.plantuml.skin.SkinParamDelegator
actorStyle, arrows, classAttributeIconSize, colorArrowSeparationSpace, componentStyle, copyAllFrom, displayGenericWithOldFashion, fixCircleLabelOverlapping, forceSequenceParticipantUnderlined, getAllSpriteNames, getBackgroundColor, getCircledCharacter, getCircledCharacterRadius, getColors, getConditionEndStyle, getConditionStyle, getCurrentStyleBuilder, getDefaultSkin, getDefaultTextAlignment, getDiagonalCorner, getDotSplines, getDpi, getFont, getHorizontalAlignment, getHyperlinkColor, getIHtmlColorSet, getlengthAdjust, getMonospacedFamily, getNodesep, getPadding, getPadding, getParamSameClassWidth, getPreserveAspectRatio, getRankdir, getRanksep, getRoundCorner, getSplitParam, getSprite, getStereotypeAlignment, getSvgLinkTarget, getTabSize, getThickness, getTikzFontDistortion, getUmlDiagramType, getValue, groupInheritance, guillemet, handwritten, hoverPathColor, isUseVizJs, maxAsciiMessageLength, maxMessageSize, muteStyle, packageStyle, responseMessageBelowArrow, sameClassWidth, sequenceDiagramPadder, setDefaultSkin, setSvgSize, setUseVizJs, shadowingForNote, sheet, sheet, stereotypePositionTop, strictUmlStyle, svgDimensionStyle, swimlaneWidth, swimlaneWrapTitleWidth, transformStringForSizeHack, useOctagonForActivity, useRankSame, useSwimlanes, useUnderlineForHyperlink, values
-
-
-
-
Constructor Detail
-
SkinParamColors
public SkinParamColors(ISkinParam skinParam, Colors colors)
-
-
Method Detail
-
getColors
public final Colors getColors()
-
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 HColor getFontHtmlColor(Stereotype stereotype, FontParam... param)
- Specified by:
getFontHtmlColorin interfaceISkinParam- Overrides:
getFontHtmlColorin classSkinParamDelegator
-
getHtmlColor
public HColor getHtmlColor(ColorParam param, Stereotype stereotype, boolean clickable)
- Specified by:
getHtmlColorin interfaceISkinParam- Overrides:
getHtmlColorin classSkinParamDelegator
-
-