Uses of Class
org.crwth.systems.Space

Packages that use Space
org.crwth.systems   
org.crwth.systems.systems1d   
org.crwth.systems.systems2d   
org.crwth.systems.systems3d   
 

Uses of Space in org.crwth.systems
 

Subclasses of Space in org.crwth.systems
 class PopularUniqueSpace
          A generic Space container.
 class UniqueSpace
          A generic Space container.
 

Fields in org.crwth.systems declared as Space
protected  Space TextViewer.s
           
protected  Space Viewer.s
           
 

Methods in org.crwth.systems with parameters of type Space
 void GraphicViewer.setSpace(Space space)
           
abstract  void Physics.setSpace(Space s)
          Sets the Space object this object will act upon.
 void TextViewer.setSpace(Space space)
           
abstract  void Collector.setSpace(Space s)
          Sets the Space object that this Collector object populates.
abstract  void Viewer.setSpace(Space space)
          Sets the Space object used to retrieve Mass and Spring objects.
 

Constructors in org.crwth.systems with parameters of type Space
GraphicViewer(Space space)
           
GraphicViewer(Space space, long delay)
           
TextViewer(Space space)
           
TextViewer(Space space, long sleep)
           
 

Uses of Space in org.crwth.systems.systems1d
 

Fields in org.crwth.systems.systems1d declared as Space
protected  Space RandomCollector1d.s
           
protected  Space SimplePhysics1d.s
           
 

Methods in org.crwth.systems.systems1d that return Space
 Space RandomCollector1d.getSpace()
           
 

Methods in org.crwth.systems.systems1d with parameters of type Space
 void RandomCollector1d.setSpace(Space space)
           
 void SimplePhysics1d.setSpace(Space space)
           
 

Constructors in org.crwth.systems.systems1d with parameters of type Space
TextViewer1d(Space space)
           
RandomCollector1d(Space space)
           
RandomCollector1d(Space space, long delay)
           
SimplePhysics1d(Space space)
           
 

Uses of Space in org.crwth.systems.systems2d
 

Methods in org.crwth.systems.systems2d with parameters of type Space
 void SimplePhysics2d.setSpace(Space space)
           
 

Constructors in org.crwth.systems.systems2d with parameters of type Space
BetterPhysics2d(Space space)
           
StaticCollector2d(Space space)
           
StaticCollector2d(Space space, long delay)
           
WebAccessCollector2d(Space space)
           
WebAccessCollector2d(String filename, Space space)
           
WebAccessCollector2d(Space space, long delay)
           
WebAccessCollector2d(String filename, Space space, long delay)
           
GraphicViewer2d(Space space)
           
GraphicViewer2d(Space space, long delay)
           
RandomCollector2d(Space space)
           
RandomCollector2d(Space space, long delay)
           
TextViewer2d(Space space)
           
SimplePhysics2d(Space space)
           
 

Uses of Space in org.crwth.systems.systems3d
 

Constructors in org.crwth.systems.systems3d with parameters of type Space
SimplePhysics3d(Space space)
           
TextViewer3d(Space space)
           
RandomCollector3d(Space space)
           
RandomCollector3d(Space space, long delay)