public class CachedBufferedByteImage extends BufferedImage
Modifier and Type | Field and Description |
---|---|
static int |
cnt
_more_
|
TYPE_3BYTE_BGR, TYPE_4BYTE_ABGR, TYPE_4BYTE_ABGR_PRE, TYPE_BYTE_BINARY, TYPE_BYTE_GRAY, TYPE_BYTE_INDEXED, TYPE_CUSTOM, TYPE_INT_ARGB, TYPE_INT_ARGB_PRE, TYPE_INT_BGR, TYPE_INT_RGB, TYPE_USHORT_555_RGB, TYPE_USHORT_565_RGB, TYPE_USHORT_GRAY
accelerationPriority, SCALE_AREA_AVERAGING, SCALE_DEFAULT, SCALE_FAST, SCALE_REPLICATE, SCALE_SMOOTH, UndefinedProperty
BITMASK, OPAQUE, TRANSLUCENT
Constructor and Description |
---|
CachedBufferedByteImage(int width,
int height,
int type)
_more_
|
Modifier and Type | Method and Description |
---|---|
void |
bytesChanged(byte[] newByteData)
_more_
|
void |
finalize() |
byte[] |
getBytesFromCache()
_more_
|
int |
getHeight()
_more_
|
int |
getHeight(ImageObserver obs)
_more_
|
WritableRaster |
getRaster()
_more_
|
int |
getWidth()
_more_
|
int |
getWidth(ImageObserver obs)
_more_
|
boolean |
inMemory() |
addTileObserver, coerceData, copyData, createGraphics, getAlphaRaster, getColorModel, getData, getData, getGraphics, getMinTileX, getMinTileY, getMinX, getMinY, getNumXTiles, getNumYTiles, getProperty, getProperty, getPropertyNames, getRGB, getRGB, getSampleModel, getSource, getSources, getSubimage, getTile, getTileGridXOffset, getTileGridYOffset, getTileHeight, getTileWidth, getTransparency, getType, getWritableTile, getWritableTileIndices, hasTileWriters, isAlphaPremultiplied, isTileWritable, releaseWritableTile, removeTileObserver, setData, setRGB, setRGB, toString
flush, getAccelerationPriority, getCapabilities, getScaledInstance, setAccelerationPriority
public CachedBufferedByteImage(int width, int height, int type)
width
- _more_height
- _more_type
- _more_public void bytesChanged(byte[] newByteData)
newByteData
- _more_public void finalize() throws Throwable
public boolean inMemory()
public byte[] getBytesFromCache()
public int getHeight()
getHeight
in interface RenderedImage
getHeight
in class BufferedImage
public int getWidth()
getWidth
in interface RenderedImage
getWidth
in class BufferedImage
public int getHeight(ImageObserver obs)
getHeight
in class BufferedImage
obs
- _more_public int getWidth(ImageObserver obs)
getWidth
in class BufferedImage
obs
- _more_public WritableRaster getRaster()
getRaster
in class BufferedImage
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.