public class XYPlotMarker extends Object implements org.jfree.chart.ChartMouseListener
Modifier and Type | Class and Description |
---|---|
static interface |
XYPlotMarker.Listener |
Constructor and Description |
---|
XYPlotMarker(org.jfree.chart.ChartPanel chartPanel,
XYPlotMarker.Listener listener) |
Modifier and Type | Method and 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) |
public XYPlotMarker(org.jfree.chart.ChartPanel chartPanel, XYPlotMarker.Listener listener)
public double getMarkerSize()
public void setMarkerSize(double markerSize)
public Paint getFillPaint()
public void setFillPaint(Paint fillPaint)
public Paint getOutlinePaint()
public void setOutlinePaint(Paint outlinePaint)
public void setInvisible()
public void chartMouseClicked(org.jfree.chart.ChartMouseEvent event)
chartMouseClicked
in interface org.jfree.chart.ChartMouseListener
public void chartMouseMoved(org.jfree.chart.ChartMouseEvent event)
chartMouseMoved
in interface org.jfree.chart.ChartMouseListener
Copyright © 2014–2015 European Space Agency (ESA). All rights reserved.