public class Dimension<T extends Number> extends Object
Dimension(T width, T height)
T
getHeight()
getWidth()
Rect<T>
toRectangle(T x, T y)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Dimension(T width, T height)
public T getWidth()
public T getHeight()
public Rect<T> toRectangle(T x, T y)
Copyright © 2017 Codeblock GmbH. All rights reserved.