org.graphstream.algorithm.measure
Class ChartMeasure.PlotParameters

java.lang.Object
  extended by org.graphstream.algorithm.measure.ChartMeasure.PlotParameters
Enclosing class:
ChartMeasure

public static class ChartMeasure.PlotParameters
extends Object

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

type

public ChartMeasure.PlotType type
Type of plot. This type is linked to the type of measure : LINE needs series measures for example.


outputType

public ChartMeasure.PlotOutputType outputType
Defines if plotting is rendered on the screen or saved on a file.


path

public String path
If rendering is saved on a file, this defines the path of this file.


title

public String title
Title of the plot.


xAxisLabel

public String xAxisLabel
Label of the x axis.


yAxisLabel

public String yAxisLabel
Label of the y axis.


orientation

public org.jfree.chart.plot.PlotOrientation orientation
Orientation of the plot.


showLegend

public boolean showLegend
True if name of measures should be displayed on the plot.


width

public int width
Dimensions of the plot.


height

public int height
Dimensions of the plot.

Constructor Detail

ChartMeasure.PlotParameters

public ChartMeasure.PlotParameters()


Copyright © 2012. All Rights Reserved.