Class Plot2DDemo3


  • public class Plot2DDemo3
    extends java.lang.Object
    Plots the regression estimation of a curve.
    Author:
    Christian Fries
    • Constructor Summary

      Constructors 
      Constructor Description
      Plot2DDemo3()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Run the demo.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Plot2DDemo3

        public Plot2DDemo3()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Run the demo.
        Parameters:
        args - Not used.
        Throws:
        java.lang.Exception - Exception from the graphics backend.