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 interfaceXYPlotMarker.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 voidchartMouseClicked(org.jfree.chart.ChartMouseEvent event)voidchartMouseMoved(org.jfree.chart.ChartMouseEvent event)PaintgetFillPaint()doublegetMarkerSize()PaintgetOutlinePaint()voidsetFillPaint(Paint fillPaint)voidsetInvisible()voidsetMarkerSize(double markerSize)voidsetOutlinePaint(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:
chartMouseClickedin interfaceorg.jfree.chart.ChartMouseListener
-
chartMouseMoved
public void chartMouseMoved(org.jfree.chart.ChartMouseEvent event)
- Specified by:
chartMouseMovedin interfaceorg.jfree.chart.ChartMouseListener
-
-