|
||||||||||
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.mars_sim.msp.simulation.IntPoint
public class IntPoint
The IntPoint class is an extension of java.awt.Point that returns int typed X and Y coordinates.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.awt.geom.Point2D |
---|
java.awt.geom.Point2D.Double, java.awt.geom.Point2D.Float |
Field Summary |
---|
Fields inherited from class java.awt.Point |
---|
x, y |
Constructor Summary | |
---|---|
IntPoint(int x,
int y)
Construct an IntPoint object |
Method Summary | |
---|---|
int |
getiX()
Returns the X coordinate of the point as int. |
int |
getiY()
Returns the Y coordinate of the point as int. |
Methods inherited from class java.awt.Point |
---|
equals, getLocation, getX, getY, move, setLocation, setLocation, setLocation, toString, 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 IntPoint(int x, int y)
Method Detail |
---|
public int getiX()
public int getiY()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |