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