Package org.opentrafficsim.draw.network
Class NodeAnimation.ElevatedNode
java.lang.Object
org.opentrafficsim.draw.network.NodeAnimation.ElevatedNode
- All Implemented Interfaces:
 Locatable,DelegateIntrospection
- Enclosing class:
 - NodeAnimation
 
public static class NodeAnimation.ElevatedNode extends java.lang.Object implements Locatable, DelegateIntrospection
Class for elevating the node for animation purposes.
- 
Constructor Summary
Constructors Constructor Description ElevatedNode(Node node) - 
Method Summary
Modifier and Type Method Description javax.media.j3d.BoundsgetBounds()DirectedPointgetLocation()java.lang.ObjectgetParentIntrospectionObject() 
- 
Constructor Details
- 
ElevatedNode
- Parameters:
 node- Node; the node to which the animation belongs
 
 - 
 - 
Method Details
- 
getLocation
- Specified by:
 getLocationin interfaceLocatable- Throws:
 java.rmi.RemoteException
 - 
getBounds
public javax.media.j3d.Bounds getBounds() throws java.rmi.RemoteException - 
getParentIntrospectionObject
public java.lang.Object getParentIntrospectionObject()- Specified by:
 getParentIntrospectionObjectin interfaceDelegateIntrospection
 
 -