Uses of Interface
nl.tudelft.simulation.dsol.animation.LocatableInterface

Packages that use LocatableInterface
nl.tudelft.simulation.dsol.animation   
nl.tudelft.simulation.dsol.animation.D2   
nl.tudelft.simulation.dsol.animation.D3   
 

Uses of LocatableInterface in nl.tudelft.simulation.dsol.animation
 

Classes in nl.tudelft.simulation.dsol.animation that implement LocatableInterface
 class Editable
          An Editable object is a simulation object that can be edited by the user.
 class StaticLocation
          A StaticLocation
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
 

Uses of LocatableInterface in nl.tudelft.simulation.dsol.animation.D2
 

Classes in nl.tudelft.simulation.dsol.animation.D2 that implement LocatableInterface
 class GisRenderable2D
          This renderable draws CAD/GIS objects.
 

Fields in nl.tudelft.simulation.dsol.animation.D2 declared as LocatableInterface
protected  LocatableInterface Renderable2D.source
          the source of the renderable
 

Methods in nl.tudelft.simulation.dsol.animation.D2 that return LocatableInterface
 LocatableInterface Renderable2D.getSource()
           
 LocatableInterface Renderable2DInterface.getSource()
          gets the source of this renderable
 LocatableInterface GisRenderable2D.getSource()
           
 

Constructors in nl.tudelft.simulation.dsol.animation.D2 with parameters of type LocatableInterface
ImageRenderable(LocatableInterface source, SimulatorInterface simulator, URL[] images)
          constructs a new ImageRenderable
Renderable2D(LocatableInterface source, SimulatorInterface simulator)
          constructs a new Renderable2D
SingleImageRenderable(LocatableInterface source, SimulatorInterface simulator, URL image)
          constructs a new SingleImageRenderable
 

Uses of LocatableInterface in nl.tudelft.simulation.dsol.animation.D3
 

Fields in nl.tudelft.simulation.dsol.animation.D3 declared as LocatableInterface
protected  LocatableInterface Renderable3D.source
          the source of this animatableObject
 

Methods in nl.tudelft.simulation.dsol.animation.D3 that return LocatableInterface
 LocatableInterface Renderable3D.getSource()
           
 

Constructors in nl.tudelft.simulation.dsol.animation.D3 with parameters of type LocatableInterface
Renderable3D(LocatableInterface source, SimulatorInterface simulator)
           
 



Copyright © 2002-2010 Delft University of Technology, the Netherlands. All Rights Reserved.