com.sun.opengl.util.texture.spi
Class DDSImage.ImageInfo
java.lang.Object
com.sun.opengl.util.texture.spi.DDSImage.ImageInfo
- Enclosing class:
- DDSImage
public static class DDSImage.ImageInfo
- extends Object
Simple class describing images and data; does not encapsulate
image format information. User is responsible for transmitting
that information in another way.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DDSImage.ImageInfo
public DDSImage.ImageInfo(ByteBuffer data,
int width,
int height,
boolean compressed,
int compressionFormat)
getWidth
public int getWidth()
getHeight
public int getHeight()
getData
public ByteBuffer getData()
isCompressed
public boolean isCompressed()
getCompressionFormat
public int getCompressionFormat()
Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.