Package org.esa.snap.rcp.statistics
Class XYPlotMarker
java.lang.Object
org.esa.snap.rcp.statistics.XYPlotMarker
- All Implemented Interfaces:
EventListener
,org.jfree.chart.ChartMouseListener
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionXYPlotMarker
(org.jfree.chart.ChartPanel chartPanel, XYPlotMarker.Listener listener) -
Method Summary
Modifier and TypeMethodDescriptionvoid
chartMouseClicked
(org.jfree.chart.ChartMouseEvent event) void
chartMouseMoved
(org.jfree.chart.ChartMouseEvent event) double
void
setFillPaint
(Paint fillPaint) void
void
setMarkerSize
(double markerSize) void
setOutlinePaint
(Paint outlinePaint)
-
Constructor Details
-
XYPlotMarker
-
-
Method Details
-
getMarkerSize
public double getMarkerSize() -
setMarkerSize
public void setMarkerSize(double markerSize) -
getFillPaint
-
setFillPaint
-
getOutlinePaint
-
setOutlinePaint
-
setInvisible
public void setInvisible() -
chartMouseClicked
public void chartMouseClicked(org.jfree.chart.ChartMouseEvent event) - Specified by:
chartMouseClicked
in interfaceorg.jfree.chart.ChartMouseListener
-
chartMouseMoved
public void chartMouseMoved(org.jfree.chart.ChartMouseEvent event) - Specified by:
chartMouseMoved
in interfaceorg.jfree.chart.ChartMouseListener
-