Modifier and Type | Method and Description |
---|---|
static Plot.PlotMarkerDefault.DefaultMark |
Plot.PlotMarkerDefault.DefaultMark.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Plot.PlotMarkerDefault.DefaultMark[] |
Plot.PlotMarkerDefault.DefaultMark.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Plot.PlotMarkerDefault(Plot.PlotMarkerDefault.DefaultMark mark,
Paint paint,
float param)
Creates a new default PlotMarker.
|