com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.diagramcommon.layout
Class Bounds
java.lang.Object
com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.diagramcommon.layout.Bounds
- All Implemented Interfaces:
- IBounds, com.google.gwt.user.client.rpc.IsSerializable
public class Bounds
- extends java.lang.Object
- implements IBounds, com.google.gwt.user.client.rpc.IsSerializable
|
Constructor Summary |
Bounds()
|
Bounds(double x,
double y,
double width,
double height)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Bounds
public Bounds()
Bounds
public Bounds(double x,
double y,
double width,
double height)
getHeight
public double getHeight()
- Specified by:
getHeight in interface IBounds
getWidth
public double getWidth()
- Specified by:
getWidth in interface IBounds
setHeight
public void setHeight(double height)
- Specified by:
setHeight in interface IBounds
setX
public void setX(double x)
- Specified by:
setX in interface IBounds
setY
public void setY(double y)
- Specified by:
setY in interface IBounds
setWidth
public void setWidth(double width)
- Specified by:
setWidth in interface IBounds
getX
public double getX()
- Specified by:
getX in interface IBounds
getY
public double getY()
- Specified by:
getY in interface IBounds
Copyright © 2010-2011 Petals Link. All Rights Reserved.