|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IState | |
---|---|
org.vizzini.example.solarsystem.ui | Provides solar system user interface classes for the game framework. |
org.vizzini.game.simulation | Provides simulation classes for games in the game framework. |
org.vizzini.math | Provides math classes for the game framework. |
org.vizzini.ui.game | Provides core game user interface classes for the game framework. |
org.vizzini.ui.game.simulation | Provides simulation user interface classes for the game framework. |
org.vizzini.ui.graphics | Provides graphics classes for the game framework. |
org.vizzini.ui.graphics.shape | Provides graphics shape classes for the game framework. |
Uses of IState in org.vizzini.example.solarsystem.ui |
---|
Methods in org.vizzini.example.solarsystem.ui with parameters of type IState | |
---|---|
protected Quaternion |
EnvironmentUISwing.getOrientation(IState state)
Return the orientation using the given state. |
Uses of IState in org.vizzini.game.simulation |
---|
Methods in org.vizzini.game.simulation that return IState | |
---|---|
IState |
AbstractPhysicalObject.getAbsoluteState()
Return the absolute state. |
IState |
AbstractPhysicalObject.getState()
Return the state. |
Uses of IState in org.vizzini.math |
---|
Subinterfaces of IState in org.vizzini.math | |
---|---|
interface |
IDynamicState
Defines methods required by a dynamic state of an object. |
Classes in org.vizzini.math that implement IState | |
---|---|
class |
DynamicState
Provides dynamic state of an object. |
class |
State
Provides simple state of an object. |
Methods in org.vizzini.math that return IState | |
---|---|
protected abstract IState |
StatefulSupport.createState()
Create the state. |
IState |
IStateful.getAbsoluteState()
Return the absolute state. |
IState |
StatefulSupport.getAbsoluteState()
Return the absolute state. |
IState |
IStateful.getState()
Return the state. |
IState |
StatefulSupport.getState()
Return the state. |
Uses of IState in org.vizzini.ui.game |
---|
Methods in org.vizzini.ui.game that return IState | |
---|---|
protected IState |
TokenUISupport.MyStatefulSupport.createState()
Create the state. |
IState |
AbstractTokenUISwing.getAbsoluteState()
Return the absolute state. |
IState |
TokenUISupport.getAbsoluteState()
Return the absolute state. |
IState |
AbstractTokenUISwing.getState()
Return the state. |
IState |
TokenUISupport.getState()
Return the state. |
Uses of IState in org.vizzini.ui.game.simulation |
---|
Methods in org.vizzini.ui.game.simulation with parameters of type IState | |
---|---|
protected Quaternion |
AbstractSimEnvironmentUISwing.getOrientation(IState state)
Return the orientation using the given state. |
Uses of IState in org.vizzini.ui.graphics |
---|
Methods in org.vizzini.ui.graphics that return IState | |
---|---|
IState |
AbstractShapeCanvas.getAbsoluteState()
Return the absolute state. |
IState |
AbstractShapeCanvas.getState()
Return the state. |
Uses of IState in org.vizzini.ui.graphics.shape |
---|
Methods in org.vizzini.ui.graphics.shape that return IState | |
---|---|
protected IState |
AbstractShape.createState()
Create the state. |
IState |
AbstractShape.getAbsoluteState()
Return the absolute state. |
IState |
AbstractShape.getState()
Return the state. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 2007 Vizzini.org. All Rights Reserved. | 2007.12.25.03.00.02 |