|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.geasytools.geasyui.impl.core.Point
public class Point
| 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 |
|---|
public Point(float x,
float y)
| Method Detail |
|---|
public float getX()
getX in interface IPointpublic float getY()
getY in interface IPointpublic boolean greaterThan(IPoint point)
greaterThan in interface IPointpublic boolean smallerThan(IPoint point)
smallerThan in interface IPointpublic boolean equals(IPoint point)
equals in interface IPointpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||