class JFCatChart<X extends Comparable> extends JFChartBase<XyPlot<X>> implements org.jfree.chart.ChartMouseListener
This is open source software released under the Apache 2.0 License
| Constructor and Description |
|---|
JFCatChart(org.jfree.chart.axis.CategoryAxis domainAxis,
org.jfree.chart.axis.ValueAxis rangeAxis,
boolean legend)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
chartMouseClicked(org.jfree.chart.ChartMouseEvent event) |
void |
chartMouseMoved(org.jfree.chart.ChartMouseEvent event) |
accept, chartPanel, freeChart, legend, options, plot, show, show, subtitle, theme, title, toBase64Image, writerPng, writerPngJFCatChart(org.jfree.chart.axis.CategoryAxis domainAxis,
org.jfree.chart.axis.ValueAxis rangeAxis,
boolean legend)
domainAxis - the domain axisrangeAxis - the range axislegend - true to show legendspublic void chartMouseClicked(org.jfree.chart.ChartMouseEvent event)
chartMouseClicked in interface org.jfree.chart.ChartMouseListenerpublic void chartMouseMoved(org.jfree.chart.ChartMouseEvent event)
chartMouseMoved in interface org.jfree.chart.ChartMouseListenerCopyright 2014-2017, Xavier Witdouck