com.jme.scene.state.jogl.records
Class LineRecord

java.lang.Object
  extended by com.jme.scene.state.StateRecord
      extended by com.jme.scene.state.jogl.records.LineRecord

public class LineRecord
extends StateRecord


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

smoothed

public boolean smoothed

stippled

public boolean stippled

smoothHint

public int smoothHint

width

public float width

stippleFactor

public int stippleFactor

stipplePattern

public short stipplePattern
Constructor Detail

LineRecord

public LineRecord()
Method Detail

applyLineWidth

public void applyLineWidth(float lineWidth)

applyLineSmooth

public void applyLineSmooth(boolean smoothed)

applyLineStipple

public void applyLineStipple(int stippleFactor,
                             short stipplePattern)

invalidate

public void invalidate()
Description copied from class: StateRecord
Invalidate this record - iow, we don't trust this record's information about the opengl state machine.

Overrides:
invalidate in class StateRecord