|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgestalt.shape.AbstractShape
gestalt.candidates.quad.JoglQuad
@Deprecated public class JoglQuad
| 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 |
|---|
public boolean normals
public JoglVertex3f a
public JoglVertex3f b
public JoglVertex3f c
public JoglVertex3f d
| Constructor Detail |
|---|
public JoglQuad()
| Method Detail |
|---|
public Material material()
AbstractShape
material in class AbstractShapepublic void draw(GLContext theRenderContext)
Drawable
theRenderContext - GLContextpublic float getSortValue()
Drawable
getSortValue in interface DrawablegetSortValue in class AbstractShapepublic float[] getSortData()
getSortData in interface DrawablegetSortData in class AbstractShapepublic void setSortValue(float theSortValue)
Drawable
setSortValue in interface DrawablesetSortValue in class AbstractShapetheSortValue - floatpublic boolean isSortable()
AbstractShape
isSortable in interface DrawableisSortable in class AbstractShape
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||