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 InstancePoint
Instance. newPoint()
Returns a new instance of a sequence point.InstancePoint
InstancePoint. 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 adams.data.container.DataPointComparator<InstancePoint>
Instance. getComparator()
Returns the comparator in use.adams.data.container.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 int
InstanceUtils. 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 void
Instance. assign(adams.data.container.DataContainer<InstancePoint> other)
Obtains the stored variables from the other data point, but not the actual data points.static int
InstanceUtils. 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 int
InstanceUtils. findX(List<InstancePoint> points, int x)
Returns the index in m_Points of the given x value.static int
InstanceUtils. 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 InstancePoint
InstancePointHitDetector. 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 String
InstancePointHitDetector. processHit(MouseEvent e, List<InstancePoint> hit)
Performs the action when a hit is detected.
-