|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.image.DataBuffer
public abstract class DataBuffer
The DataBuffer
class defines data storage formats
used in various image operations. Note that it serves no other
purpose in this Profile.
Field Summary | |
---|---|
static int |
TYPE_BYTE
Tag for unsigned byte data. |
static int |
TYPE_INT
Tag for int data. |
static int |
TYPE_UNDEFINED
Tag for undefined data. |
static int |
TYPE_USHORT
Tag for unsigned short data. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int TYPE_BYTE
public static final int TYPE_USHORT
public static final int TYPE_INT
public static final int TYPE_UNDEFINED
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |