Package net.sourceforge.plantuml.skin
Class SkinParamBackcolored
- java.lang.Object
-
- net.sourceforge.plantuml.skin.SkinParamDelegator
-
- net.sourceforge.plantuml.skin.SkinParamBackcolored
-
- All Implemented Interfaces:
SpriteContainer,ISkinParam,ISkinSimple,SvgCharSizeHack
public class SkinParamBackcolored 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 SkinParamBackcolored(ISkinParam skinParam, HColor backColorElement)SkinParamBackcolored(ISkinParam skinParam, HColor backColorElement, boolean forceClickage)SkinParamBackcolored(ISkinParam skinParam, HColor backColorElement, HColor backColorGeneral)SkinParamBackcolored(ISkinParam skinParam, HColor backColorElement, HColor backColorGeneral, boolean forceClickage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidforceColor(ColorParam param, HColor color)HColorgetBackgroundColor()HColorgetHtmlColor(ColorParam param, Stereotype stereotype, boolean clickable)java.lang.StringtoString()-
Methods inherited from class net.sourceforge.plantuml.skin.SkinParamDelegator
actorStyle, arrows, classAttributeIconSize, colorArrowSeparationSpace, componentStyle, copyAllFrom, displayGenericWithOldFashion, fixCircleLabelOverlapping, forceSequenceParticipantUnderlined, getAllSpriteNames, getCircledCharacter, getCircledCharacterRadius, getColors, getConditionEndStyle, getConditionStyle, getCurrentStyleBuilder, getDefaultSkin, getDefaultTextAlignment, getDiagonalCorner, getDotSplines, getDpi, getFont, getFontHtmlColor, 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, shadowing, shadowingForNote, sheet, sheet, stereotypePositionTop, strictUmlStyle, svgDimensionStyle, swimlaneWidth, swimlaneWrapTitleWidth, transformStringForSizeHack, useOctagonForActivity, useRankSame, useSwimlanes, useUnderlineForHyperlink, values
-
-
-
-
Constructor Detail
-
SkinParamBackcolored
public SkinParamBackcolored(ISkinParam skinParam, HColor backColorElement)
-
SkinParamBackcolored
public SkinParamBackcolored(ISkinParam skinParam, HColor backColorElement, boolean forceClickage)
-
SkinParamBackcolored
public SkinParamBackcolored(ISkinParam skinParam, HColor backColorElement, HColor backColorGeneral)
-
SkinParamBackcolored
public SkinParamBackcolored(ISkinParam skinParam, HColor backColorElement, HColor backColorGeneral, boolean forceClickage)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getBackgroundColor
public HColor getBackgroundColor()
- Specified by:
getBackgroundColorin interfaceISkinParam- Overrides:
getBackgroundColorin classSkinParamDelegator
-
getHtmlColor
public HColor getHtmlColor(ColorParam param, Stereotype stereotype, boolean clickable)
- Specified by:
getHtmlColorin interfaceISkinParam- Overrides:
getHtmlColorin classSkinParamDelegator
-
forceColor
public void forceColor(ColorParam param, HColor color)
-
-