Uses of Class
com.metsci.glimpse.core.axis.painter.NumericXAxisPainter
-
Packages that use NumericXAxisPainter Package Description com.metsci.glimpse.core.axis.painter Painters which display the state of an axis with tick marks, labels, color scales, and other decorations.com.metsci.glimpse.core.axis.tagged.painter Axis painters specific to tagged axes. -
-
Uses of NumericXAxisPainter in com.metsci.glimpse.core.axis.painter
Subclasses of NumericXAxisPainter in com.metsci.glimpse.core.axis.painter Modifier and Type Class Description classColorTopXAxisPainterclassColorXAxisPainterA horizontal (x) axis with a color bar and labeled ticks along the bottom.classNumericTopXAxisPainterA horizontal (x) axis with labeled ticks along the top. -
Uses of NumericXAxisPainter in com.metsci.glimpse.core.axis.tagged.painter
Subclasses of NumericXAxisPainter in com.metsci.glimpse.core.axis.tagged.painter Modifier and Type Class Description classTaggedColorXAxisPainterA horizontal (x) axis painter which displays positions of tags on top of a color scale.classTaggedPartialColorXAxisPainterA horizontal (x) axis painter which displays positions of tags in addition to tick marks and labels.
-