Interface | Description |
---|---|
IEmbeddedViewClient |
This is an interface for clients (generally
ViewAppState s) that use
EmbeddedView s. |
IRenderQueue |
This interface is for objects that can perform some rendering task.
|
Class | Description |
---|---|
AbstractController |
This class provides a base implementation for a controller that manages an
IUpdateable model and an AbstractView associated with that
model. |
AbstractView |
This class provides a base implementation for a view managed by an
AbstractController . |
CompositeAppState |
This class represents a
SimpleAppState that can contain multiple
child SimpleAppState s. |
EmbeddedView |
This class provides a jME-based view that can be embedded within an AWT
Frame . |
FlightCamera |
This class provides a custom camera similar in concept to the default jME
FlyByCamera . |
InputControl |
Input controls for jME typically require three components:
an
InputListener (e.g., an ActionListener or an
AnalogListener )
one or more mapping names (e.g., "leftClick", "rightClick")
one or more Trigger s per mapping name
|
MasterApplication |
A MasterApplication is a
SimpleApplication that provides a rendering
functionality for jME-based scenes. |
SimpleAppState | |
ViewAppState | |
ViewFactory |
This factory is used to create custom
ViewAppState s for components
including GeometryComponent s, MeshComponent s, and
PlantComposite s. |