class JFCatPlot<X extends Comparable> extends XyPlotBase<X> implements XyPlot<X>
This is open source software released under the Apache 2.0 License
| Modifier and Type | Class and Description |
|---|---|
private class |
JFCatPlot.ModelAdapter<S extends Comparable>
An XyModel adapter for category plots
|
private class |
JFCatPlot.OrientAdapter
An adapter implementation for the ChartOrientation interface
|
| Modifier and Type | Field and Description |
|---|---|
private Map<Integer,JFCatDataset<X,? extends Comparable>> |
datasetMap |
private org.jfree.chart.plot.CategoryPlot |
plot |
| Constructor and Description |
|---|
JFCatPlot(org.jfree.chart.axis.CategoryAxis domainAxis,
org.jfree.chart.axis.ValueAxis rangeAxis)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
XyAxes |
axes()
Returns the plot axes control interface
|
<S extends Comparable> |
data()
Returns the plot data control interface
|
private int |
getDatasetCount()
Returns the number of none null data sets for this plot
|
XyOrient |
orient()
Returns the interface to set the chart orientation
|
XyRender |
render(int index)
Returns the chart plot style interface for the dataset index
|
<S extends Comparable> |
trend(S seriesKey)
Returns the trend line controller interface for the series specified
|
(package private) org.jfree.chart.plot.CategoryPlot |
underlying()
Returns the underlying JFreeChart plot object
|
getColorModel, getSeriesColor, getSeriesLineWidth, getSeriesPointShape, isSeriesDashedLine, isSeriesPointsVisible, style, withColorModelclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitstyle, withColorModelprivate org.jfree.chart.plot.CategoryPlot plot
private Map<Integer,JFCatDataset<X extends Comparable,? extends Comparable>> datasetMap
JFCatPlot(org.jfree.chart.axis.CategoryAxis domainAxis,
org.jfree.chart.axis.ValueAxis rangeAxis)
domainAxis - the domain axisrangeAxis - the range axisorg.jfree.chart.plot.CategoryPlot underlying()
public XyAxes axes()
XyPlotaxes in interface XyPlot<X extends Comparable>public <S extends Comparable> XyModel<X,S> data()
XyPlotdata in interface XyPlot<X extends Comparable>public XyOrient orient()
XyPlotorient in interface XyPlot<X extends Comparable>public <S extends Comparable> XyTrend trend(S seriesKey)
XyPlottrend in interface XyPlot<X extends Comparable>seriesKey - the series key to create trend line forpublic XyRender render(int index)
XyPlotrender in interface XyPlot<X extends Comparable>index - the dataset index, 0 being the first datasetprivate int getDatasetCount()
Copyright 2014-2017, Xavier Witdouck