Class TaggedPartialColorYAxisPainter
- 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.ColorYAxisPainter
-
- com.metsci.glimpse.core.axis.tagged.painter.TaggedColorYAxisPainter
-
- com.metsci.glimpse.core.axis.tagged.painter.TaggedPartialColorYAxisPainter
-
- All Implemented Interfaces:
GlimpsePainter
public class TaggedPartialColorYAxisPainter extends TaggedColorYAxisPainter
A vertical (y) axis painter which displays positions of tags in addition to tick marks and labels. A color scale is also displayed which stretches between specified tags.- Author:
- ulman
- See Also:
TaggedPartialColorXAxisPainter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.metsci.glimpse.core.axis.painter.NumericAxisPainter
NumericAxisPainter.TickInfo
-
-
Constructor Summary
Constructors Constructor Description TaggedPartialColorYAxisPainter(AxisLabelHandler ticks)
-
Method Summary
-
Methods inherited from class com.metsci.glimpse.core.axis.tagged.painter.TaggedColorYAxisPainter
doPaintTo, getTagMaxX, getTagMinX, getTagPointerMaxX, setLookAndFeel, setTagColor, setTagHalfWidth, setTagHeight, setTagPointerHeight
-
Methods inherited from class com.metsci.glimpse.core.axis.painter.ColorYAxisPainter
getColorBarMaxX, getColorBarMinX, setColorBarSize, setColorScale, setEnableOutline
-
Methods inherited from class com.metsci.glimpse.core.axis.painter.NumericYAxisPainter
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, 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
-
TaggedPartialColorYAxisPainter
public TaggedPartialColorYAxisPainter(AxisLabelHandler ticks)
-
-