|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.graphstream.algorithm.measure.ChartMeasure.PlotParameters
public static class ChartMeasure.PlotParameters
Parameters defining how to plot measures.
Field Summary | |
---|---|
int |
height
Dimensions of the plot. |
org.jfree.chart.plot.PlotOrientation |
orientation
Orientation of the plot. |
ChartMeasure.PlotOutputType |
outputType
Defines if plotting is rendered on the screen or saved on a file. |
String |
path
If rendering is saved on a file, this defines the path of this file. |
boolean |
showLegend
True if name of measures should be displayed on the plot. |
String |
title
Title of the plot. |
ChartMeasure.PlotType |
type
Type of plot. |
int |
width
Dimensions of the plot. |
String |
xAxisLabel
Label of the x axis. |
String |
yAxisLabel
Label of the y axis. |
Constructor Summary | |
---|---|
ChartMeasure.PlotParameters()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public ChartMeasure.PlotType type
public ChartMeasure.PlotOutputType outputType
public String path
public String title
public String xAxisLabel
public String yAxisLabel
public org.jfree.chart.plot.PlotOrientation orientation
public boolean showLegend
public int width
public int height
Constructor Detail |
---|
public ChartMeasure.PlotParameters()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |