com.tensegrity.graphics.render
Class RenderingDataKey

java.lang.Object
  extended bycom.tensegrity.graphics.render.RenderingDataKey

public class RenderingDataKey
extends java.lang.Object

The RenderingDataKey class defines a certain key used by the RenderingData class.

Version:
$Id: RenderingDataKey.java,v 1.6 2004/05/03 14:54:05 MichaelKegel Exp $
Author:
MichaelKegel

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

isCompatibleValue

public boolean isCompatibleValue(java.lang.Object value)
Returns a boolean that indicates wheather the Object given by value is acceptable as value for the RenderingDataKey.

Parameters:
value - the Object to check for
Returns:
boolean the flag that indicates that the given Object is acceptable

equals

public boolean equals(java.lang.Object o)
Returns a boolean that indicates wheather the RenderingDataKey is equal to the Object given by o.

Parameters:
o - the Object to check against
Returns:
boolean a flag that indicates that the given Object is equal to the RenderingDataKey

hashCode

public int hashCode()
Overridden hashcode, @see java.lang.Object why it is overridden here(Contract of HashSet/HashMap requires it as well).


toString

public java.lang.String toString()


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.