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 XDimension2D
final Display
getLabel()
final int
getLevel()
final UTranslate
final IdeaShape
getShape()
getStyle()
final StyleBuilder
boolean
isLeaf()
final void
setGeometry
(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