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 PointgetLowerRight()PointgetUpperLeft()voidsetLowerRight(Point lowerRight)voidsetUpperLeft(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
-
-