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