Package net.sourceforge.plantuml
Class SkinParamBackcoloredReference
- java.lang.Object
-
- net.sourceforge.plantuml.SkinParamDelegator
-
- net.sourceforge.plantuml.SkinParamBackcoloredReference
-
- All Implemented Interfaces:
ISkinParam
,ISkinSimple
,SpriteContainer
,SvgCharSizeHack
public class SkinParamBackcoloredReference extends SkinParamDelegator
-
-
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
Constructors Constructor Description SkinParamBackcoloredReference(ISkinParam skinParam, HColor sequenceReferenceHeaderBackground, HColor sequenceReferenceBackground)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HColor
getHtmlColor(ColorParam param, Stereotype stereotype, boolean clickable)
-
Methods inherited from class net.sourceforge.plantuml.SkinParamDelegator
actorStyle, assumeTransparent, classAttributeIconSize, colorArrowSeparationSpace, componentStyle, copyAllFrom, displayGenericWithOldFashion, fixCircleLabelOverlapping, forceSequenceParticipantUnderlined, getAllSpriteNames, getBackgroundColor, 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
-
-
-
-
Constructor Detail
-
SkinParamBackcoloredReference
public SkinParamBackcoloredReference(ISkinParam skinParam, HColor sequenceReferenceHeaderBackground, HColor sequenceReferenceBackground)
-
-
Method Detail
-
getHtmlColor
public HColor getHtmlColor(ColorParam param, Stereotype stereotype, boolean clickable)
- Specified by:
getHtmlColor
in interfaceISkinParam
- Overrides:
getHtmlColor
in classSkinParamDelegator
-
-