Uses of Class
com.metsci.glimpse.axis.tagged.Tag

Packages that use Tag
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   
 

Uses of Tag in com.metsci.glimpse.axis.tagged
 

Fields in com.metsci.glimpse.axis.tagged with type parameters of type Tag
static java.util.Comparator<Tag> Tag.tagValueComparator
           
 

Methods in com.metsci.glimpse.axis.tagged that return Tag
 Tag TaggedAxis1D.addTag(java.lang.String name, double value)
           
 Tag TaggedAxis1D.addTag(Tag tag)
           
 Tag TaggedAxis1D.getTag(java.lang.String id)
           
 Tag Tag.setAttribute(java.lang.String key, java.lang.Object value)
           
 

Methods in com.metsci.glimpse.axis.tagged that return types with arguments of type Tag
 java.util.List<Tag> TaggedAxis1D.getSortedTags()
           
 

Methods in com.metsci.glimpse.axis.tagged with parameters of type Tag
 Tag TaggedAxis1D.addTag(Tag tag)
           
 

Constructors in com.metsci.glimpse.axis.tagged with parameters of type Tag
Tag(Tag tag)
           
 

Uses of Tag in com.metsci.glimpse.plot.timeline
 

Methods in com.metsci.glimpse.plot.timeline that return Tag
 Tag StackedTimePlot2D.getTimeSelection()
          Get the TaggedAxis1D Tag which defines the currently selected time.
 Tag StackedTimePlot2D.getTimeSelectionMax()
          Get the TaggedAxis1D Tag which defines the latest endpoint of the selected time region.
 Tag StackedTimePlot2D.getTimeSelectionMin()
          Get the TaggedAxis1D Tag which defines the earliest endpoint of the selected time region.
 

Uses of Tag in com.metsci.glimpse.plot.timeline.listener
 

Methods in com.metsci.glimpse.plot.timeline.listener that return Tag
 Tag TimelineMouseListener1D.getSelectedTag()
           
 



Copyright © 2012 Metron, Inc.. All Rights Reserved.