Uses of Class
adams.data.instance.InstancePoint
-
Packages that use InstancePoint Package Description adams.data.instance adams.gui.visualization.instance -
-
Uses of InstancePoint in adams.data.instance
Methods in adams.data.instance that return InstancePoint Modifier and Type Method Description InstancePointInstance. newPoint()Returns a new instance of a sequence point.InstancePointInstancePoint. parse(String s)Parses a string and instantiates a sequence point of it.Methods in adams.data.instance that return types with arguments of type InstancePoint Modifier and Type Method Description DataPointComparator<InstancePoint>Instance. getComparator()Returns the comparator in use.DataPointComparator<InstancePoint>Instance. newComparator()Returns the comparator in use.Methods in adams.data.instance with parameters of type InstancePoint Modifier and Type Method Description static intInstanceUtils. findX(List<InstancePoint> points, InstancePoint p)Returns the index in m_Points of the given sequence point.Method parameters in adams.data.instance with type arguments of type InstancePoint Modifier and Type Method Description voidInstance. assign(DataContainer<InstancePoint> other)Obtains the stored variables from the other data point, but not the actual data points.static intInstanceUtils. findClosestX(List<InstancePoint> points, int x)Returns the index in m_Points closest to the given x value.static int[]InstanceUtils. findEnclosingXs(List<InstancePoint> points, int x)Returns the indices of points in m_Points that enclose the given x value.static intInstanceUtils. findX(List<InstancePoint> points, int x)Returns the index in m_Points of the given x value.static intInstanceUtils. findX(List<InstancePoint> points, InstancePoint p)Returns the index in m_Points of the given sequence point.static double[]InstanceUtils. toDoubleArray(List<InstancePoint> data)Returns the points as double array. -
Uses of InstancePoint in adams.gui.visualization.instance
Methods in adams.gui.visualization.instance that return InstancePoint Modifier and Type Method Description protected InstancePointInstancePointHitDetector. findInstancePoint(Instance inst, int index)Returns the Instance point at the specified position.Methods in adams.gui.visualization.instance that return types with arguments of type InstancePoint Modifier and Type Method Description protected List<InstancePoint>InstancePointHitDetector. isHit(MouseEvent e)Checks for a hit.Method parameters in adams.gui.visualization.instance with type arguments of type InstancePoint Modifier and Type Method Description protected StringInstancePointHitDetector. processHit(MouseEvent e, List<InstancePoint> hit)Performs the action when a hit is detected.
-