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 Details

    • 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 Details