org.jzy3d.maths
Class Point2D

java.lang.Object
  extended by org.jzy3d.maths.Point2D

public class Point2D
extends Object


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

Field Detail

x

public int x

y

public int y
Constructor Detail

Point2D

public Point2D(int x,
               int y)
Method Detail

getY

public int getY()

getX

public int getX()


Copyright © 2013. All rights reserved.