|
JSR-62 (Final) | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.image.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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, 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
|
JSR-62 (Final) | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |