|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metsci.glimpse.support.texture.ByteTextureProjected2D.SetDataMutator
public static class ByteTextureProjected2D.SetDataMutator
Field Summary | |
---|---|
byte[][] |
data
|
boolean |
flip
|
Constructor Summary | |
---|---|
ByteTextureProjected2D.SetDataMutator(byte[][] data)
|
|
ByteTextureProjected2D.SetDataMutator(byte[][] data,
boolean flip)
|
Method Summary | |
---|---|
void |
mutate(java.nio.ByteBuffer buffer,
int dataSizeX,
int dataSizeY)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public byte[][] data
public boolean flip
Constructor Detail |
---|
public ByteTextureProjected2D.SetDataMutator(byte[][] data, boolean flip)
public ByteTextureProjected2D.SetDataMutator(byte[][] data)
Method Detail |
---|
public void mutate(java.nio.ByteBuffer buffer, int dataSizeX, int dataSizeY)
mutate
in interface ByteTextureProjected2D.MutatorByte2D
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |