com.ebmwebsourcing.geasytools.geasyui.api.core
Interface IPoint

All Known Implementing Classes:
Point

public interface IPoint


Method Summary
 boolean equals(IPoint point)
           
 float getX()
           
 float getY()
           
 boolean greaterThan(IPoint point)
           
 boolean smallerThan(IPoint point)
           
 

Method Detail

getX

float getX()

getY

float getY()

greaterThan

boolean greaterThan(IPoint point)

smallerThan

boolean smallerThan(IPoint point)

equals

boolean equals(IPoint point)


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