Uses of Class
adams.data.trail.Step
-
Packages that use Step Package Description adams.data.trail adams.gui.visualization.annotator -
-
Uses of Step in adams.data.trail
Fields in adams.data.trail declared as Step Modifier and Type Field Description protected Step
Trail. m_MaxX
the step with the maximum X.protected Step
Trail. m_MaxY
the step with the maximum Y.protected Step
Trail. m_MinX
the step with the minimum X.protected Step
Trail. m_MinY
the step with the minimum Y.Methods in adams.data.trail that return Step Modifier and Type Method Description Step
Trail. getMaxX()
Returns the step with the largest X value.Step
Trail. getMaxY()
Returns the step with the largest Y value.Step
Trail. getMinX()
Returns the step with the smallest X value.Step
Trail. getMinY()
Returns the step with the smallest Y value.Step
Trail. getStep(Date timestamp)
Returns the step associated with the given timestamp.Step
Trail. newPoint()
Returns a new instance of a DataContainer point.Methods in adams.data.trail that return types with arguments of type Step Modifier and Type Method Description adams.data.container.DataPointComparator<Step>
Trail. getComparator()
Returns the comparator in use.Methods in adams.data.trail with parameters of type Step Modifier and Type Method Description int
StepComparator. compare(Step o1, Step o2)
Compares its two arguments for order.Method parameters in adams.data.trail with type arguments of type Step Modifier and Type Method Description void
Trail. assign(adams.data.container.DataContainer<Step> other)
Obtains the stored variables from the other data point, but not the actual data points. -
Uses of Step in adams.gui.visualization.annotator
Fields in adams.gui.visualization.annotator declared as Step Modifier and Type Field Description protected Step
AnnotationEvent. m_Step
The step we're passing to the listenersFields in adams.gui.visualization.annotator with type parameters of type Step Modifier and Type Field Description protected ConcurrentLinkedQueue<Step>
EventQueue. m_Steps
the internal queueMethods in adams.gui.visualization.annotator that return Step Modifier and Type Method Description Step
AnnotationEvent. getStep()
A getter for the step this event is forMethods in adams.gui.visualization.annotator with parameters of type Step Modifier and Type Method Description protected void
AnnotationPanel. notifyListeners(Step step)
Notifies all listenersConstructors in adams.gui.visualization.annotator with parameters of type Step Constructor Description AnnotationEvent(Object source, Step step)
Constructs an Annotation Event
-