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 -
Method Summary
Modifier and TypeMethodDescriptionorg.opentrafficsim.core.geometry.Boundsorg.opentrafficsim.core.geometry.DirectedPointorg.opentrafficsim.core.network.NodegetNode()
-
Constructor Details
-
ElevatedNode
public ElevatedNode(org.opentrafficsim.core.network.Node node) - Parameters:
node- Node; the node to which the animation belongs
-
-
Method Details
-
getLocation
public org.opentrafficsim.core.geometry.DirectedPoint getLocation()- Specified by:
getLocationin interfaceLocatable
-
getNode
public org.opentrafficsim.core.network.Node getNode()- Returns:
- node
-
getBounds
- Specified by:
getBoundsin interfaceLocatable- Throws:
RemoteException
-
getParentIntrospectionObject
- Specified by:
getParentIntrospectionObjectin interfaceDelegateIntrospection
-