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