Class NumericRotatedYAxisPainter

  • All Implemented Interfaces:
    GlimpsePainter
    Direct Known Subclasses:
    NumericRotatedRightYAxisPainter

    public class NumericRotatedYAxisPainter
    extends NumericYAxisPainter
    A vertical (y) axis with labeled ticks along the left hand side. Ticks labels are oriented vertically, taking up less horizontal room and allowing the axis to be more compact than NumericRightYAxisPainter.

    Suitable for an axis which should sit flush against the left hand side of a plot.

    Author:
    ulman
    • Constructor Detail

      • NumericRotatedYAxisPainter

        public NumericRotatedYAxisPainter​(AxisLabelHandler ticks)