|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.remedy.arsys.api.CoordinateInfo
The CoordinateInfo
class returns the location of a field,
that is, the field's X and Y coordinates.
Constructor Summary | |
CoordinateInfo(long a,
long b)
|
Method Summary | |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
boolean |
equals(java.lang.Object anObject)
Use this method for checking equality of CoordinateInfo. |
long |
getXCoordinate()
Returns X coordinate. |
long |
getYCoordinate()
Returns Y coordinate. |
java.lang.String |
toString()
Returns string. |
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CoordinateInfo(long a, long b)
Method Detail |
public long getXCoordinate()
public long getYCoordinate()
public java.lang.String toString()
public boolean equals(java.lang.Object anObject)
public java.lang.Object clone()
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |