Package net.sourceforge.plantuml.posimo
Class Cluster
java.lang.Object
net.sourceforge.plantuml.posimo.Cluster
- All Implemented Interfaces:
Moveable
,Positionable
,Clusterable
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Cluster
-
-
Method Details
-
getSubClusters
-
getRecursiveContents
-
getUid
public int getUid() -
addBloc
-
getParent
- Specified by:
getParent
in interfaceClusterable
-
getContents
-
getBlock
-
getPosition
- Specified by:
getPosition
in interfacePositionable
-
getSize
- Specified by:
getSize
in interfacePositionable
-
setX
public final void setX(double x) -
setY
public final void setY(double y) -
setWidth
public final void setWidth(double width) -
setHeight
public final void setHeight(double height) -
getTitleWidth
public final double getTitleWidth() -
getTitleHeight
public final double getTitleHeight() -
moveSvek
public void moveSvek(double deltaX, double deltaY)
-