Package samer.maths

Class FunctionPlotter

  • java.lang.Object
  • All Implemented Interfaces:
    java.util.Observer


    public class FunctionPlotter
    extends Plotter
    implements java.util.Observer
    • Constructor Detail

      • FunctionPlotter

        public FunctionPlotter(VFunction vf)
    • Method Detail

      • realized

        protected void realized()
      • update

        public void update(java.util.Observable o,
                           java.lang.Object s)
        Specified by:
        update in interface java.util.Observer
      • detach

        public void detach()
      • getCommands

        public void getCommands(Registry r)
      • execute

        public void execute(java.lang.String c,
                            Environment env)
                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • autoscale

        public void autoscale()
      • scale

        public void scale()
      • paint

        public void paint(java.awt.Graphics g)
        Overrides:
        paint in class Plotter