Uses of Interface
com.metsci.glimpse.plot.StackedPlot2D.PlotInfo

Packages that use StackedPlot2D.PlotInfo
com.metsci.glimpse.examples.stacked Timeline plot examples. 
com.metsci.glimpse.plot Prefabricated arrangements of GlimpseLayouts and GlimpsePainters with convenience methods for performing common data visualization tasks. 
com.metsci.glimpse.plot.timeline   
com.metsci.glimpse.plot.timeline.layout   
com.metsci.glimpse.plot.timeline.listener   
 

Uses of StackedPlot2D.PlotInfo in com.metsci.glimpse.examples.stacked
 

Methods in com.metsci.glimpse.examples.stacked that return StackedPlot2D.PlotInfo
 StackedPlot2D.PlotInfo StackedPlotExample.createPlotArea(StackedPlot2D stacked_plot, ColorAxisPlot2D inner_plot, java.lang.String name)
           
 

Uses of StackedPlot2D.PlotInfo in com.metsci.glimpse.plot
 

Classes in com.metsci.glimpse.plot that implement StackedPlot2D.PlotInfo
static class StackedPlot2D.PlotInfoImpl
           
 

Methods in com.metsci.glimpse.plot that return StackedPlot2D.PlotInfo
 StackedPlot2D.PlotInfo StackedPlot2D.createPlot(java.lang.String name)
           
 StackedPlot2D.PlotInfo StackedPlot2D.createPlot(java.lang.String name, Axis1D axis)
           
 StackedPlot2D.PlotInfo StackedPlot2D.getPlot(java.lang.String name)
           
 

Methods in com.metsci.glimpse.plot that return types with arguments of type StackedPlot2D.PlotInfo
 java.util.Collection<StackedPlot2D.PlotInfo> StackedPlot2D.getAllPlots()
           
 

Uses of StackedPlot2D.PlotInfo in com.metsci.glimpse.plot.timeline
 

Methods in com.metsci.glimpse.plot.timeline that return StackedPlot2D.PlotInfo
 StackedPlot2D.PlotInfo StackedTimePlot2D.createPlot(java.lang.String name)
           
 StackedPlot2D.PlotInfo StackedTimePlot2D.createPlot(java.lang.String name, Axis1D axis)
          Creates a plotting area with one common time axis and attaches a mouse listener which handles properly adjusting the time selection on the time axis.
 StackedPlot2D.PlotInfo StackedTimePlot2D.getPlot(java.lang.String name)
           
 StackedPlot2D.PlotInfo StackedTimePlot2D.getSelectedPlot()
           
 

Methods in com.metsci.glimpse.plot.timeline that return types with arguments of type StackedPlot2D.PlotInfo
 java.util.Collection<StackedPlot2D.PlotInfo> StackedTimePlot2D.getAllPlots()
           
 

Methods in com.metsci.glimpse.plot.timeline with parameters of type StackedPlot2D.PlotInfo
 void StackedTimePlot2D.setSelectedPlot(StackedPlot2D.PlotInfo layout)
           
 

Uses of StackedPlot2D.PlotInfo in com.metsci.glimpse.plot.timeline.layout
 

Classes in com.metsci.glimpse.plot.timeline.layout that implement StackedPlot2D.PlotInfo
 class TimePlotInfo
           
 

Constructors in com.metsci.glimpse.plot.timeline.layout with parameters of type StackedPlot2D.PlotInfo
TimePlotInfo(StackedTimePlot2D parent, StackedPlot2D.PlotInfo child, GridPainter gridPainter, NumericXYAxisPainter axisPainter, SimpleTextPainter labelPainter, BorderPainter borderPainter)
           
 

Uses of StackedPlot2D.PlotInfo in com.metsci.glimpse.plot.timeline.listener
 

Constructors in com.metsci.glimpse.plot.timeline.listener with parameters of type StackedPlot2D.PlotInfo
TimelineMouseListener2D(StackedTimePlot2D plot, StackedPlot2D.PlotInfo info, boolean timeIsX)
           
 



Copyright © 2012 Metron, Inc.. All Rights Reserved.