de.enough.polish.ui
Class Point

java.lang.Object
  extended by de.enough.polish.ui.Point
All Implemented Interfaces:
Serializable

public class Point
extends java.lang.Object
implements Serializable

Represents a point within a scale

Copyright Enough Software 2007 - 2008

 history
        Oct 12, 2007 - rob creation
 

Author:
Robert Virkus, j2mepolish@enough.de

Field Summary
 int x
          the the horizontal position
 int y
          the the vertical position
 
Constructor Summary
Point()
          Creates a new undefined point.
Point(int x, int y)
          Creates a new defined point.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public int x
the the horizontal position


y

public int y
the the vertical position

Constructor Detail

Point

public Point()
Creates a new undefined point.


Point

public Point(int x,
             int y)
Creates a new defined point.

Parameters:
x - the horizontal position
y - the vertical positin