Package | Description |
---|---|
com.metsci.glimpse.plot.timeline | |
com.metsci.glimpse.plot.timeline.event | |
com.metsci.glimpse.plot.timeline.layout |
Modifier and Type | Method and Description |
---|---|
TimePlotInfo |
StackedTimePlot2D.createTimePlot() |
TimePlotInfo |
StackedTimePlot2D.createTimePlot(Object id) |
TimePlotInfo |
StackedTimePlot2D.createTimePlot(Object id,
Axis1D axis)
Creates a plot similar to
createPlot( String, Axis1D ) but with
additional plot decorations, including: grid lines, axes labels for the
data axis, and a text label describing the plot. |
TimePlotInfo |
StackedTimePlot2D.getTimePlot(Object id)
Returns the time plot handle for the plot identified via its unique string identifier.
|
Modifier and Type | Method and Description |
---|---|
Collection<TimePlotInfo> |
StackedTimePlot2D.getAllTimePlots()
Returns only the TimePlotInfo handles for plotting areas created with
#createTimePlot(String) . |
Modifier and Type | Class and Description |
---|---|
class |
EventPlotInfo
A handle to one of the plotting areas making up a
StackedTimePlot2D . |
Constructor and Description |
---|
EventPlotInfo(TimePlotInfo delegate) |
EventPlotInfo(TimePlotInfo delegate,
TextureAtlas atlas) |
Modifier and Type | Class and Description |
---|---|
class |
TimePlotInfoImpl |
class |
TimePlotInfoWrapper |
Constructor and Description |
---|
TimePlotInfoWrapper(TimePlotInfo info) |
Copyright © 2013 Metron, Inc.. All rights reserved.