Class TaggedPartialColorXAxisPainter

  • All Implemented Interfaces:
    GlimpsePainter

    public class TaggedPartialColorXAxisPainter
    extends TaggedColorXAxisPainter
    A horizontal (x) 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. Tags which are to act as anchor points for the color scale must be given the Tag.TEX_COORD_ATTR attribute. The value of this attribute should be between 0.0 and 1.0 and indicates where along the color scale this tag should be anchored. For example, a tag with value 20.0 and TEX_COORD_ATTR attribute value 0.5 would indicate that the color half-way along the color scale should map to value 20.0 on the axis. This axis must be added to a GlimpseAxisLayout1D whose associated axis is a TaggedAxis1D.
    Author:
    ulman
    • Constructor Detail

      • TaggedPartialColorXAxisPainter

        public TaggedPartialColorXAxisPainter​(AxisLabelHandler ticks)