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
public class XYPlotMarker extends Object implements org.jfree.chart.ChartMouseListener
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
XYPlotMarker.Listener
-
Constructor Summary
Constructors Constructor Description XYPlotMarker(org.jfree.chart.ChartPanel chartPanel, XYPlotMarker.Listener listener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
chartMouseClicked(org.jfree.chart.ChartMouseEvent event)
void
chartMouseMoved(org.jfree.chart.ChartMouseEvent event)
Paint
getFillPaint()
double
getMarkerSize()
Paint
getOutlinePaint()
void
setFillPaint(Paint fillPaint)
void
setInvisible()
void
setMarkerSize(double markerSize)
void
setOutlinePaint(Paint outlinePaint)
-
-
-
Constructor Detail
-
XYPlotMarker
public XYPlotMarker(org.jfree.chart.ChartPanel chartPanel, XYPlotMarker.Listener listener)
-
-
Method Detail
-
getMarkerSize
public double getMarkerSize()
-
setMarkerSize
public void setMarkerSize(double markerSize)
-
getFillPaint
public Paint getFillPaint()
-
setFillPaint
public void setFillPaint(Paint fillPaint)
-
getOutlinePaint
public Paint getOutlinePaint()
-
setOutlinePaint
public void setOutlinePaint(Paint outlinePaint)
-
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
-
-