Package net.sourceforge.plantuml.wbs
Class WElement
java.lang.Object
net.sourceforge.plantuml.wbs.WElement
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateElement(HColor backColor, int newLevel, Display newLabel, String stereotype, Direction direction, IdeaShape shape, StyleBuilder styleBuilder) getChildren(Direction direction) final XDimension2Dfinal DisplaygetLabel()final intgetLevel()final UTranslatefinal IdeaShapegetShape()getStyle()final StyleBuilderbooleanisLeaf()final voidsetGeometry(UTranslate position, XDimension2D dimension) toString()withBackColor(ISkinParam skinParam)
-
Field Details
-
STEP_BY_PARENT
public static final int STEP_BY_PARENT- See Also:
-
-
Constructor Details
-
WElement
public WElement(HColor backColor, Display label, String stereotype, StyleBuilder styleBuilder, IdeaShape shape)
-
-
Method Details