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 StepTrail. m_MaxXthe step with the maximum X.protected StepTrail. m_MaxYthe step with the maximum Y.protected StepTrail. m_MinXthe step with the minimum X.protected StepTrail. m_MinYthe step with the minimum Y.Methods in adams.data.trail that return Step Modifier and Type Method Description StepTrail. getMaxX()Returns the step with the largest X value.StepTrail. getMaxY()Returns the step with the largest Y value.StepTrail. getMinX()Returns the step with the smallest X value.StepTrail. getMinY()Returns the step with the smallest Y value.StepTrail. getStep(Date timestamp)Returns the step associated with the given timestamp.StepTrail. 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 intStepComparator. 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 voidTrail. 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 StepAnnotationEvent. m_StepThe 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_Stepsthe internal queueMethods in adams.gui.visualization.annotator that return Step Modifier and Type Method Description StepAnnotationEvent. 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 voidAnnotationPanel. 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
-