Class Stats1Plotter.StatsStyle

  • All Implemented Interfaces:
    Style
    Enclosing class:
    Stats1Plotter

    public static class Stats1Plotter.StatsStyle
    extends LineStyle
    Style class associated with this plotter.
    • Constructor Detail

      • StatsStyle

        public StatsStyle​(java.awt.Color color,
                          java.awt.Stroke stroke,
                          boolean antialias,
                          boolean showmean,
                          Normalisation norm,
                          Unit unit,
                          BinSizer sizer)
        Constructor.
        Parameters:
        color - line colour
        stroke - line stroke
        antialias - true to draw line antialiased
        showmean - true to display a line showing the mean
        norm - normalisation
        unit - axis scaling unit
        sizer - histogram equivalent bin sizer, may be used in conjunction with norm
    • Method Detail

      • equals

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