Package org.jbpm.designer.server.diagram
Class Bounds
- java.lang.Object
-
- org.jbpm.designer.server.diagram.Bounds
-
public class Bounds extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Point
getLowerRight()
Point
getUpperLeft()
void
setLowerRight(Point lowerRight)
void
setUpperLeft(Point upperLeft)
-
-
-
Method Detail
-
getLowerRight
public Point getLowerRight()
- Returns:
- the lowerRight of a Bounds
-
setLowerRight
public void setLowerRight(Point lowerRight)
- Parameters:
lowerRight
- the lowerRight to set
-
getUpperLeft
public Point getUpperLeft()
- Returns:
- the upperLeft of a Bounds
-
setUpperLeft
public void setUpperLeft(Point upperLeft)
- Parameters:
upperLeft
- the upperLeft to set
-
-