Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR 217 (Maintenance Release)

java.awt.image
Class DataBuffer

java.lang.Object
  extended byjava.awt.image.DataBuffer

public abstract class DataBuffer
extends Object

The DataBuffer class defines data storage formats used in various image operations. Note that it serves no other purpose in this Profile.

See Also:

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

TYPE_BYTE

public static final int TYPE_BYTE
Tag for unsigned byte data.

See Also:
Constant Field Values

TYPE_USHORT

public static final int TYPE_USHORT
Tag for unsigned short data.

See Also:
Constant Field Values

TYPE_INT

public static final int TYPE_INT
Tag for int data.

See Also:
Constant Field Values

TYPE_UNDEFINED

public static final int TYPE_UNDEFINED
Tag for undefined data.

See Also:
Constant Field Values

JSR 217 (Maintenance Release)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 217 specification.