|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChartMeasure.PlotParameters | |
---|---|
org.graphstream.algorithm.measure |
Uses of ChartMeasure.PlotParameters in org.graphstream.algorithm.measure |
---|
Methods in org.graphstream.algorithm.measure that return ChartMeasure.PlotParameters | |
---|---|
ChartMeasure.PlotParameters |
ChartConnectivityMeasure.getDefaultPlotParameters()
|
abstract ChartMeasure.PlotParameters |
ChartMeasure.getDefaultPlotParameters()
Create a default set of parameters to plot this measure. |
ChartMeasure.PlotParameters |
ChartSeriesMeasure.getDefaultPlotParameters()
|
ChartMeasure.PlotParameters |
ChartMinMaxAverageSeriesMeasure.getDefaultPlotParameters()
|
Methods in org.graphstream.algorithm.measure with parameters of type ChartMeasure.PlotParameters | |
---|---|
org.jfree.chart.JFreeChart |
ChartConnectivityMeasure.createChart(ChartMeasure.PlotParameters params)
|
abstract org.jfree.chart.JFreeChart |
ChartMeasure.createChart(ChartMeasure.PlotParameters params)
Create a new chart of this measure according to a set of parameters. |
org.jfree.chart.JFreeChart |
ChartSeriesMeasure.createChart(ChartMeasure.PlotParameters params)
|
org.jfree.chart.JFreeChart |
ChartMinMaxAverageSeriesMeasure.createChart(ChartMeasure.PlotParameters params)
|
static void |
ChartMeasure.outputPlot(ChartMeasure.PlotParameters params,
ChartMeasure... measures)
Utility function to call ChartMeasure.outputPlot(PlotParameters, JFreeChart...) with
ChartMeasure objects. |
static void |
ChartMeasure.outputPlot(ChartMeasure.PlotParameters params,
org.jfree.chart.JFreeChart... charts)
Output some charts according to a set of parameters. |
void |
ChartConnectivityMeasure.plot(ChartMeasure.PlotParameters params)
|
abstract void |
ChartMeasure.plot(ChartMeasure.PlotParameters params)
Plot this measure using a set of parameters. |
void |
ChartSeriesMeasure.plot(ChartMeasure.PlotParameters params)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |