public class Point<T extends Number> extends Object
Point(T x, T y)
T
getX()
getY()
Point<T>
move(Point<T> offset)
move(T offsetX, T offsetY)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Point(T x, T y)
public T getX()
public T getY()
public Point<T> move(Point<T> offset)
public Point<T> move(T offsetX, T offsetY)
Copyright © 2017 Codeblock GmbH. All rights reserved.