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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.media.j3d.Bounds
getBounds()
DirectedPoint
getLocation()
java.lang.Object
getParentIntrospectionObject()
-
-
-
Constructor Detail
-
ElevatedNode
public ElevatedNode(Node node)
- Parameters:
node
- Node; the node to which the animation belongs
-
-
Method Detail
-
getLocation
public DirectedPoint getLocation() throws java.rmi.RemoteException
- 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
-
-