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

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

public class Point
extends java.lang.Object
implements com.google.gwt.user.client.rpc.IsSerializable, IPoint


Constructor Summary
Point()
           
Point(double x, double y)
           
 
Method Summary
 double getX()
           
 double getY()
           
 void setX(double x)
           
 void setY(double y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Point

public Point()

Point

public Point(double x,
             double y)
Method Detail

getX

public double getX()
Specified by:
getX in interface IPoint

getY

public double getY()
Specified by:
getY in interface IPoint

setX

public void setX(double x)

setY

public void setY(double y)


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