Uses of Interface
com.metsci.glimpse.core.plot.timeline.layout.TimePlotInfo
-
Packages that use TimePlotInfo Package Description com.metsci.glimpse.core.plot.timeline com.metsci.glimpse.core.plot.timeline.event com.metsci.glimpse.core.plot.timeline.layout -
-
Uses of TimePlotInfo in com.metsci.glimpse.core.plot.timeline
Methods in com.metsci.glimpse.core.plot.timeline that return TimePlotInfo Modifier and Type Method Description TimePlotInfoStackedTimePlot2D. createTimePlot()TimePlotInfoStackedTimePlot2D. createTimePlot(Object id)TimePlotInfoStackedTimePlot2D. createTimePlot(Object id, Axis1D axis)Creates a plot similar tocreatePlot( String, Axis1D )but with additional plot decorations, including: grid lines, axes labels for the data axis, and a text label describing the plot.TimePlotInfoStackedTimePlot2D. getTimePlot(Object id)Returns the time plot handle for the plot identified via its unique string identifier.Methods in com.metsci.glimpse.core.plot.timeline that return types with arguments of type TimePlotInfo Modifier and Type Method Description Collection<TimePlotInfo>StackedTimePlot2D. getAllTimePlots()Returns only the TimePlotInfo handles for plotting areas created with#createTimePlot(String). -
Uses of TimePlotInfo in com.metsci.glimpse.core.plot.timeline.event
Classes in com.metsci.glimpse.core.plot.timeline.event that implement TimePlotInfo Modifier and Type Class Description classEventPlotInfoA handle to one of the plotting areas making up aStackedTimePlot2D.Constructors in com.metsci.glimpse.core.plot.timeline.event with parameters of type TimePlotInfo Constructor Description EventPlotInfo(TimePlotInfo delegate)EventPlotInfo(TimePlotInfo delegate, TextureAtlas atlas) -
Uses of TimePlotInfo in com.metsci.glimpse.core.plot.timeline.layout
Classes in com.metsci.glimpse.core.plot.timeline.layout that implement TimePlotInfo Modifier and Type Class Description classTimePlotInfoImplclassTimePlotInfoWrapperConstructors in com.metsci.glimpse.core.plot.timeline.layout with parameters of type TimePlotInfo Constructor Description TimePlotInfoWrapper(TimePlotInfo info)
-