|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.geom.Point2D
java.awt.Point
org.sikuli.script.Location
public class Location
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.awt.geom.Point2D |
---|
Point2D.Double, Point2D.Float |
Field Summary |
---|
Fields inherited from class java.awt.Point |
---|
x, y |
Constructor Summary | |
---|---|
Location(float _x,
float _y)
|
|
Location(int _x,
int _y)
|
|
Location(Location loc)
|
Method Summary | |
---|---|
Location |
above(int dy)
|
Location |
below(int dy)
|
Location |
left(int dx)
|
Location |
negative()
|
Location |
offset(int dx,
int dy)
|
Location |
right(int dx)
|
String |
toString()
|
Methods inherited from class java.awt.Point |
---|
equals, getLocation, getX, getY, move, setLocation, setLocation, setLocation, translate |
Methods inherited from class java.awt.geom.Point2D |
---|
clone, distance, distance, distance, distanceSq, distanceSq, distanceSq, hashCode, setLocation |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Location(float _x, float _y)
public Location(int _x, int _y)
public Location(Location loc)
Method Detail |
---|
public Location negative()
public Location offset(int dx, int dy)
public Location left(int dx)
public Location right(int dx)
public Location above(int dy)
public Location below(int dy)
public String toString()
toString
in class Point
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |