Package | Description |
---|---|
com.metsci.glimpse.axis.tagged |
Axes with adjustable, named markers which can be adjusted independently
of the minimum and maximum axis values.
|
com.metsci.glimpse.plot.timeline | |
com.metsci.glimpse.plot.timeline.listener |
Modifier and Type | Field and Description |
---|---|
static Comparator<Tag> |
Tag.tagValueComparator |
Modifier and Type | Method and Description |
---|---|
Tag |
TaggedAxis1D.addTag(String name,
double value) |
Tag |
TaggedAxis1D.addTag(Tag tag) |
Tag |
TaggedAxis1D.getTag(String id) |
Tag |
Tag.setAttribute(String key,
Object value) |
Modifier and Type | Method and Description |
---|---|
List<Tag> |
TaggedAxis1D.getSortedTags() |
Modifier and Type | Method and Description |
---|---|
Tag |
TaggedAxis1D.addTag(Tag tag) |
Constructor and Description |
---|
Tag(Tag tag) |
Modifier and Type | Method and Description |
---|---|
Tag |
StackedTimePlot2D.getTimeSelectionMaxTag()
Get the TaggedAxis1D Tag which defines the latest endpoint of the
selected time region.
|
Tag |
StackedTimePlot2D.getTimeSelectionMinTag()
Get the TaggedAxis1D Tag which defines the earliest endpoint of the
selected time region.
|
Tag |
StackedTimePlot2D.getTimeSelectionTag()
Get the TaggedAxis1D Tag which defines the currently selected time.
|
Modifier and Type | Method and Description |
---|---|
Tag |
TimeAxisMouseListener1D.getSelectedTag() |
Copyright © 2013 Metron, Inc.. All rights reserved.