Uses of Class
adams.gui.visualization.spreadsheet.SpreadSheetRowLinePaintlet.MarkerShape
-
Packages that use SpreadSheetRowLinePaintlet.MarkerShape Package Description adams.gui.visualization.spreadsheet -
-
Uses of SpreadSheetRowLinePaintlet.MarkerShape in adams.gui.visualization.spreadsheet
Methods in adams.gui.visualization.spreadsheet that return SpreadSheetRowLinePaintlet.MarkerShape Modifier and Type Method Description protected SpreadSheetRowLinePaintlet.MarkerShape
SpreadSheetRowLinePaintlet. getMarkerShape(int index)
Determines the shape to paint around the data points, based on the index of the data.static SpreadSheetRowLinePaintlet.MarkerShape
SpreadSheetRowLinePaintlet.MarkerShape. valueOf(String name)
Returns the enum constant of this type with the specified name.static SpreadSheetRowLinePaintlet.MarkerShape[]
SpreadSheetRowLinePaintlet.MarkerShape. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.gui.visualization.spreadsheet with parameters of type SpreadSheetRowLinePaintlet.MarkerShape Modifier and Type Method Description protected void
SpreadSheetRowLinePaintlet. drawData(Graphics g, SpreadSheetRow data, Color color, SpreadSheetRowLinePaintlet.MarkerShape marker)
Draws the data with the given color.
-