org.cresques.px
Class PxPoint

java.lang.Object
  extended byorg.cresques.px.PxPoint
All Implemented Interfaces:
IPoint

public class PxPoint
extends java.lang.Object
implements IPoint


Constructor Summary
PxPoint(int x, int y)
           
 
Method Summary
 int x()
           
 int x(int x)
           
 int y()
           
 int y(int y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PxPoint

public PxPoint(int x,
               int y)
Method Detail

x

public int x()
Specified by:
x in interface IPoint

x

public int x(int x)
Specified by:
x in interface IPoint

y

public int y()
Specified by:
y in interface IPoint

y

public int y(int y)
Specified by:
y in interface IPoint