Class ChartMeasure.PlotParameters
java.lang.Object
org.graphstream.algorithm.measure.ChartMeasure.PlotParameters
- Enclosing class:
- ChartMeasure
public static class ChartMeasure.PlotParameters extends Object
Parameters defining how to plot measures.
-
Field Summary
Fields Modifier and Type Field Description intheightDimensions of the plot.org.jfree.chart.plot.PlotOrientationorientationOrientation of the plot.ChartMeasure.PlotOutputTypeoutputTypeDefines if plotting is rendered on the screen or saved on a file.StringpathIf rendering is saved on a file, this defines the path of this file.booleanshowLegendTrue if name of measures should be displayed on the plot.StringtitleTitle of the plot.ChartMeasure.PlotTypetypeType of plot.intwidthDimensions of the plot.StringxAxisLabelLabel of the x axis.StringyAxisLabelLabel of the y axis. -
Constructor Summary
Constructors Constructor Description PlotParameters() -
Method Summary
-
Field Details
-
type
Type of plot. This type is linked to the type of measure : LINE needs series measures for example. -
outputType
Defines if plotting is rendered on the screen or saved on a file. -
path
If rendering is saved on a file, this defines the path of this file. -
title
Title of the plot. -
xAxisLabel
Label of the x axis. -
yAxisLabel
Label of the y axis. -
orientation
public org.jfree.chart.plot.PlotOrientation orientationOrientation of the plot. -
showLegend
public boolean showLegendTrue if name of measures should be displayed on the plot. -
width
public int widthDimensions of the plot. -
height
public int heightDimensions of the plot.
-
-
Constructor Details
-
PlotParameters
public PlotParameters()
-