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