com.jmex.bui.util
Class Point

java.lang.Object
  extended by 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.
 
Constructor Summary
Point()
           
Point(int x, int y)
           
Point(Point other)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

x

public int x
The x position of the entity in question.


y

public int y
The y position of the entity in question.

Constructor Detail

Point

public Point(int x,
             int y)

Point

public Point(Point other)

Point

public Point()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008 Michael Bayne. All Rights Reserved.