Package | Description |
---|---|
com.metsci.glimpse.axis.painter |
Painters which display the state of an axis with tick marks, labels,
color scales, and other decorations.
|
com.metsci.glimpse.axis.painter.label |
Helper classes used by axis painters to arrange tick marks and
format tick and axis labels.
|
com.metsci.glimpse.painter.shape |
Painters which draw basic geometric shapes: line segments, points, and polygons.
|
com.metsci.glimpse.plot.timeline | |
com.metsci.glimpse.plot.timeline.data | |
com.metsci.glimpse.plot.timeline.event.paint | |
com.metsci.glimpse.plot.timeline.layout |
Modifier and Type | Method and Description |
---|---|
Epoch |
TimeAxisPainter.getEpoch() |
Modifier and Type | Method and Description |
---|---|
void |
TimeAxisPainter.setEpoch(Epoch epoch) |
Constructor and Description |
---|
TimeXAxisPainter(Epoch epoch) |
TimeXAxisPainter(TimeZone timeZone,
Epoch epoch) |
TimeYAxisPainter(Epoch epoch) |
TimeYAxisPainter(TimeZone timeZone,
Epoch epoch) |
Modifier and Type | Method and Description |
---|---|
Epoch |
TimeAxisLabelHandler.getEpoch() |
Modifier and Type | Method and Description |
---|---|
void |
TimeAxisLabelHandler.setEpoch(Epoch epoch) |
Constructor and Description |
---|
TimeAxisLabelHandler(Epoch epoch) |
TimeAxisLabelHandler(String minuteSecondString,
String hourDayMonthString,
String hourMinuteString,
String dayMonthYearString,
String dayString,
String monthString,
String monthYearString,
String yearString,
TimeZone timeZone,
Epoch epoch) |
TimeAxisLabelHandler(TimeZone timeZone,
Epoch epoch) |
Modifier and Type | Method and Description |
---|---|
void |
TimeShadedPointPainter.displayTimeRange(Epoch epoch,
TimeStamp startTime,
TimeStamp endTime)
Sets the selected range of times which will be displayed by this painter.
|
Modifier and Type | Method and Description |
---|---|
Epoch |
StackedTimePlot2D.getEpoch() |
Modifier and Type | Method and Description |
---|---|
void |
StackedTimePlot2D.setEpoch(Epoch epoch) |
Constructor and Description |
---|
CollapsibleTimePlot2D(Epoch epoch) |
CollapsibleTimePlot2D(Epoch epoch,
TaggedAxis1D commonAxis) |
StackedTimePlot2D(Epoch epoch)
Creates a vertical StackedTimePlot2D.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static Epoch |
Epoch.currentTime() |
static Epoch |
Epoch.posixEpoch() |
Modifier and Type | Method and Description |
---|---|
Epoch |
EventPainterManager.getEpoch() |
Constructor and Description |
---|
EventPainterManager(EventPlotInfo plot,
EventManager manager,
Epoch epoch,
TextureAtlas atlas) |
Modifier and Type | Method and Description |
---|---|
void |
TimelineInfo.setEpoch(Epoch epoch) |
Copyright © 2016 Metron, Inc.. All rights reserved.