Constructor and Description |
---|
ImageInfo(ByteBuffer data,
int width,
int height,
boolean compressed,
int compressionFormat) |
Modifier and Type | Method and Description |
---|---|
int |
getCompressionFormat() |
ByteBuffer |
getData() |
int |
getHeight() |
int |
getWidth() |
boolean |
isCompressed() |
public ImageInfo(ByteBuffer data, int width, int height, boolean compressed, int compressionFormat)
public int getWidth()
public int getHeight()
public ByteBuffer getData()
public boolean isCompressed()
public int getCompressionFormat()
Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.