net.sourceforge.plantuml.posimo
Interface Positionable

All Superinterfaces:
Moveable
All Known Subinterfaces:
Clusterable
All Known Implementing Classes:
Block, Cluster, Label, PositionableImpl, Shape

public interface Positionable
extends Moveable


Method Summary
 Point2D getPosition()
           
 Dimension2D getSize()
           
 
Methods inherited from interface net.sourceforge.plantuml.posimo.Moveable
moveSvek
 

Method Detail

getSize

Dimension2D getSize()

getPosition

Point2D getPosition()


Copyright © 2013. All Rights Reserved.