Uses of Class
adams.gui.visualization.spreadsheet.SpreadSheetRow
-
Packages that use SpreadSheetRow Package Description adams.gui.visualization.spreadsheet adams.gui.visualization.spreadsheet.containerlistpopup adams.gui.visualization.spreadsheet.plotpopup -
-
Uses of SpreadSheetRow in adams.gui.visualization.spreadsheet
Methods in adams.gui.visualization.spreadsheet that return SpreadSheetRow Modifier and Type Method Description SpreadSheetRow
SpreadSheetRowContainer. getData()
Returns the stored instance.Methods in adams.gui.visualization.spreadsheet with parameters of type SpreadSheetRow Modifier and Type Method Description void
HistogramFactory.Dialog. add(ArrayHistogram hist, SpreadSheetRow c)
Adds a plot of the given row.void
HistogramFactory.Dialog. add(ArrayHistogram hist, SpreadSheetRow c, String name)
Adds a plot of the given row.void
HistogramFactory.Panel. add(ArrayHistogram hist, SpreadSheetRow c)
Adds a plot of the given row.void
HistogramFactory.Panel. add(ArrayHistogram hist, SpreadSheetRow c, String name)
Adds a plot of the given row.protected void
SimpleSpreadSheetRowLinePaintlet. drawData(Graphics g, SpreadSheetRow data, Color color)
Draws the data with the given color.protected void
SpreadSheetRowLinePaintlet. drawData(Graphics g, SpreadSheetRow data, Color color, SpreadSheetRowLinePaintlet.MarkerShape marker)
Draws the data with the given color.protected int
SpreadSheetRowPointHitDetector. findClosestAttributeIndex(SpreadSheetRow row, double x)
Returns the closest attribute index for the given x.protected int[]
SpreadSheetRowPointHitDetector. findEnclosingAttributeIndices(SpreadSheetRow row, double x)
Determines the enclosing attribute indices for the given x value.protected SpreadSheetRowPoint
SpreadSheetRowPointHitDetector. findSpreadSheetRowPoint(SpreadSheetRow inst, int index)
Returns the Row point at the specified position.void
SpreadSheetRowContainer. setData(SpreadSheetRow value)
Sets the instance.static double[]
SpreadSheetRowUtils. toDoubleArray(SpreadSheetRow r)
Returns the points as double array.Constructors in adams.gui.visualization.spreadsheet with parameters of type SpreadSheetRow Constructor Description SpreadSheetRowContainer(SpreadSheetRowContainerManager manager, SpreadSheetRow data)
Initializes the container. -
Uses of SpreadSheetRow in adams.gui.visualization.spreadsheet.containerlistpopup
Method parameters in adams.gui.visualization.spreadsheet.containerlistpopup with type arguments of type SpreadSheetRow Modifier and Type Method Description void
SaveAs. customize(AbstractContainerListPopupCustomizer.Context<SpreadSheetRow,SpreadSheetRowContainerManager,SpreadSheetRowContainer> context, JPopupMenu menu)
Returns a popup menu for the table of the container list.void
ViewAsTable. customize(AbstractContainerListPopupCustomizer.Context<SpreadSheetRow,SpreadSheetRowContainerManager,SpreadSheetRowContainer> context, JPopupMenu menu)
Returns a popup menu for the table of the container list.boolean
SaveAs. handles(DataContainerPanelWithContainerList<SpreadSheetRow,SpreadSheetRowContainerManager,SpreadSheetRowContainer> panel)
Checks whether this action can handle the panel.boolean
ViewAsTable. handles(DataContainerPanelWithContainerList<SpreadSheetRow,SpreadSheetRowContainerManager,SpreadSheetRowContainer> panel)
Checks whether this action can handle the panel. -
Uses of SpreadSheetRow in adams.gui.visualization.spreadsheet.plotpopup
-