|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.amp.escape.ascape.adapt.AscapeProvider.Location
class AscapeProvider.Location
The Class Location.
Field Summary | |
---|---|
(package private) int |
x
|
(package private) int |
y
|
Constructor Summary | |
---|---|
AscapeProvider.Location(int x,
int y)
Instantiates a new location. |
Method Summary | |
---|---|
int |
getX()
|
int |
getY()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
int x
int y
Constructor Detail |
---|
public AscapeProvider.Location(int x, int y)
x
- the xy
- the yMethod Detail |
---|
public int getX()
getX
in interface ILocation
ILocation.getX()
public int getY()
getY
in interface ILocation
ILocation.getY()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |