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 SpreadSheetRowSpreadSheetRowContainer. getData()Returns the stored instance.Methods in adams.gui.visualization.spreadsheet with parameters of type SpreadSheetRow Modifier and Type Method Description voidHistogramFactory.Dialog. add(ArrayHistogram hist, SpreadSheetRow c)Adds a plot of the given row.voidHistogramFactory.Dialog. add(ArrayHistogram hist, SpreadSheetRow c, String name)Adds a plot of the given row.voidHistogramFactory.Panel. add(ArrayHistogram hist, SpreadSheetRow c)Adds a plot of the given row.voidHistogramFactory.Panel. add(ArrayHistogram hist, SpreadSheetRow c, String name)Adds a plot of the given row.protected voidSimpleSpreadSheetRowLinePaintlet. drawData(Graphics g, SpreadSheetRow data, Color color)Draws the data with the given color.protected voidSpreadSheetRowLinePaintlet. drawData(Graphics g, SpreadSheetRow data, Color color, SpreadSheetRowLinePaintlet.MarkerShape marker)Draws the data with the given color.protected intSpreadSheetRowPointHitDetector. 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 SpreadSheetRowPointSpreadSheetRowPointHitDetector. findSpreadSheetRowPoint(SpreadSheetRow inst, int index)Returns the Row point at the specified position.voidSpreadSheetRowContainer. 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 voidSaveAs. customize(AbstractContainerListPopupCustomizer.Context<SpreadSheetRow,SpreadSheetRowContainerManager,SpreadSheetRowContainer> context, JPopupMenu menu)Returns a popup menu for the table of the container list.voidViewAsTable. customize(AbstractContainerListPopupCustomizer.Context<SpreadSheetRow,SpreadSheetRowContainerManager,SpreadSheetRowContainer> context, JPopupMenu menu)Returns a popup menu for the table of the container list.booleanSaveAs. handles(DataContainerPanelWithContainerList<SpreadSheetRow,SpreadSheetRowContainerManager,SpreadSheetRowContainer> panel)Checks whether this action can handle the panel.booleanViewAsTable. handles(DataContainerPanelWithContainerList<SpreadSheetRow,SpreadSheetRowContainerManager,SpreadSheetRowContainer> panel)Checks whether this action can handle the panel. -
Uses of SpreadSheetRow in adams.gui.visualization.spreadsheet.plotpopup
-