com.sun.jimi.core.raster
Class VMemChanneledIntRasterImage

java.lang.Object
  |
  +--com.sun.jimi.core.raster.JimiRasterImageSupport
        |
        +--com.sun.jimi.core.raster.MemoryIntRasterImage
              |
              +--com.sun.jimi.core.raster.VMemIntRasterImage
                    |
                    +--com.sun.jimi.core.raster.VMemChanneledIntRasterImage

public class VMemChanneledIntRasterImage
extends VMemIntRasterImage

Channeled version of VMem int-based images.


Fields inherited from class com.sun.jimi.core.raster.VMemIntRasterImage
pageMapper
 
Fields inherited from class com.sun.jimi.core.raster.MemoryIntRasterImage
imageData, pixelBuffer
 
Fields inherited from class com.sun.jimi.core.raster.JimiRasterImageSupport
abort, colorModel, error, finished, forceRGB, modified, newFrameData, productionAllowed, productionStarted, properties, rowBuf, sourceColorModel, waitForOptions
 
Constructor Summary
VMemChanneledIntRasterImage(RandomAccessStorage storage, int width, int height, java.awt.image.ColorModel cm)
           
 
Method Summary
 void addDirectConsumer(java.awt.image.ImageConsumer consumer)
           
 
Methods inherited from class com.sun.jimi.core.raster.VMemIntRasterImage
asIntArray, getPixel, getPixelRGB, getRectangle, getRectangleRGB, initStorage, sendRegionToConsumerFully, sendToConsumerFully, storeChannelRectangle, storePixel, storeRectangle
 
Methods inherited from class com.sun.jimi.core.raster.MemoryIntRasterImage
getAppropriateColorModel, getChannelRectangle, getChannelRow, getRow, getRowRGB, sendPixel, sendRectangle, sendRow, setChannelPixel, setChannelRectangle, setChannelRow, setPixel, setRectangle, setRow, storeRow, toRGB, toRGB
 
Methods inherited from class com.sun.jimi.core.raster.JimiRasterImageSupport
addConsumer, addWaitingConsumer, catchupConsumer, getColorModel, getCroppedImageProducer, getDirectConsumer, getFactory, getHeight, getImageProducer, getOptions, getProperties, getRectangleARGBChannels, getRectangleRGBAChannels, getRectangleRGBChannels, getWidth, hasDirectConsumer, initConsumer, isConsumer, isError, mustWaitForOptions, produceCroppedImage, removeConsumer, requestTopDownLeftRightResend, setColorModel, setDecodingController, setError, setFactory, setFinished, setImageConsumerHints, setModified, setOptions, setWaitForOptions, startProduction, waitFinished, waitInfoAvailable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VMemChanneledIntRasterImage

public VMemChanneledIntRasterImage(RandomAccessStorage storage,
                                   int width,
                                   int height,
                                   java.awt.image.ColorModel cm)
                            throws JimiException
Method Detail

addDirectConsumer

public void addDirectConsumer(java.awt.image.ImageConsumer consumer)
Overrides:
addDirectConsumer in class JimiRasterImageSupport