com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.diagramcommon.layout
Class Dimension

java.lang.Object
  extended by com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.diagramcommon.layout.Dimension
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class Dimension
extends java.lang.Object
implements com.google.gwt.user.client.rpc.IsSerializable


Constructor Summary
protected Dimension()
           
  Dimension(double width, double height)
           
 
Method Summary
 double getHeight()
           
 double getWidth()
           
 void setHeight(double height)
           
 void setWidth(double width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dimension

protected Dimension()

Dimension

public Dimension(double width,
                 double height)
Method Detail

getWidth

public double getWidth()

getHeight

public double getHeight()

setWidth

public void setWidth(double width)

setHeight

public void setHeight(double height)


Copyright © 2010-2011 Petals Link. All Rights Reserved.