Class LineCombineArrayPlotter.LineCombineArrayStyle

java.lang.Object
uk.ac.starlink.ttools.plot2.layer.CombineArrayPlotter.CombineArrayStyle
uk.ac.starlink.ttools.plot2.layer.LineCombineArrayPlotter.LineCombineArrayStyle
All Implemented Interfaces:
Style
Enclosing class:
LineCombineArrayPlotter

public static class LineCombineArrayPlotter.LineCombineArrayStyle extends CombineArrayPlotter.CombineArrayStyle
Style for use with this plotter.
  • Constructor Details

    • LineCombineArrayStyle

      public LineCombineArrayStyle(Combiner xCombiner, Combiner yCombiner, Color color, Stroke stroke, boolean isAntialias)
      Constructor.
      Parameters:
      xCombiner - combiner for elements of X array values
      yCombiner - combiner for elements of Y array values
      color - colour
      stroke - line stroke
      isAntialias - true for antialiasing
  • Method Details