com.sun.opengl.util.texture.spi
Class DDSImage.ImageInfo
- DDSImage
public static class DDSImage.ImageInfo
Simple class describing images and data; does not encapsulate
image format information. User is responsible for transmitting
that information in another way.
ImageInfo(ByteBuffer data, int width, int height, boolean compressed, int compressionFormat)
|
ImageInfo
public ImageInfo(ByteBuffer data,
int width,
int height,
boolean compressed,
int compressionFormat)
getCompressionFormat
public int getCompressionFormat()
getData
public ByteBuffer getData()
getHeight
public int getHeight()
getWidth
public int getWidth()
isCompressed
public boolean isCompressed()
Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.