Package net.sourceforge.plantuml.wire
Class WBlock
java.lang.Object
net.sourceforge.plantuml.wire.WBlock
-
Constructor Summary
ConstructorsConstructorDescriptionWBlock
(String name, UTranslate position, double width, double height, HColor color) -
Method Summary
Modifier and TypeMethodDescriptionvoid
getAbsolutePosition
(String supx, String supy) getNextOutHorizontal
(String x, String y, WLinkType type) getNextOutVertical
(String x, String y, WLinkType type) newColumn
(int level) print
(StringBounder stringBounder, ISkinParam skinParam, int level, String text) toString()
wgoto
(int level, double x, double y) wmove
(int level, double x, double y)
-
Constructor Details
-
WBlock
-
-
Method Details
-
getAbsolutePosition
-
toString
-
getBlock
-
newColumn
-
wgoto
-
wmove
-
print
public CommandExecutionResult print(StringBounder stringBounder, ISkinParam skinParam, int level, String text) -
addBlock
public CommandExecutionResult addBlock(int level, String name, double width, double height, HColor color) -
drawMe
-
getNextOutHorizontal
-
getNextOutVertical
-