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.Bounds
org.opentrafficsim.core.geometry.DirectedPoint
org.opentrafficsim.core.network.Node
getNode()
-
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:
getLocation
in interfaceLocatable
-
getNode
public org.opentrafficsim.core.network.Node getNode()- Returns:
- node
-
getBounds
- Specified by:
getBounds
in interfaceLocatable
- Throws:
RemoteException
-
getParentIntrospectionObject
- Specified by:
getParentIntrospectionObject
in interfaceDelegateIntrospection
-