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 XPoint2DgetPosition()XDimension2DgetSize()
-
-
-
Method Detail
-
getSize
XDimension2D getSize()
-
getPosition
XPoint2D getPosition()
-
-