public static class Plot.PlotMarkerDefault extends Plot.PlotMarker
Modifier and Type | Class and Description |
---|---|
static class |
Plot.PlotMarkerDefault.DefaultMark |
Constructor and Description |
---|
Plot.PlotMarkerDefault(Plot.PlotMarkerDefault.DefaultMark mark,
Paint paint,
float param)
Creates a new default PlotMarker.
|
Modifier and Type | Method and Description |
---|---|
void |
onDraw(Canvas can,
de.lme.plotview.PlotView.PlotSurface surface,
float x,
float y) |
onAttach
public Plot.PlotMarkerDefault(Plot.PlotMarkerDefault.DefaultMark mark, Paint paint, float param)
mark
- One of the DefaultMarks to use as marker.paint
- can be nullparam
- A param used for this mark. The meaning depends on the
DefaultMark used.public void onDraw(Canvas can, de.lme.plotview.PlotView.PlotSurface surface, float x, float y)
onDraw
in class Plot.PlotMarker