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

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

public class Type_Widget
extends Object

Author:
Administrator

Constructor Summary
Type_Widget()
          Creates a new instance of Type_Widget
 
Method Summary
 byte getB0()
           
 byte getB1()
           
 byte getB2()
           
 byte getB3()
           
 ByteBuffer getBuffer()
           
 float getF()
           
 int getI()
           
 short getS0()
           
 short getS1()
           
 byte getUB0()
           
 byte getUB1()
           
 byte getUB2()
           
 byte getUB3()
           
 int getUI()
           
 short getUS0()
           
 short getUS1()
           
static void main(String[] args)
           
 void setB0(byte b)
           
 void setB1(byte b)
           
 void setB2(byte b)
           
 void setB3(byte b)
           
 void setF(float f)
           
 void setI(int i)
           
 void setS0(short s)
           
 void setS1(short s)
           
 void setUB0(byte b)
           
 void setUB1(byte b)
           
 void setUB2(byte b)
           
 void setUB3(byte b)
           
 void setUI(int i)
           
 void setUS0(short s)
           
 void setUS1(short s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Type_Widget

public Type_Widget()
Creates a new instance of Type_Widget

Method Detail

setUB0

public void setUB0(byte b)

getUB0

public byte getUB0()

setUB1

public void setUB1(byte b)

getUB1

public byte getUB1()

setUB2

public void setUB2(byte b)

getUB2

public byte getUB2()

setUB3

public void setUB3(byte b)

getUB3

public byte getUB3()

setUS0

public void setUS0(short s)

getUS0

public short getUS0()

setUS1

public void setUS1(short s)

getUS1

public short getUS1()

setUI

public void setUI(int i)

getUI

public int getUI()

setB0

public void setB0(byte b)

getB0

public byte getB0()

setB1

public void setB1(byte b)

getB1

public byte getB1()

setB2

public void setB2(byte b)

getB2

public byte getB2()

setB3

public void setB3(byte b)

getB3

public byte getB3()

setS0

public void setS0(short s)

getS0

public short getS0()

setS1

public void setS1(short s)

getS1

public short getS1()

setI

public void setI(int i)

getI

public int getI()

setF

public void setF(float f)

getF

public float getF()

getBuffer

public ByteBuffer getBuffer()

main

public static void main(String[] args)


Copyright 2010 JogAmp Community.