gestalt.candidates.quad
Class JoglQuads

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

Deprecated.

@Deprecated
public class JoglQuads
extends AbstractShape

See Also:
Serialized Form

Constructor Summary
JoglQuads()
          Deprecated.  
JoglQuads(Vector3f[] thePoints, Vector2f[] theTextureCoordinates, Vector3f theNormal)
          Deprecated.  
 
Method Summary
 void draw(GLContext theRenderContext)
          Deprecated. this method is used to draw the drawable, when the context is ready.
 Color[] getColors()
          Deprecated.  
 Vector3f getNormal()
          Deprecated.  
 Vector3f[] getPoints()
          Deprecated.  
 float[] getSortData()
          Deprecated. returns the position of the shape as an array.
 float getSortValue()
          Deprecated. returns the last sort value.
 Vector2f[] getTextureCoordinates()
          Deprecated.  
 boolean isSortable()
          Deprecated. returns whether the this shape is transparent.
 void setColorsRef(Color[] theColors)
          Deprecated.  
 void setDrawType(int theOpenGlDrawType)
          Deprecated.  
 void setSortValue(float theSortValue)
          Deprecated. caches the current sort value.
 
Methods inherited from class gestalt.shape.AbstractShape
add, getTransformMode, isActive, material, 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
 

Constructor Detail

JoglQuads

public JoglQuads(Vector3f[] thePoints,
                 Vector2f[] theTextureCoordinates,
                 Vector3f theNormal)
Deprecated. 

JoglQuads

public JoglQuads()
Deprecated. 
Method Detail

getTextureCoordinates

public Vector2f[] getTextureCoordinates()
Deprecated. 

getPoints

public Vector3f[] getPoints()
Deprecated. 

getNormal

public Vector3f getNormal()
Deprecated. 

getColors

public Color[] getColors()
Deprecated. 

setColorsRef

public void setColorsRef(Color[] theColors)
Deprecated. 

setDrawType

public void setDrawType(int theOpenGlDrawType)
Deprecated. 

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