|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.enough.polish.ui.Point
public class Point
Represents a point within a scale
Copyright Enough Software 2007 - 2008
history
Oct 12, 2007 - rob creation
| 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 |
|---|
public int x
public int y
| Constructor Detail |
|---|
public Point()
public Point(int x,
int y)
x - the horizontal positiony - the vertical positin
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||