Uses of Class
org.graphstream.algorithm.measure.ChartMeasure.PlotOutputType

Packages that use ChartMeasure.PlotOutputType
org.graphstream.algorithm.measure   
 

Uses of ChartMeasure.PlotOutputType in org.graphstream.algorithm.measure
 

Fields in org.graphstream.algorithm.measure declared as ChartMeasure.PlotOutputType
 ChartMeasure.PlotOutputType ChartMeasure.PlotParameters.outputType
          Defines if plotting is rendered on the screen or saved on a file.
 

Methods in org.graphstream.algorithm.measure that return ChartMeasure.PlotOutputType
static ChartMeasure.PlotOutputType ChartMeasure.PlotOutputType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ChartMeasure.PlotOutputType[] ChartMeasure.PlotOutputType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012. All Rights Reserved.