Package net.sourceforge.plantuml.wbs
Class WElement
- java.lang.Object
-
- net.sourceforge.plantuml.wbs.WElement
-
public final class WElement extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
STEP_BY_PARENT
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WElement
createElement(HColor backColor, int newLevel, Display newLabel, String stereotype, Direction direction, IdeaShape shape, StyleBuilder styleBuilder)
Collection<WElement>
getChildren(Direction direction)
Display
getLabel()
int
getLevel()
WElement
getParent()
IdeaShape
getShape()
Style
getStyle()
StyleBuilder
getStyleBuilder()
boolean
isLeaf()
String
toString()
ISkinParam
withBackColor(ISkinParam skinParam)
-
-
-
Field Detail
-
STEP_BY_PARENT
public static final int STEP_BY_PARENT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
WElement
public WElement(HColor backColor, Display label, String stereotype, StyleBuilder styleBuilder, IdeaShape shape)
-
-
Method Detail
-
withBackColor
public ISkinParam withBackColor(ISkinParam skinParam)
-
getStyle
public Style getStyle()
-
isLeaf
public boolean isLeaf()
-
createElement
public WElement createElement(HColor backColor, int newLevel, Display newLabel, String stereotype, Direction direction, IdeaShape shape, StyleBuilder styleBuilder)
-
getLevel
public final int getLevel()
-
getLabel
public final Display getLabel()
-
getChildren
public Collection<WElement> getChildren(Direction direction)
-
getParent
public WElement getParent()
-
getShape
public final IdeaShape getShape()
-
getStyleBuilder
public final StyleBuilder getStyleBuilder()
-
-