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
  • Constructor Details

    • XYPlotMarker

      public XYPlotMarker(org.jfree.chart.ChartPanel chartPanel, XYPlotMarker.Listener listener)
  • Method Details

    • 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 interface org.jfree.chart.ChartMouseListener
    • chartMouseMoved

      public void chartMouseMoved(org.jfree.chart.ChartMouseEvent event)
      Specified by:
      chartMouseMoved in interface org.jfree.chart.ChartMouseListener