Package net.sourceforge.plantuml
Class SkinParamSameClassWidth
- java.lang.Object
-
- net.sourceforge.plantuml.SkinParamDelegator
-
- net.sourceforge.plantuml.SkinParamSameClassWidth
-
- All Implemented Interfaces:
ISkinParam
,ISkinSimple
,SpriteContainer
public class SkinParamSameClassWidth extends SkinParamDelegator
-
-
Field Summary
-
Fields inherited from interface net.sourceforge.plantuml.ISkinParam
SWIMLANE_WIDTH_SAME
-
-
Constructor Summary
Constructors Constructor Description SkinParamSameClassWidth(ISkinParam skinParam, double width)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
minClassWidth()
-
Methods inherited from class net.sourceforge.plantuml.SkinParamDelegator
classAttributeIconSize, colorArrowSeparationSpace, displayGenericWithOldFashion, fixCircleLabelOverlapping, forceSequenceParticipantUnderlined, getBackgroundColor, getCircledCharacter, getCircledCharacterRadius, getColorMapper, getColors, getConditionStyle, getDefaultTextAlignment, getDiagonalCorner, getDotSplines, getDpi, getFont, getFontHtmlColor, getHorizontalAlignment, getHoverPathColor, getHtmlColor, getHyperlinkColor, getIHtmlColorSet, getMonospacedFamily, getNodesep, getPackageStyle, getPadding, getPadding, getRankdir, getRanksep, getRoundCorner, getSplitParam, getSprite, getSvgLinkTarget, getTabSize, getThickness, getTikzFontDistortion, getUmlDiagramType, getValue, groupInheritance, handwritten, isUseVizJs, maxAsciiMessageLength, maxMessageSize, responseMessageBelowArrow, sameClassWidth, setUseVizJs, shadowing, shadowing2, shadowingForNote, stereotypePositionTop, strictUmlStyle, svgDimensionStyle, swimlaneWidth, swimlaneWrapTitleWidth, useGuillemet, useOctagonForActivity, useRankSame, useSwimlanes, useUml2ForComponent, useUnderlineForHyperlink, wrapWidth
-
-
-
-
Constructor Detail
-
SkinParamSameClassWidth
public SkinParamSameClassWidth(ISkinParam skinParam, double width)
-
-
Method Detail
-
minClassWidth
public double minClassWidth()
- Specified by:
minClassWidth
in interfaceISkinParam
- Overrides:
minClassWidth
in classSkinParamDelegator
-
-