Class LinePlotter.LinesStyle

  • All Implemented Interfaces:
    Style
    Enclosing class:
    LinePlotter

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

      • LinesStyle

        public LinesStyle​(java.awt.Color color,
                          java.awt.Stroke stroke,
                          boolean antialias,
                          AxisOpt sortaxis)
        Constructor.
        Parameters:
        color - line colour
        stroke - line stroke
        antialias - true to draw line antialiased
        sortaxis - axis along which points are sorted before the plot
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class LineStyle