Class HorizontalTimelinePlotExample

  • Direct Known Subclasses:
    CollapsibleTimelinePlotExample, VerticalTimelinePlotExample

    public class HorizontalTimelinePlotExample
    extends Object
    Demonstrates use of StackedTimePlot2D to create a horizontal timeline axis with lineplots stacked vertically on top, each with an independent y axis.

    Lineplots can be added and removed with com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D#createChartPlot( String ) and com.metsci.glimpse.core.plot.timeline.StackedTimePlot2D#deletePlot( String ). When a new chart is created, a TimePlotInfo reference is provided, allowing addition of GlimpsePainters and modification of chart size, ordering, and coloring.

    Author:
    ulman
    • Constructor Detail

      • HorizontalTimelinePlotExample

        public HorizontalTimelinePlotExample()