Package jscl.engine

Class Graph

  • All Implemented Interfaces:
    java.io.Serializable, jscl.editor.rendering.Plot

    public class Graph
    extends java.lang.Object
    implements jscl.editor.rendering.Plot
    See Also:
    Serialized Form
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double apply​(double value)  
      static java.lang.Object apply​(Generic expr)  
      • Methods inherited from class java.lang.Object

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

      • apply

        public double apply​(double value)
        Specified by:
        apply in interface jscl.editor.rendering.Plot
      • apply

        public static java.lang.Object apply​(Generic expr)