Package net.sourceforge.plantuml.posimo
Class Block
java.lang.Object
net.sourceforge.plantuml.posimo.Block
- All Implemented Interfaces:
Moveable
,Positionable
,Clusterable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSize()
int
getUid()
void
moveDelta
(double deltaX, double deltaY) void
setCenterX
(double center) void
setCenterY
(double center) final void
setX
(double x) final void
setY
(double y) toString()
-
Constructor Details
-
Block
-
-
Method Details
-
toString
-
toStringPosition
-
getUid
public int getUid() -
getParent
- Specified by:
getParent
in interfaceClusterable
-
getPosition
- Specified by:
getPosition
in interfacePositionable
-
getSize
- Specified by:
getSize
in interfacePositionable
-
setCenterX
public void setCenterX(double center) -
setCenterY
public void setCenterY(double center) -
setX
public final void setX(double x) -
setY
public final void setY(double y) -
moveDelta
public void moveDelta(double deltaX, double deltaY)
-