|
Aviatrix3D 2.1.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidListenerSetTimingException | |
---|---|
org.j3d.aviatrix3d | A core set of lightweight Object Oriented scenegraph-based wrapper objects for OpenGL. |
org.j3d.aviatrix3d.management | Interfaces and classes that provide the high level management of the integration between the scene graph and rendering pipeline. |
Uses of InvalidListenerSetTimingException in org.j3d.aviatrix3d |
---|
Methods in org.j3d.aviatrix3d that throw InvalidListenerSetTimingException | |
---|---|
void |
NodeUpdateHandler.activeSoundLayerChanged(InternalLayerUpdateListener intL)
Notify the handler that you are now going to be the active layer for sound rendering. |
void |
Raster.boundsChanged(NodeUpdateListener l)
Notify the node that you have updates to the node that might alter its bounds. |
void |
Node.boundsChanged(NodeUpdateListener l)
Notify the node that you have updates to the node that might alter its bounds. |
void |
Geometry.boundsChanged(NodeUpdateListener l)
Notify the node that you have updates to the node that might alter its bounds. |
boolean |
NodeUpdateHandler.boundsChanged(NodeUpdateListener l,
java.lang.Object src,
InternalNodeUpdateListener intL)
Notify the handler that you have updates to the SG that might alter a node's bounds. |
void |
SceneGraphObject.dataChanged(NodeUpdateListener l)
Notify the node that you have updates to the node that will not alter its bounds. |
void |
NodeUpdateHandler.dataChanged(NodeUpdateListener l,
java.lang.Object src)
Notify the handler that you have updates to the SG that will not alter a node's bounds. |
Uses of InvalidListenerSetTimingException in org.j3d.aviatrix3d.management |
---|
Methods in org.j3d.aviatrix3d.management that throw InvalidListenerSetTimingException | |
---|---|
void |
SingleThreadRenderManager.activeSoundLayerChanged(InternalLayerUpdateListener intL)
Notify the handler that you are now going to be the active layer for sound rendering. |
void |
MultiThreadRenderManager.activeSoundLayerChanged(InternalLayerUpdateListener intL)
Notify the handler that you are now going to be the active layer for sound rendering. |
boolean |
SingleThreadRenderManager.boundsChanged(NodeUpdateListener l,
java.lang.Object src,
InternalNodeUpdateListener intL)
Notify the handler that you have updates to the SG that might alter a node's bounds. |
boolean |
MultiThreadRenderManager.boundsChanged(NodeUpdateListener l,
java.lang.Object src,
InternalNodeUpdateListener intL)
Notify the handler that you have updates to the SG that might alter a node's bounds. |
void |
SingleThreadRenderManager.dataChanged(NodeUpdateListener l,
java.lang.Object src)
Notify the handler that you have updates to the SG that will not alter a node's bounds. |
void |
MultiThreadRenderManager.dataChanged(NodeUpdateListener l,
java.lang.Object src)
Notify the handler that you have updates to the SG that will not alter a node's bounds. |
|
Aviatrix3D 2.1.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |