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