nl.tudelft.simulation.traffic.animation
Class ControlPointLocation

java.lang.Object
  extended bynl.tudelft.simulation.traffic.animation.ControlPointLocation
All Implemented Interfaces:
nl.tudelft.simulation.dsol.animation.LocatableInterface

public class ControlPointLocation
extends java.lang.Object
implements nl.tudelft.simulation.dsol.animation.LocatableInterface

The location of a control point

(c) copyright 2004 Delft University of Technology , the Netherlands.

See for project information www.simulation.tudelft.nl
License of use: General Public License (GPL) , no warranty

Version:
1.0 Oct 31, 2004
Author:
Alexander Verbraeck

Constructor Summary
ControlPointLocation(ControlPointInterface cpi)
           
 
Method Summary
 javax.media.j3d.Bounds getBounds()
           
 nl.tudelft.simulation.language.d3.DirectedPoint getLocation()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ControlPointLocation

public ControlPointLocation(ControlPointInterface cpi)
Parameters:
cpi -
Method Detail

getBounds

public javax.media.j3d.Bounds getBounds()
                                 throws java.rmi.RemoteException
Specified by:
getBounds in interface nl.tudelft.simulation.dsol.animation.LocatableInterface
Throws:
java.rmi.RemoteException
See Also:
LocatableInterface.getBounds()

getLocation

public nl.tudelft.simulation.language.d3.DirectedPoint getLocation()
                                                            throws java.rmi.RemoteException
Specified by:
getLocation in interface nl.tudelft.simulation.dsol.animation.LocatableInterface
Throws:
java.rmi.RemoteException
See Also:
LocatableInterface.getLocation()

toString

public java.lang.String toString()
See Also:
Object.toString()


Copyright © 2003-2004 Delft University of Technology, the Netherlands. All Rights Reserved.