Package net.sourceforge.plantuml.posimo
Class Cluster
java.lang.Object
net.sourceforge.plantuml.posimo.Cluster
- All Implemented Interfaces:
Clusterable
,Moveable
,Positionable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getBlock
(int uid) java.util.Collection<Block>
java.awt.geom.Point2D
java.util.Collection<Block>
getSize()
java.util.Collection<Cluster>
final double
final double
int
getUid()
void
moveSvek
(double deltaX, double deltaY) final void
setHeight
(double height) final void
setWidth
(double width) final void
setX
(double x) final void
setY
(double y) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Cluster
-
-
Method Details
-
getSubClusters
-
getRecursiveContents
-
getUid
public int getUid() -
addBloc
-
getParent
- Specified by:
getParent
in interfaceClusterable
-
getContents
-
getBlock
-
getPosition
public java.awt.geom.Point2D 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)
-