|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rugl.gl.facets.PolygonMode
public class PolygonMode
Controls polygon rasterisation
| Field Summary | |
|---|---|
RasterMode |
back
Mode for front-facing polygons |
RasterMode |
front
Mode for back-facing polygons |
| Constructor Summary | |
|---|---|
PolygonMode()
|
|
| Method Summary | |
|---|---|
int |
compareTo(PolygonMode o)
|
void |
set(PolygonMode facet)
Copy the values |
java.lang.String |
toString()
|
void |
transitionFrom(PolygonMode facet)
Alter the state if necessary |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public RasterMode front
public RasterMode back
| Constructor Detail |
|---|
public PolygonMode()
| Method Detail |
|---|
public void set(PolygonMode facet)
Facet
set in interface Facet<PolygonMode>public void transitionFrom(PolygonMode facet)
Facet
transitionFrom in interface Facet<PolygonMode>facet - The current state.public int compareTo(PolygonMode o)
compareTo in interface java.lang.Comparable<PolygonMode>public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||