Uses of Class
org.jppf.ui.monitoring.charts.ChartType

Packages that use ChartType
org.jppf.ui.monitoring.charts Classes for creating, configuring, displaying and updating charts. 
org.jppf.ui.monitoring.charts.config Classes for configuring charts and their container tabs in a tabbed pane. 
 

Uses of ChartType in org.jppf.ui.monitoring.charts
 

Methods in org.jppf.ui.monitoring.charts that return ChartType
static ChartType ChartType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ChartType[] ChartType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ChartType in org.jppf.ui.monitoring.charts.config
 

Fields in org.jppf.ui.monitoring.charts.config declared as ChartType
 ChartType ChartConfiguration.type
          Determines the type of the chart, ie bar chart, plot chart, pie, etc.
 

Constructors in org.jppf.ui.monitoring.charts.config with parameters of type ChartType
ChartConfiguration(String name, ChartType type, String unit, int precision, Fields[] fields)
          Create a configuration with the specified parameters.
 



Copyright © 2005-2010 JPPF Team.