Uses of Class
adams.gui.visualization.spreadsheet.AbstractSpreadSheetRowPaintlet
-
Packages that use AbstractSpreadSheetRowPaintlet Package Description adams.flow.sink adams.gui.visualization.spreadsheet -
-
Uses of AbstractSpreadSheetRowPaintlet in adams.flow.sink
Fields in adams.flow.sink declared as AbstractSpreadSheetRowPaintlet Modifier and Type Field Description protected AbstractSpreadSheetRowPaintletSpreadSheetRowViewer. m_Paintletthe paintlet to use.Methods in adams.flow.sink that return AbstractSpreadSheetRowPaintlet Modifier and Type Method Description AbstractSpreadSheetRowPaintletSpreadSheetRowViewer. getPaintlet()Returns the paintlet in use.Methods in adams.flow.sink with parameters of type AbstractSpreadSheetRowPaintlet Modifier and Type Method Description voidSpreadSheetRowViewer. setPaintlet(AbstractSpreadSheetRowPaintlet value)Sets the paintlet to use. -
Uses of AbstractSpreadSheetRowPaintlet in adams.gui.visualization.spreadsheet
Subclasses of AbstractSpreadSheetRowPaintlet in adams.gui.visualization.spreadsheet Modifier and Type Class Description classSimpleSpreadSheetRowLinePaintletPaintlet for generating a line plot for Instance objects (no markers).classSpreadSheetRowLinePaintletPaintlet for generating a line plot for Instance objects.Fields in adams.gui.visualization.spreadsheet declared as AbstractSpreadSheetRowPaintlet Modifier and Type Field Description protected AbstractSpreadSheetRowPaintletSpreadSheetRowPanel. m_RowPaintletpaintlet for drawing the graph.Methods in adams.gui.visualization.spreadsheet that return AbstractSpreadSheetRowPaintlet Modifier and Type Method Description AbstractSpreadSheetRowPaintletSpreadSheetRowPanel. getContainerPaintlet()Returns the paintlet used for painting the containers.
-