public final class DCXImageReader
extends com.twelvemonkeys.imageio.ImageReaderBase
availableLocales, ignoreMetadata, input, locale, minIndex, originatingProvider, progressListeners, seekForwardOnly, updateListeners, warningListeners, warningLocales
Modifier and Type | Method | Description |
---|---|---|
void |
abort() |
|
void |
dispose() |
|
int |
getHeight(int imageIndex) |
|
IIOMetadata |
getImageMetadata(int imageIndex) |
|
Iterator<ImageTypeSpecifier> |
getImageTypes(int imageIndex) |
|
int |
getNumImages(boolean allowSearch) |
|
ImageTypeSpecifier |
getRawImageType(int imageIndex) |
|
int |
getWidth(int imageIndex) |
|
static void |
main(String[] args) |
|
BufferedImage |
read(int imageIndex,
ImageReadParam param) |
|
protected void |
resetMembers() |
abortRequested, addIIOReadProgressListener, addIIOReadUpdateListener, addIIOReadWarningListener, canReadRaster, checkReadParamBandSettings, clearAbortRequest, computeRegions, getAspectRatio, getAvailableLocales, getDefaultReadParam, getFormatName, getImageMetadata, getInput, getLocale, getMinIndex, getNumThumbnails, getOriginatingProvider, getSourceRegion, getStreamMetadata, getThumbnailHeight, getThumbnailWidth, getTileGridXOffset, getTileGridYOffset, getTileHeight, getTileWidth, hasThumbnails, isIgnoringMetadata, isImageTiled, isRandomAccessEasy, isSeekForwardOnly, processImageComplete, processImageProgress, processImageStarted, processImageUpdate, processPassComplete, processPassStarted, processReadAborted, processSequenceComplete, processSequenceStarted, processThumbnailComplete, processThumbnailPassComplete, processThumbnailPassStarted, processThumbnailProgress, processThumbnailStarted, processThumbnailUpdate, processWarningOccurred, processWarningOccurred, read, readAll, readAll, readAsRenderedImage, readerSupportsThumbnails, readRaster, readThumbnail, readTile, readTileRaster, removeAllIIOReadProgressListeners, removeAllIIOReadUpdateListeners, removeAllIIOReadWarningListeners, removeIIOReadProgressListener, removeIIOReadUpdateListener, removeIIOReadWarningListener, setInput, setInput, setLocale
protected void resetMembers()
resetMembers
in class com.twelvemonkeys.imageio.ImageReaderBase
public void dispose()
dispose
in class com.twelvemonkeys.imageio.ImageReaderBase
public int getWidth(int imageIndex) throws IOException
getWidth
in class ImageReader
IOException
public int getHeight(int imageIndex) throws IOException
getHeight
in class ImageReader
IOException
public ImageTypeSpecifier getRawImageType(int imageIndex) throws IOException
getRawImageType
in class ImageReader
IOException
public Iterator<ImageTypeSpecifier> getImageTypes(int imageIndex) throws IOException
getImageTypes
in class ImageReader
IOException
public BufferedImage read(int imageIndex, ImageReadParam param) throws IOException
read
in class ImageReader
IOException
public IIOMetadata getImageMetadata(int imageIndex) throws IOException
getImageMetadata
in class com.twelvemonkeys.imageio.ImageReaderBase
IOException
public void abort()
abort
in class ImageReader
public int getNumImages(boolean allowSearch) throws IOException
getNumImages
in class com.twelvemonkeys.imageio.ImageReaderBase
IOException
public static void main(String[] args) throws IOException
IOException
Copyright © 2018. All rights reserved.