|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jogamp.opengl.impl.glu.mipmap.PixelStorageModes
public class PixelStorageModes
Constructor Summary | |
---|---|
PixelStorageModes()
Creates a new instance of PixelStorageModes |
Method Summary | |
---|---|
int |
getPackAlignment()
Getter for property packAlignment. |
int |
getPackImageHeight()
Getter for property packImageHeight. |
boolean |
getPackLsbFirst()
Getter for property packLsbFirst. |
int |
getPackRowLength()
Getter for property packRowLength. |
int |
getPackSkipImages()
Getter for property packSkipImages. |
int |
getPackSkipPixels()
Getter for property packSkipPixels. |
int |
getPackSkipRows()
Getter for property packSkipRows. |
boolean |
getPackSwapBytes()
Getter for property packSwapBytes. |
int |
getUnpackAlignment()
Getter for property unpackAlignment. |
int |
getUnpackImageHeight()
Getter for property unpackImageHeight. |
boolean |
getUnpackLsbFirst()
Getter for property unpackLsbFirst. |
int |
getUnpackRowLength()
Getter for property unpackRowLength. |
int |
getUnpackSkipImages()
Getter for property unpackSkipImages. |
int |
getUnpackSkipPixels()
Getter for property unpackSkipPixels. |
int |
getUnpackSkipRows()
Getter for property unpackSkipRows. |
boolean |
getUnpackSwapBytes()
Getter for property unpackSwapBytes. |
void |
setPackAlignment(int packAlignment)
Setter for property packAlignment. |
void |
setPackImageHeight(int packImageHeight)
Setter for property packImageHeight. |
void |
setPackLsbFirst(boolean packLsbFirst)
Setter for property packLsbFirst. |
void |
setPackRowLength(int packRowLength)
Setter for property packRowLength. |
void |
setPackSkipImages(int packSkipImages)
Setter for property packSkipImages. |
void |
setPackSkipPixels(int packSkipPixels)
Setter for property packSkipPixels. |
void |
setPackSkipRows(int packSkipRows)
Setter for property packSkipRows. |
void |
setPackSwapBytes(boolean packSwapBytes)
Setter for property packSwapBytes. |
void |
setUnpackAlignment(int unpackAlignment)
Setter for property unpackAlignment. |
void |
setUnpackImageHeight(int unpackImageHeight)
Setter for property unpackImageHeight. |
void |
setUnpackLsbFirst(boolean unpackLsbFirst)
Setter for property unpackLsbFirst. |
void |
setUnpackRowLength(int unpackRowLength)
Setter for property unpackRowLength. |
void |
setUnpackSkipImages(int unpackSkipImages)
Setter for property unpackSkipImages. |
void |
setUnpackSkipPixels(int unpackSkipPixels)
Setter for property unpackSkipPixels. |
void |
setUnpackSkipRows(int unpackSkipRows)
Setter for property unpackSkipRows. |
void |
setUnpackSwapBytes(boolean unpackSwapBytes)
Setter for property unpackSwapBytes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PixelStorageModes()
Method Detail |
---|
public int getPackAlignment()
public void setPackAlignment(int packAlignment)
packAlignment
- New value of property packAlignment.public int getPackRowLength()
public void setPackRowLength(int packRowLength)
packRowLength
- New value of property packRowLength.public int getPackSkipRows()
public void setPackSkipRows(int packSkipRows)
packSkipRows
- New value of property packSkipRows.public int getPackSkipPixels()
public void setPackSkipPixels(int packSkipPixels)
packSkipPixels
- New value of property packSkipPixels.public boolean getPackLsbFirst()
public void setPackLsbFirst(boolean packLsbFirst)
packLsbFirst
- New value of property packLsbFirst.public boolean getPackSwapBytes()
public void setPackSwapBytes(boolean packSwapBytes)
packSwapBytes
- New value of property packSwapBytes.public int getPackSkipImages()
public void setPackSkipImages(int packSkipImages)
packSkipImages
- New value of property packSkipImages.public int getPackImageHeight()
public void setPackImageHeight(int packImageHeight)
packImageHeight
- New value of property packImageHeight.public int getUnpackAlignment()
public void setUnpackAlignment(int unpackAlignment)
unpackAlignment
- New value of property unpackAlignment.public int getUnpackRowLength()
public void setUnpackRowLength(int unpackRowLength)
unpackRowLength
- New value of property unpackRowLength.public int getUnpackSkipRows()
public void setUnpackSkipRows(int unpackSkipRows)
unpackSkipRows
- New value of property unpackSkipRows.public int getUnpackSkipPixels()
public void setUnpackSkipPixels(int unpackSkipPixels)
unpackSkipPixels
- New value of property unpackSkipPixels.public boolean getUnpackLsbFirst()
public void setUnpackLsbFirst(boolean unpackLsbFirst)
unpackLsbFirst
- New value of property unpackLsbFirst.public boolean getUnpackSwapBytes()
public void setUnpackSwapBytes(boolean unpackSwapBytes)
unpackSwapBytes
- New value of property unpackSwapBytes.public int getUnpackSkipImages()
public void setUnpackSkipImages(int unpackSkipImages)
unpackSkipImages
- New value of property unpackSkipImages.public int getUnpackImageHeight()
public void setUnpackImageHeight(int unpackImageHeight)
unpackImageHeight
- New value of property unpackImageHeight.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |