Package net.sourceforge.plantuml.posimo
Class Block
java.lang.Object
net.sourceforge.plantuml.posimo.Block
- All Implemented Interfaces:
Clusterable
,Moveable
,Positionable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjava.awt.geom.Point2D
getSize()
int
getUid()
void
moveSvek
(double deltaX, double deltaY) void
setCenterX
(double center) void
setCenterY
(double center) final void
setX
(double x) final void
setY
(double y) java.lang.String
toString()
java.lang.String
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
Block
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
toStringPosition
public java.lang.String toStringPosition() -
getUid
public int getUid() -
getParent
- Specified by:
getParent
in interfaceClusterable
-
getPosition
public java.awt.geom.Point2D 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) -
moveSvek
public void moveSvek(double deltaX, double deltaY)
-