com.jogamp.opengl.impl.glu.mipmap
Class PixelStorageModes

java.lang.Object
  extended by com.jogamp.opengl.impl.glu.mipmap.PixelStorageModes

public class PixelStorageModes
extends Object

Author:
Administrator

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

PixelStorageModes

public PixelStorageModes()
Creates a new instance of PixelStorageModes

Method Detail

getPackAlignment

public int getPackAlignment()
Getter for property packAlignment.

Returns:
Value of property packAlignment.

setPackAlignment

public void setPackAlignment(int packAlignment)
Setter for property packAlignment.

Parameters:
packAlignment - New value of property packAlignment.

getPackRowLength

public int getPackRowLength()
Getter for property packRowLength.

Returns:
Value of property packRowLength.

setPackRowLength

public void setPackRowLength(int packRowLength)
Setter for property packRowLength.

Parameters:
packRowLength - New value of property packRowLength.

getPackSkipRows

public int getPackSkipRows()
Getter for property packSkipRows.

Returns:
Value of property packSkipRows.

setPackSkipRows

public void setPackSkipRows(int packSkipRows)
Setter for property packSkipRows.

Parameters:
packSkipRows - New value of property packSkipRows.

getPackSkipPixels

public int getPackSkipPixels()
Getter for property packSkipPixels.

Returns:
Value of property packSkipPixels.

setPackSkipPixels

public void setPackSkipPixels(int packSkipPixels)
Setter for property packSkipPixels.

Parameters:
packSkipPixels - New value of property packSkipPixels.

getPackLsbFirst

public boolean getPackLsbFirst()
Getter for property packLsbFirst.

Returns:
Value of property packLsbFirst.

setPackLsbFirst

public void setPackLsbFirst(boolean packLsbFirst)
Setter for property packLsbFirst.

Parameters:
packLsbFirst - New value of property packLsbFirst.

getPackSwapBytes

public boolean getPackSwapBytes()
Getter for property packSwapBytes.

Returns:
Value of property packSwapBytes.

setPackSwapBytes

public void setPackSwapBytes(boolean packSwapBytes)
Setter for property packSwapBytes.

Parameters:
packSwapBytes - New value of property packSwapBytes.

getPackSkipImages

public int getPackSkipImages()
Getter for property packSkipImages.

Returns:
Value of property packSkipImages.

setPackSkipImages

public void setPackSkipImages(int packSkipImages)
Setter for property packSkipImages.

Parameters:
packSkipImages - New value of property packSkipImages.

getPackImageHeight

public int getPackImageHeight()
Getter for property packImageHeight.

Returns:
Value of property packImageHeight.

setPackImageHeight

public void setPackImageHeight(int packImageHeight)
Setter for property packImageHeight.

Parameters:
packImageHeight - New value of property packImageHeight.

getUnpackAlignment

public int getUnpackAlignment()
Getter for property unpackAlignment.

Returns:
Value of property unpackAlignment.

setUnpackAlignment

public void setUnpackAlignment(int unpackAlignment)
Setter for property unpackAlignment.

Parameters:
unpackAlignment - New value of property unpackAlignment.

getUnpackRowLength

public int getUnpackRowLength()
Getter for property unpackRowLength.

Returns:
Value of property unpackRowLength.

setUnpackRowLength

public void setUnpackRowLength(int unpackRowLength)
Setter for property unpackRowLength.

Parameters:
unpackRowLength - New value of property unpackRowLength.

getUnpackSkipRows

public int getUnpackSkipRows()
Getter for property unpackSkipRows.

Returns:
Value of property unpackSkipRows.

setUnpackSkipRows

public void setUnpackSkipRows(int unpackSkipRows)
Setter for property unpackSkipRows.

Parameters:
unpackSkipRows - New value of property unpackSkipRows.

getUnpackSkipPixels

public int getUnpackSkipPixels()
Getter for property unpackSkipPixels.

Returns:
Value of property unpackSkipPixels.

setUnpackSkipPixels

public void setUnpackSkipPixels(int unpackSkipPixels)
Setter for property unpackSkipPixels.

Parameters:
unpackSkipPixels - New value of property unpackSkipPixels.

getUnpackLsbFirst

public boolean getUnpackLsbFirst()
Getter for property unpackLsbFirst.

Returns:
Value of property unpackLsbFirst.

setUnpackLsbFirst

public void setUnpackLsbFirst(boolean unpackLsbFirst)
Setter for property unpackLsbFirst.

Parameters:
unpackLsbFirst - New value of property unpackLsbFirst.

getUnpackSwapBytes

public boolean getUnpackSwapBytes()
Getter for property unpackSwapBytes.

Returns:
Value of property unpackSwapBytes.

setUnpackSwapBytes

public void setUnpackSwapBytes(boolean unpackSwapBytes)
Setter for property unpackSwapBytes.

Parameters:
unpackSwapBytes - New value of property unpackSwapBytes.

getUnpackSkipImages

public int getUnpackSkipImages()
Getter for property unpackSkipImages.

Returns:
Value of property unpackSkipImages.

setUnpackSkipImages

public void setUnpackSkipImages(int unpackSkipImages)
Setter for property unpackSkipImages.

Parameters:
unpackSkipImages - New value of property unpackSkipImages.

getUnpackImageHeight

public int getUnpackImageHeight()
Getter for property unpackImageHeight.

Returns:
Value of property unpackImageHeight.

setUnpackImageHeight

public void setUnpackImageHeight(int unpackImageHeight)
Setter for property unpackImageHeight.

Parameters:
unpackImageHeight - New value of property unpackImageHeight.


Copyright 2010 JogAmp Community.