Uses of Class
org.sunflow.image.Bitmap

Packages that use Bitmap
org.sunflow.core   
org.sunflow.image   
org.sunflow.image.formats   
org.sunflow.image.readers   
 

Uses of Bitmap in org.sunflow.core
 

Methods in org.sunflow.core that return Bitmap
 Bitmap Texture.getBitmap()
           
 

Uses of Bitmap in org.sunflow.image
 

Methods in org.sunflow.image that return Bitmap
 Bitmap BitmapReader.load(java.lang.String filename, boolean isLinear)
          Load the specified filename.
 

Uses of Bitmap in org.sunflow.image.formats
 

Subclasses of Bitmap in org.sunflow.image.formats
 class BitmapBlack
           
 class BitmapG8
           
 class BitmapGA8
           
 class BitmapRGB8
           
 class BitmapRGBA8
           
 class BitmapRGBE
           
 class BitmapXYZ
           
 class GenericBitmap
          This is a generic and inefficient bitmap format which may be used for debugging purposes (dumping small images), when memory usage is not a concern.
 

Uses of Bitmap in org.sunflow.image.readers
 

Methods in org.sunflow.image.readers that return Bitmap
 Bitmap IGIBitmapReader.load(java.lang.String filename, boolean isLinear)
           
 Bitmap HDRBitmapReader.load(java.lang.String filename, boolean isLinear)
           
 Bitmap BMPBitmapReader.load(java.lang.String filename, boolean isLinear)
           
 Bitmap JPGBitmapReader.load(java.lang.String filename, boolean isLinear)
           
 Bitmap TGABitmapReader.load(java.lang.String filename, boolean isLinear)
           
 Bitmap PNGBitmapReader.load(java.lang.String filename, boolean isLinear)