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 AbstractSpreadSheetRowPaintlet
SpreadSheetRowViewer. m_Paintlet
the paintlet to use.Methods in adams.flow.sink that return AbstractSpreadSheetRowPaintlet Modifier and Type Method Description AbstractSpreadSheetRowPaintlet
SpreadSheetRowViewer. getPaintlet()
Returns the paintlet in use.Methods in adams.flow.sink with parameters of type AbstractSpreadSheetRowPaintlet Modifier and Type Method Description void
SpreadSheetRowViewer. 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 class
SimpleSpreadSheetRowLinePaintlet
Paintlet for generating a line plot for Instance objects (no markers).class
SpreadSheetRowLinePaintlet
Paintlet for generating a line plot for Instance objects.Fields in adams.gui.visualization.spreadsheet declared as AbstractSpreadSheetRowPaintlet Modifier and Type Field Description protected AbstractSpreadSheetRowPaintlet
SpreadSheetRowPanel. m_RowPaintlet
paintlet for drawing the graph.Methods in adams.gui.visualization.spreadsheet that return AbstractSpreadSheetRowPaintlet Modifier and Type Method Description AbstractSpreadSheetRowPaintlet
SpreadSheetRowPanel. getContainerPaintlet()
Returns the paintlet used for painting the containers.
-