|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.awt.Image java.awt.image.BufferedImage visad.data.CachedBufferedByteImage
public class CachedBufferedByteImage
Class CachedBufferedByteImage _more_
Field Summary | |
---|---|
static int |
cnt
_more_ |
Fields inherited from class java.awt.image.BufferedImage |
---|
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 |
Fields inherited from class java.awt.Image |
---|
accelerationPriority, SCALE_AREA_AVERAGING, SCALE_DEFAULT, SCALE_FAST, SCALE_REPLICATE, SCALE_SMOOTH, UndefinedProperty |
Fields inherited from interface java.awt.Transparency |
---|
BITMASK, OPAQUE, TRANSLUCENT |
Constructor Summary | |
---|---|
CachedBufferedByteImage(int width,
int height,
int type)
_more_ |
Method Summary | |
---|---|
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()
|
Methods inherited from class java.awt.image.BufferedImage |
---|
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 |
Methods inherited from class java.awt.Image |
---|
flush, getAccelerationPriority, getCapabilities, getScaledInstance, setAccelerationPriority |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static int cnt
Constructor Detail |
---|
public CachedBufferedByteImage(int width, int height, int type)
width
- _more_height
- _more_type
- _more_Method Detail |
---|
public void bytesChanged(byte[] newByteData)
newByteData
- _more_public void finalize() throws Throwable
finalize
in class Object
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |