Package net.sourceforge.plantuml
Class SkinParamBackcolored
java.lang.Object
net.sourceforge.plantuml.SkinParamDelegator
net.sourceforge.plantuml.SkinParamBackcolored
- All Implemented Interfaces:
ISkinParam
,ISkinSimple
,SpriteContainer
,SvgCharSizeHack
-
Field Summary
Fields inherited from interface net.sourceforge.plantuml.ISkinParam
SWIMLANE_WIDTH_SAME
Fields inherited from interface net.sourceforge.plantuml.SvgCharSizeHack
NO_HACK
-
Constructor Summary
ConstructorsConstructorDescriptionSkinParamBackcolored
(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
Modifier and TypeMethodDescriptionvoid
forceColor
(ColorParam param, HColor color) getHtmlColor
(ColorParam param, Stereotype stereotype, boolean clickable) java.lang.String
toString()
Methods inherited from class net.sourceforge.plantuml.SkinParamDelegator
actorStyle, classAttributeIconSize, colorArrowSeparationSpace, componentStyle, copyAllFrom, displayGenericWithOldFashion, fixCircleLabelOverlapping, forceSequenceParticipantUnderlined, getAllSpriteNames, getCircledCharacter, getCircledCharacterRadius, getColorMapper, getColors, getConditionEndStyle, getConditionStyle, getCurrentStyleBuilder, getDefaultSkin, getDefaultTextAlignment, getDiagonalCorner, getDotSplines, getDpi, getFont, getFontHtmlColor, getHorizontalAlignment, getHyperlinkColor, getIHtmlColorSet, getlengthAdjust, getMonospacedFamily, getNodesep, getPadding, getPadding, getPreserveAspectRatio, getRankdir, getRanksep, getRoundCorner, getSplitParam, getSprite, getStereotypeAlignment, getSvgLinkTarget, getTabSize, getThemeStyle, getThickness, getTikzFontDistortion, getUmlDiagramType, getValue, groupInheritance, guillemet, handwritten, hoverPathColor, isUseVizJs, maxAsciiMessageLength, maxMessageSize, minClassWidth, muteStyle, packageStyle, responseMessageBelowArrow, sameClassWidth, sequenceDiagramPadder, setDefaultSkin, setSvgSize, setUseVizJs, shadowing, shadowing2, shadowingForNote, stereotypePositionTop, strictUmlStyle, svgDimensionStyle, swimlaneWidth, swimlaneWrapTitleWidth, transformStringForSizeHack, useOctagonForActivity, useRankSame, useSwimlanes, useUnderlineForHyperlink, values, wrapWidth
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
SkinParamBackcolored
-
SkinParamBackcolored
-
SkinParamBackcolored
-
SkinParamBackcolored
public SkinParamBackcolored(ISkinParam skinParam, HColor backColorElement, HColor backColorGeneral, boolean forceClickage)
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
getBackgroundColor
- Specified by:
getBackgroundColor
in interfaceISkinParam
- Overrides:
getBackgroundColor
in classSkinParamDelegator
-
getHtmlColor
- Specified by:
getHtmlColor
in interfaceISkinParam
- Overrides:
getHtmlColor
in classSkinParamDelegator
-
forceColor
-