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.Bounds
getBounds()
DirectedPoint
getLocation()
java.lang.Object
getParentIntrospectionObject()
-
Constructor Details
-
ElevatedNode
- Parameters:
node
- Node; the node to which the animation belongs
-
-
Method Details
-
getLocation
- Specified by:
getLocation
in interfaceLocatable
- Throws:
java.rmi.RemoteException
-
getBounds
public javax.media.j3d.Bounds getBounds() throws java.rmi.RemoteException -
getParentIntrospectionObject
public java.lang.Object getParentIntrospectionObject()- Specified by:
getParentIntrospectionObject
in interfaceDelegateIntrospection
-