Class IntervalMarker

    • Constructor Detail

      • IntervalMarker

        public IntervalMarker​(double start,
                              double end)
        Constructs an interval marker.
        Parameters:
        start - the start of the interval.
        end - the end of the interval.
      • IntervalMarker

        public IntervalMarker​(double start,
                              double end,
                              Paint paint)
        Creates a new interval marker with the specified range and fill paint. The outline paint and stroke default to null.
        Parameters:
        start - the lower bound of the interval.
        end - the upper bound of the interval.
        paint - the fill paint (null not permitted).
      • IntervalMarker

        public IntervalMarker​(double start,
                              double end,
                              Paint paint,
                              Stroke stroke,
                              Paint outlinePaint,
                              Stroke outlineStroke,
                              float alpha)
        Constructs an interval marker.
        Parameters:
        start - the start of the interval.
        end - the end of the interval.
        paint - the paint (null not permitted).
        stroke - the stroke (null not permitted).
        outlinePaint - the outline paint.
        outlineStroke - the outline stroke.
        alpha - the alpha transparency.