Package net.sourceforge.plantuml.posimo
Interface Positionable
-
- All Superinterfaces:
Moveable
- All Known Subinterfaces:
Clusterable
- All Known Implementing Classes:
Block
,Cluster
,Label
,PositionableImpl
,SvekNode
public interface Positionable extends Moveable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Point2D
getPosition()
Dimension2D
getSize()
-
-
-
Method Detail
-
getSize
Dimension2D getSize()
-
getPosition
Point2D getPosition()
-
-