gestalt.candidates.quad
Class JoglQuad

java.lang.Object
  extended by gestalt.shape.AbstractShape
      extended by gestalt.candidates.quad.JoglQuad
All Implemented Interfaces:
Drawable, java.io.Serializable

Deprecated.

@Deprecated
public class JoglQuad
extends AbstractShape

See Also:
Serialized Form

Field Summary
 JoglVertex3f a
          Deprecated.  
 JoglVertex3f b
          Deprecated.  
 JoglVertex3f c
          Deprecated.  
 JoglVertex3f d
          Deprecated.  
 boolean normals
          Deprecated.  
 
Constructor Summary
JoglQuad()
          Deprecated.  
 
Method Summary
 void draw(GLContext theRenderContext)
          Deprecated. this method is used to draw the drawable, when the context is ready.
 float[] getSortData()
          Deprecated. returns the position of the shape as an array.
 float getSortValue()
          Deprecated. returns the last sort value.
 boolean isSortable()
          Deprecated. returns whether the this shape is transparent.
 Material material()
          Deprecated. returns a reference to the material.
 void setSortValue(float theSortValue)
          Deprecated. caches the current sort value.
 
Methods inherited from class gestalt.shape.AbstractShape
add, getTransformMode, isActive, position, position, position, position, rotation, rotation, scale, scale, scale, setActive, setChildContainer, setMaterialRef, setPositionRef, setRotationRef, setScaleRef, setTransformMode, setTransformRef, transform
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

normals

public boolean normals
Deprecated. 

a

public JoglVertex3f a
Deprecated. 

b

public JoglVertex3f b
Deprecated. 

c

public JoglVertex3f c
Deprecated. 

d

public JoglVertex3f d
Deprecated. 
Constructor Detail

JoglQuad

public JoglQuad()
Deprecated. 
Method Detail

material

public Material material()
Deprecated. 
Description copied from class: AbstractShape
returns a reference to the material.

Overrides:
material in class AbstractShape
Returns:
Material

draw

public void draw(GLContext theRenderContext)
Deprecated. 
Description copied from interface: Drawable
this method is used to draw the drawable, when the context is ready. although the behavior sometimes varies and doesn t always need to have a visual representation depending on the implementation.

Parameters:
theRenderContext - GLContext

getSortValue

public float getSortValue()
Deprecated. 
Description copied from interface: Drawable
returns the last sort value.

Specified by:
getSortValue in interface Drawable
Overrides:
getSortValue in class AbstractShape
Returns:
float

getSortData

public float[] getSortData()
Deprecated. 
returns the position of the shape as an array. this value is used to calculate a sort value.

Specified by:
getSortData in interface Drawable
Overrides:
getSortData in class AbstractShape
Returns:
float[]

setSortValue

public void setSortValue(float theSortValue)
Deprecated. 
Description copied from interface: Drawable
caches the current sort value.

Specified by:
setSortValue in interface Drawable
Overrides:
setSortValue in class AbstractShape
Parameters:
theSortValue - float

isSortable

public boolean isSortable()
Deprecated. 
Description copied from class: AbstractShape
returns whether the this shape is transparent.

Specified by:
isSortable in interface Drawable
Overrides:
isSortable in class AbstractShape
Returns:
boolean


processing library gestalt_p5 by Patrick Kochlik + Dennis Paul. (c) 2009