Package samer.maths

Class VectorTrace

  • All Implemented Interfaces:
    Task


    public class VectorTrace
    extends Trace
    A Viewer that draws multiple traces: one for each element of a vector
    • Constructor Detail

      • VectorTrace

        public VectorTrace(Vec v)
    • Method Detail

      • realized

        protected void realized()
      • run

        public void run()
        Description copied from class: Trace
        moves the trace along one time step, by preparing space for the next bit of plotting.
        Specified by:
        run in interface Task
        Overrides:
        run in class Trace
      • getCommands

        public void getCommands(Registry r)
        Overrides:
        getCommands in class Trace
      • execute

        public void execute(java.lang.String c,
                            Environment env)
                     throws java.lang.Exception
        Overrides:
        execute in class Trace
        Throws:
        java.lang.Exception