|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.graphics.render.RenderingDataKey
The RenderingDataKey class defines a certain key used by the
RenderingData class.
| Method Summary | |
boolean |
equals(java.lang.Object o)
Returns a boolean that indicates wheather the
RenderingDataKey is equal to the Object given
by o. |
int |
hashCode()
Overridden hashcode, @see java.lang.Object why it is overridden here(Contract of HashSet/HashMap requires it as well). |
boolean |
isCompatibleValue(java.lang.Object value)
Returns a boolean that indicates wheather the
Object given by value is acceptable as value
for the RenderingDataKey. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
public boolean isCompatibleValue(java.lang.Object value)
boolean that indicates wheather the
Object given by value is acceptable as value
for the RenderingDataKey.
value - the Object to check for
Object is acceptablepublic boolean equals(java.lang.Object o)
boolean that indicates wheather the
RenderingDataKey is equal to the Object given
by o.
o - the Object to check against
Object
is equal to the RenderingDataKeypublic int hashCode()
public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||