Class LinePlotter.LinesStyle

All Implemented Interfaces:
Style
Enclosing class:
LinePlotter

public static class LinePlotter.LinesStyle extends AuxLineStyle
Style for line plotter. This decorates the LineStyle with a sort axis.
  • Constructor Details

    • LinesStyle

      public LinesStyle(Color color, Stroke stroke, boolean antialias, Shader shader, Scaling scaling, Subrange dataclip, Color nullColor, AxisOpt sortaxis)
      Constructor.
      Parameters:
      color - default line colour
      stroke - line stroke
      antialias - whether line is to be antialiased (only likely to make a difference on bitmapped paper)
      shader - colour ramp
      scaling - colour ramp metric
      dataclip - colour ramp input range adjustment
      nullColor - colour to use for null aux values; if null, such segments are not plotted
  • Method Details