All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class moves.EuCorder

java.lang.Object
   |
   +----moves.EuCorder

public class EuCorder
extends Object
implements constants

Variable Index

 o name

Constructor Index

 o EuCorder(String)

Method Index

 o add(EuMove)
 o document(debug)
 o get(int)
 o rewind()
 o runMainTo(LabWindow, int)

Variables

 o name
 public String name

Constructors

 o EuCorder
 public EuCorder(String name)

Methods

 o rewind
 public void rewind()
 o add
 public void add(EuMove m)
 o get
 public EuMove get(int i)
 o runMainTo
 public void runMainTo(LabWindow win,
                       int stopSegment) throws LeaException
 o document
 public void document(debug debugWindow)

All Packages  Class Hierarchy  This Package  Previous  Next  Index