jBPM Designer - Backend 6.0.3-SNAPSHOT

org.jbpm.designer.server.diagram
Interface Bounded

All Known Implementing Classes:
Diagram, Shape

public interface Bounded


Method Summary
 double getHeight()
           
 Point getLowerRight()
           
 Point getUpperLeft()
           
 double getWidth()
           
 

Method Detail

getUpperLeft

Point getUpperLeft()
Returns:
Point Object of the upper left

getLowerRight

Point getLowerRight()
Returns:
Point Object of the lower right

getWidth

double getWidth()
Returns:
The width of the spanned area

getHeight

double getHeight()
Returns:
The height of the spanned area

jBPM Designer - Backend 6.0.3-SNAPSHOT

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.