org.jbpm.designer.server.diagram
Class Bounds
java.lang.Object
org.jbpm.designer.server.diagram.Bounds
public class Bounds
- extends Object
Constructor Summary |
Bounds(Point lowerRight,
Point upperLeft)
Constructs a Bounds with initial lowerRight and upperleft |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Bounds
public Bounds(Point lowerRight,
Point upperLeft)
- Constructs a Bounds with initial lowerRight and upperleft
- Parameters:
lowerRight
- upperLeft
-
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
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.