Package net.sourceforge.plantuml.wire
Class WBlock
java.lang.Object
net.sourceforge.plantuml.wire.WBlock
public class WBlock
extends java.lang.Object
-
Constructor Summary
ConstructorsConstructorDescriptionWBlock
(java.lang.String name, UTranslate position, double width, double height, HColor color) -
Method Summary
Modifier and TypeMethodDescriptionvoid
getAbsolutePosition
(java.lang.String supx, java.lang.String supy) getBlock
(java.lang.String name) getNextOutHorizontal
(java.lang.String x, java.lang.String y, WLinkType type) getNextOutVertical
(java.lang.String x, java.lang.String y, WLinkType type) newColumn
(int level) print
(StringBounder stringBounder, ISkinParam skinParam, int level, java.lang.String text) java.lang.String
toString()
wgoto
(int level, double x, double y) wmove
(int level, double x, double y) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
WBlock
public WBlock(java.lang.String name, UTranslate position, double width, double height, HColor color)
-
-
Method Details
-
getAbsolutePosition
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
getBlock
-
newColumn
-
wgoto
-
wmove
-
print
public CommandExecutionResult print(StringBounder stringBounder, ISkinParam skinParam, int level, java.lang.String text) -
addBlock
public CommandExecutionResult addBlock(int level, java.lang.String name, double width, double height, HColor color) -
drawMe
-
getNextOutHorizontal
-
getNextOutVertical
-