com.jme.widget
Class WidgetTextureCoords

java.lang.Object
  extended bycom.jme.widget.WidgetTextureCoords

public class WidgetTextureCoords
extends java.lang.Object

WidgetTextureCoords

Version:
$Id: WidgetTextureCoords.java,v 1.2 2004/04/22 22:27:13 renanse Exp $
Author:
Gregg Patton

Field Summary
 float maskU0
           
 float maskU1
           
 float maskV0
           
 float maskV1
           
 float u0
           
 float u1
           
 float v0
           
 float v1
           
 
Constructor Summary
WidgetTextureCoords()
           
WidgetTextureCoords(float u0, float v0, float u1, float v1)
           
WidgetTextureCoords(float u0, float v0, float u1, float v1, float maskU0, float maskV0, float maskU1, float maskV1)
           
 
Method Summary
 float getMaskU0()
          getMaskU0
 float getMaskU1()
          getMaskU1
 float getMaskV0()
          getMaskV0
 float getMaskV1()
          getMaskV1
 float getU0()
          getU0
 float getU1()
          getU1
 float getV0()
          getV0
 float getV1()
          getV1
 void setMaskU0(float f)
          setMaskU0
 void setMaskU1(float f)
          setMaskU1
 void setMaskV0(float f)
          setMaskV0
 void setMaskV1(float f)
          setMaskV1
 void setU0(float f)
          setU0
 void setU1(float f)
          setU1
 void setV0(float f)
          setV0
 void setV1(float f)
          setV1
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

u0

public float u0

u1

public float u1

v0

public float v0

v1

public float v1

maskU0

public float maskU0

maskU1

public float maskU1

maskV0

public float maskV0

maskV1

public float maskV1
Constructor Detail

WidgetTextureCoords

public WidgetTextureCoords()

WidgetTextureCoords

public WidgetTextureCoords(float u0,
                           float v0,
                           float u1,
                           float v1)

WidgetTextureCoords

public WidgetTextureCoords(float u0,
                           float v0,
                           float u1,
                           float v1,
                           float maskU0,
                           float maskV0,
                           float maskU1,
                           float maskV1)
Method Detail

getU0

public float getU0()
getU0

Returns:

setU0

public void setU0(float f)
setU0

Parameters:
f -

getU1

public float getU1()
getU1

Returns:

setU1

public void setU1(float f)
setU1

Parameters:
f -

getV0

public float getV0()
getV0

Returns:

setV0

public void setV0(float f)
setV0

Parameters:
f -

getV1

public float getV1()
getV1

Returns:

setV1

public void setV1(float f)
setV1

Parameters:
f -

getMaskU0

public float getMaskU0()
getMaskU0

Returns:

setMaskU0

public void setMaskU0(float f)
setMaskU0

Parameters:
f -

getMaskU1

public float getMaskU1()
getMaskU1

Returns:

setMaskU1

public void setMaskU1(float f)
setMaskU1

Parameters:
f -

getMaskV0

public float getMaskV0()
getMaskV0

Returns:

setMaskV0

public void setMaskV0(float f)
setMaskV0

Parameters:
f -

getMaskV1

public float getMaskV1()
getMaskV1

Returns:

setMaskV1

public void setMaskV1(float f)
setMaskV1

Parameters:
f -