public class Point2D extends Object
float
value
int
x
y
Point2D(int x, int y)
Point2D(int x, int y, float value)
Point2D
clone()
String
toString()
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public int x
public int y
public float value
public Point2D(int x, int y)
public Point2D(int x, int y, float value)
public String toString()
toString
Object
public Point2D clone()
clone
Copyright © 2015–2021 Fiji. All rights reserved.