|
NASA World Wind | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nasa.worldwind.data.BufferedDataRaster
gov.nasa.worldwind.data.BufferWrapperRaster
gov.nasa.worldwind.data.ByteBufferRaster
public class ByteBufferRaster
| Constructor Summary | |
|---|---|
ByteBufferRaster(int width,
int height,
Sector sector,
AVList params)
|
|
ByteBufferRaster(int width,
int height,
Sector sector,
ByteBuffer byteBuffer,
AVList params)
|
|
| Method Summary | |
|---|---|
static ByteBuffer |
createCompatibleBuffer(int width,
int height,
AVList params)
|
ByteBuffer |
getByteBuffer()
|
| Methods inherited from class gov.nasa.worldwind.data.BufferWrapperRaster |
|---|
dispose, get, getBuffer, getSizeInBytes, indexFor, put |
| Methods inherited from class gov.nasa.worldwind.data.BufferedDataRaster |
|---|
computeDataTransform, doDrawOnCanvas, drawOnCanvas, fill, getHeight, getSector, getTransparentValue, getWidth, setTransparentValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ByteBufferRaster(int width,
int height,
Sector sector,
AVList params)
public ByteBufferRaster(int width,
int height,
Sector sector,
ByteBuffer byteBuffer,
AVList params)
| Method Detail |
|---|
public static ByteBuffer createCompatibleBuffer(int width,
int height,
AVList params)
public ByteBuffer getByteBuffer()
|
NASA World Wind | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||