Class NumericRotatedYAxisPainter
- java.lang.Object
-
- com.metsci.glimpse.core.painter.base.GlimpsePainterBase
-
- com.metsci.glimpse.core.axis.painter.NumericAxisPainter
-
- com.metsci.glimpse.core.axis.painter.NumericYAxisPainter
-
- com.metsci.glimpse.core.axis.painter.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 thanNumericRightYAxisPainter
.Suitable for an axis which should sit flush against the left hand side of a plot.
- Author:
- ulman
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.metsci.glimpse.core.axis.painter.NumericAxisPainter
NumericAxisPainter.TickInfo
-
-
Constructor Summary
Constructors Constructor Description NumericRotatedYAxisPainter(AxisLabelHandler ticks)
-
Method Summary
-
Methods inherited from class com.metsci.glimpse.core.axis.painter.NumericYAxisPainter
doPaintTo, getAxisLabelPositionX, getTickLeftX, getTickRightX, getTickTextPositionX
-
Methods inherited from class com.metsci.glimpse.core.axis.painter.NumericAxisPainter
getTickCalculator, getTickInfo, resetFont, resetLabelColors, resetTickColor, setAxisLabel, setAxisLabelBufferSize, setAxisLabelColor, setFont, setFont, setKeepLabelsForExtremaFullyVisible, setLookAndFeel, setMarkerWidth, setShowLabel, setShowLabelsForOffscreenTicks, setShowMarker, setShowMinorTicks, setShowTickLabels, setTickBufferSize, setTickCalculator, setTickColor, setTickLabelBufferSize, setTickLabelColor, setTickSize, updateTextRenderer
-
Methods inherited from class com.metsci.glimpse.core.painter.base.GlimpsePainterBase
dispose, getAxis1D, getAxis2D, getBounds, getGL3, isDisposed, isVisible, paintTo, requireAxis1D, requireAxis2D, setVisible
-
-
-
-
Constructor Detail
-
NumericRotatedYAxisPainter
public NumericRotatedYAxisPainter(AxisLabelHandler ticks)
-
-