|
Aviatrix3D 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.pipeline | Implementations of the various pipeline pieces. |
Uses of InvalidListenerSetTimingException in org.j3d.aviatrix3d |
Methods in org.j3d.aviatrix3d that throw InvalidListenerSetTimingException | |
void |
SceneGraphObject.dataChanged(NodeUpdateListener l)
Notify the node that you have updates to the node that will not 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 |
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. |
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. |
Uses of InvalidListenerSetTimingException in org.j3d.aviatrix3d.pipeline |
Methods in org.j3d.aviatrix3d.pipeline that throw InvalidListenerSetTimingException | |
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. |
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. |
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 |
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 1.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |