com.jmex.bui.util
Class Point
java.lang.Object
com.jmex.bui.util.Point
public class Point
- extends Object
Represents the location of a component.
|
Field Summary |
int |
x
The x position of the entity in question. |
int |
y
The y position of the entity in question. |
x
public int x
- The x position of the entity in question.
y
public int y
- The y position of the entity in question.
Point
public Point(int x,
int y)
Point
public Point(Point other)
Point
public Point()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2008 Michael Bayne.
All Rights Reserved.