Uses of Interface
org.sunflow.image.BitmapWriter

Packages that use BitmapWriter
org.sunflow   
org.sunflow.image.writers   
 

Uses of BitmapWriter in org.sunflow
 

Fields in org.sunflow with type parameters of type BitmapWriter
static Plugins<BitmapWriter> PluginRegistry.bitmapWriterPlugins
           
 

Uses of BitmapWriter in org.sunflow.image.writers
 

Classes in org.sunflow.image.writers that implement BitmapWriter
 class EXRBitmapWriter
           
 class HDRBitmapWriter
           
 class IGIBitmapWriter
          Writes images in Indigo's native XYZ format.
 class PNGBitmapWriter
           
 class TGABitmapWriter