|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LineState | |
|---|---|
| com.threerings.opengl.renderer.config | Renderer configuration bits. |
| com.threerings.opengl.renderer.state | |
| Uses of LineState in com.threerings.opengl.renderer.config |
|---|
| Methods in com.threerings.opengl.renderer.config that return LineState | |
|---|---|
LineState |
LineStateConfig.getState()
Returns the corresponding line state. |
| Uses of LineState in com.threerings.opengl.renderer.state |
|---|
| Fields in com.threerings.opengl.renderer.state declared as LineState | |
|---|---|
static LineState |
LineState.DEFAULT
The default state. |
| Methods in com.threerings.opengl.renderer.state that return LineState | |
|---|---|
static LineState |
LineState.getInstance(float lineWidth)
If there is a shared instance with the supplied parameters, returns a reference to it; otherwise, returns a new state with the parameters. |
static LineState |
LineState.getInstance(LineState state)
If there is a shared equivalent to the specified state, this method will return the shared state; otherwise, it will simply return the parameter. |
| Methods in com.threerings.opengl.renderer.state with parameters of type LineState | |
|---|---|
static LineState |
LineState.getInstance(LineState state)
If there is a shared equivalent to the specified state, this method will return the shared state; otherwise, it will simply return the parameter. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||