public interface RectangleImmutable
extends com.jogamp.common.type.WriteCloneable
int getHeight()
int getWidth()
int getX()
int getY()
boolean equals(Object obj)
Rectangle are equal if the four integer values
of the fields y, x,
height, and width are all equal.Copyright 2010 JogAmp Community.