|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jme.scene.state.StateRecord
com.jme.scene.state.jogl.records.LineRecord
public class LineRecord
Field Summary | |
---|---|
boolean |
smoothed
|
int |
smoothHint
|
boolean |
stippled
|
int |
stippleFactor
|
short |
stipplePattern
|
float |
width
|
Fields inherited from class com.jme.scene.state.StateRecord |
---|
valid |
Constructor Summary | |
---|---|
LineRecord()
|
Method Summary | |
---|---|
void |
applyLineSmooth(boolean smoothed)
|
void |
applyLineStipple(int stippleFactor,
short stipplePattern)
|
void |
applyLineWidth(float lineWidth)
|
void |
invalidate()
Invalidate this record - iow, we don't trust this record's information about the opengl state machine. |
Methods inherited from class com.jme.scene.state.StateRecord |
---|
isValid, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean smoothed
public boolean stippled
public int smoothHint
public float width
public int stippleFactor
public short stipplePattern
Constructor Detail |
---|
public LineRecord()
Method Detail |
---|
public void applyLineWidth(float lineWidth)
public void applyLineSmooth(boolean smoothed)
public void applyLineStipple(int stippleFactor, short stipplePattern)
public void invalidate()
StateRecord
invalidate
in class StateRecord
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |