Package | Description |
---|---|
com.metsci.glimpse.plot.stacked | |
com.metsci.glimpse.plot.timeline | |
com.metsci.glimpse.plot.timeline.painter |
Modifier and Type | Method and Description |
---|---|
StackedPlot2D.Orientation |
StackedPlot2D.getOrientation() |
static StackedPlot2D.Orientation |
StackedPlot2D.Orientation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StackedPlot2D.Orientation[] |
StackedPlot2D.Orientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
StackedPlot2D(StackedPlot2D.Orientation orientation) |
StackedPlot2D(StackedPlot2D.Orientation orientation,
Axis1D commonAxis) |
Constructor and Description |
---|
StackedTimePlot2D(StackedPlot2D.Orientation orientation) |
StackedTimePlot2D(StackedPlot2D.Orientation orientation,
Epoch epoch) |
StackedTimePlot2D(StackedPlot2D.Orientation orientation,
Epoch epoch,
TaggedAxis1D commonAxis) |
StackedTimePlot2D(StackedPlot2D.Orientation orientation,
Epoch epoch,
TextureAtlas atlas) |
StackedTimePlot2D(StackedPlot2D.Orientation orientation,
Epoch epoch,
TextureAtlas atlas,
TaggedAxis1D commonAxis)
Creates a StackedTimePlot2D with specified orientation.
|
Constructor and Description |
---|
SimpleSelectedTimeRegionPainter(StackedPlot2D.Orientation orientation) |
Copyright © 2013 Metron, Inc.. All rights reserved.