Aviatrix3D
2.1.0

Uses of Class
org.j3d.aviatrix3d.Raster

Packages that use Raster
org.j3d.aviatrix3d A core set of lightweight Object Oriented scenegraph-based wrapper objects for OpenGL. 
 

Uses of Raster in org.j3d.aviatrix3d
 

Subclasses of Raster in org.j3d.aviatrix3d
 class BitmapRaster
          Raster object that represents a single drawn object using individual bits.
 class ByteRaster
          Raster object that represents a coloured image defined by a raw byte array.
 class ImageRaster
          Raster object that represents a coloured image taken from a Java AWT Image object.
 

Methods in org.j3d.aviatrix3d that return Raster
 Raster Pixmap.getRaster()
          Get the current geometry associated with this shape.
 

Methods in org.j3d.aviatrix3d with parameters of type Raster
 void Pixmap.setRaster(Raster raster)
          Set the pixel data for this pixmap.
 


Aviatrix3D
2.1.0

Latest Info from http://aviatrix3d.j3d.org/
Copyright © 2003 - 2009 j3d.org