Class FunctionPlotter.FunctionStyle

java.lang.Object
uk.ac.starlink.ttools.plot2.layer.LineStyle
uk.ac.starlink.ttools.plot2.layer.FunctionPlotter.FunctionStyle
All Implemented Interfaces:
Style
Enclosing class:
FunctionPlotter

public static class FunctionPlotter.FunctionStyle extends LineStyle
Style class associated with this plotter. The style includes the actual function definitions as well as the usual things like colour, line thickness etc.
  • Constructor Details

    • FunctionStyle

      public FunctionStyle(Color color, Stroke stroke, boolean antialias, JELFunction function, FunctionPlotter.FuncAxis axis)
      Constructor.
      Parameters:
      color - line colour
      stroke - line stroke
      antialias - true to draw line antialiased
      function - analytic function definition
      axis - axis geometry
  • Method Details