javax.media.nativewindow.util
Interface PointImmutable

All Superinterfaces:
WriteCloneable
All Known Implementing Classes:
Point

public interface PointImmutable
extends WriteCloneable

Immutable Point interface


Method Summary
 boolean equals(Object obj)
          Checks whether two points objects are equal.
 int getX()
           
 int getY()
           
 int hashCode()
           
 
Methods inherited from interface com.jogamp.common.type.WriteCloneable
cloneMutable
 

Method Detail

getX

int getX()

getY

int getY()

equals

boolean equals(Object obj)
Checks whether two points objects are equal. Two instances of PointReadOnly are equal if the two components y and x are equal.

Overrides:
equals in class Object
Returns:
true if the two points are equal; otherwise false.

hashCode

int hashCode()
Overrides:
hashCode in class Object


Copyright 2010 JogAmp Community.