com.ebmwebsourcing.geasytools.geasyui.impl.core
Class Point

java.lang.Object
  extended by com.ebmwebsourcing.geasytools.geasyui.impl.core.Point
All Implemented Interfaces:
IPoint

public class Point
extends java.lang.Object
implements IPoint


Constructor Summary
Point(float x, float y)
           
 
Method Summary
 boolean equals(IPoint point)
           
 float getX()
           
 float getY()
           
 boolean greaterThan(IPoint point)
           
 boolean smallerThan(IPoint point)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Point

public Point(float x,
             float y)
Method Detail

getX

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

getY

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

greaterThan

public boolean greaterThan(IPoint point)
Specified by:
greaterThan in interface IPoint

smallerThan

public boolean smallerThan(IPoint point)
Specified by:
smallerThan in interface IPoint

equals

public boolean equals(IPoint point)
Specified by:
equals in interface IPoint

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


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