Package net.sourceforge.plantuml
Class SkinParamBackcolored
- java.lang.Object
-
- net.sourceforge.plantuml.SkinParamDelegator
-
- net.sourceforge.plantuml.SkinParamBackcolored
-
- All Implemented Interfaces:
ISkinParam,ISkinSimple,SpriteContainer
public class SkinParamBackcolored extends SkinParamDelegator
-
-
Field Summary
-
Fields inherited from interface net.sourceforge.plantuml.ISkinParam
SWIMLANE_WIDTH_SAME
-
-
Constructor Summary
Constructors Constructor Description SkinParamBackcolored(ISkinParam skinParam, HtmlColor backColorElement)SkinParamBackcolored(ISkinParam skinParam, HtmlColor backColorElement, boolean forceClickage)SkinParamBackcolored(ISkinParam skinParam, HtmlColor backColorElement, HtmlColor backColorGeneral)SkinParamBackcolored(ISkinParam skinParam, HtmlColor backColorElement, HtmlColor backColorGeneral, boolean forceClickage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidforceColor(ColorParam param, HtmlColor color)HtmlColorgetBackgroundColor()HtmlColorgetHtmlColor(ColorParam param, Stereotype stereotype, boolean clickable)java.lang.StringtoString()-
Methods inherited from class net.sourceforge.plantuml.SkinParamDelegator
classAttributeIconSize, colorArrowSeparationSpace, displayGenericWithOldFashion, fixCircleLabelOverlapping, forceSequenceParticipantUnderlined, getCircledCharacter, getCircledCharacterRadius, getColorMapper, getColors, getConditionStyle, getDefaultTextAlignment, getDiagonalCorner, getDotSplines, getDpi, getFont, getFontHtmlColor, 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, shadowing, shadowing2, shadowingForNote, stereotypePositionTop, strictUmlStyle, svgDimensionStyle, swimlaneWidth, swimlaneWrapTitleWidth, useGuillemet, useOctagonForActivity, useRankSame, useSwimlanes, useUml2ForComponent, useUnderlineForHyperlink, wrapWidth
-
-
-
-
Constructor Detail
-
SkinParamBackcolored
public SkinParamBackcolored(ISkinParam skinParam, HtmlColor backColorElement)
-
SkinParamBackcolored
public SkinParamBackcolored(ISkinParam skinParam, HtmlColor backColorElement, boolean forceClickage)
-
SkinParamBackcolored
public SkinParamBackcolored(ISkinParam skinParam, HtmlColor backColorElement, HtmlColor backColorGeneral)
-
SkinParamBackcolored
public SkinParamBackcolored(ISkinParam skinParam, HtmlColor backColorElement, HtmlColor backColorGeneral, boolean forceClickage)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getBackgroundColor
public HtmlColor getBackgroundColor()
- Specified by:
getBackgroundColorin interfaceISkinParam- Overrides:
getBackgroundColorin classSkinParamDelegator
-
getHtmlColor
public HtmlColor getHtmlColor(ColorParam param, Stereotype stereotype, boolean clickable)
- Specified by:
getHtmlColorin interfaceISkinParam- Overrides:
getHtmlColorin classSkinParamDelegator
-
forceColor
public void forceColor(ColorParam param, HtmlColor color)
-
-