com.threerings.opengl.renderer.config
Class LineStateConfig

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.opengl.renderer.config.LineStateConfig
All Implemented Interfaces:
Exportable, Copyable, Cloneable

public class LineStateConfig
extends DeepObject
implements Exportable

Configurable line state.


Field Summary
 float lineWidth
          The line width.
 boolean uniqueInstance
          If true, do not use a shared instance.
 
Constructor Summary
LineStateConfig()
           
 
Method Summary
 LineState getState()
          Returns the corresponding line state.
 
Methods inherited from class com.threerings.util.DeepObject
clone, copy, copy, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

lineWidth

@Editable(min=1.0,
          hgroup="l")
public float lineWidth
The line width.


uniqueInstance

@Editable(hgroup="l")
public boolean uniqueInstance
If true, do not use a shared instance.

Constructor Detail

LineStateConfig

public LineStateConfig()
Method Detail

getState

public LineState getState()
Returns the corresponding line state.



Copyright © 2011. All Rights Reserved.