com.tensegrity.graphics
Class PrimitiveAttributes.RasterWrapper

java.lang.Object
  extended bycom.tensegrity.graphics.PrimitiveAttributes.RasterWrapper
Enclosing class:
PrimitiveAttributes

public static final class PrimitiveAttributes.RasterWrapper
extends java.lang.Object

The RasterWrapper class is a simple wrapper for an instance of Raster. Wrapped with an instance of this class a Raster becomes comparable by means of equals(Object) and the querry for a hashCode() returns a more safe hash code.

* * * * * * * * * * * * * * * * * * *

Version:
$Id: PrimitiveAttributes.java,v 1.40 2006/03/02 10:43:59 BurkhardWick Exp $
Author:
MKegel, BurkhardWick

Field Summary
 Raster raster
           
 
Constructor Summary
PrimitiveAttributes.RasterWrapper(Raster raster)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

raster

public final Raster raster
Constructor Detail

PrimitiveAttributes.RasterWrapper

public PrimitiveAttributes.RasterWrapper(Raster raster)
Method Detail

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()


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