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 Object implements Locatable, DelegateIntrospection
Class for elevating the node for animation purposes. 
- 
- 
Constructor Summary
Constructors Constructor Description ElevatedNode(Node node) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.media.j3d.BoundsgetBounds()DirectedPointgetLocation()ObjectgetParentIntrospectionObject() 
 - 
 
- 
- 
Constructor Detail
- 
ElevatedNode
public ElevatedNode(Node node)
- Parameters:
 node- Node; the node to which the animation belongs
 
 - 
 
- 
Method Detail
- 
getLocation
public DirectedPoint getLocation() throws RemoteException
- Specified by:
 getLocationin interfaceLocatable- Throws:
 RemoteException
 
- 
getBounds
public javax.media.j3d.Bounds getBounds() throws RemoteException- Specified by:
 getBoundsin interfaceLocatable- Throws:
 RemoteException
 
- 
getParentIntrospectionObject
public Object getParentIntrospectionObject()
- Specified by:
 getParentIntrospectionObjectin interfaceDelegateIntrospection
 
 - 
 
 -