|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.ac.ulg.montefiore.run.totem.chart.model.plotters.DecreasingLineChartPlotter
public class DecreasingLineChartPlotter
This class is used to plot a line graph where all values in a series are sorted. The plotted point with the highest Y coordinate has the smallest X coordinate, so that the chart represent a decreasing line. A typical use is to represent the links of a domain on the X axis and the load for each link on the Y axis.
Creation date: 20 déc. 2005
| Constructor Summary | |
|---|---|
DecreasingLineChartPlotter()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDefaultXAxisTitle()
returns the default value for the X axis |
java.lang.String |
getDefaultYAxisTitle()
returns the default value for the Y axis |
java.util.List<ParameterDescriptor> |
getParameters()
Return a list of parameters that can be given to the plot method. |
org.jfree.chart.JFreeChart |
plot(ChartData data,
java.lang.String title,
java.lang.String xAxisTitle,
java.lang.String yAxisTitle,
java.util.HashMap<java.lang.String,java.lang.String> params)
Build the chart and return the JFreeChart representation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DecreasingLineChartPlotter()
| Method Detail |
|---|
public org.jfree.chart.JFreeChart plot(ChartData data,
java.lang.String title,
java.lang.String xAxisTitle,
java.lang.String yAxisTitle,
java.util.HashMap<java.lang.String,java.lang.String> params)
plot in interface ChartPlotterdata - Data to use to compute the charttitle - Title to display on the chartxAxisTitle - yAxisTitle - params - no parameters used
public java.util.List<ParameterDescriptor> getParameters()
ChartPlotter
getParameters in interface ChartPlotterpublic java.lang.String getDefaultXAxisTitle()
ChartPlotter
getDefaultXAxisTitle in interface ChartPlotterpublic java.lang.String getDefaultYAxisTitle()
ChartPlotter
getDefaultYAxisTitle in interface ChartPlotter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||