Uses of Class
jcckit.util.ConfigParameters

Packages that use ConfigParameters
jcckit Application and applet classes for immediate use. 
jcckit.data Data classes.  
jcckit.graphic Classes for representing a plot or a chart in device independent coordinates. 
jcckit.plot Classes for generating plots and charts. 
jcckit.util Utility classes.  
 

Uses of ConfigParameters in jcckit
 

Constructors in jcckit with parameters of type ConfigParameters
GraphicsPlotCanvas2(ConfigParameters config)
          Creates an instance from the specified configuration parameters.
Graphics2DPlotCanvas(ConfigParameters config)
          Creates an instance from the specified configuration parameters.
GraphicsPlotCanvas(ConfigParameters config)
          Creates an instance from the specified configuration parameters.
 

Uses of ConfigParameters in jcckit.data
 

Methods in jcckit.data with parameters of type ConfigParameters
static DataPlot DataPlot.create(ConfigParameters config)
          Convenient method to create a DataPlot based on the specified config parameters.
 

Constructors in jcckit.data with parameters of type ConfigParameters
DataCurve(ConfigParameters config)
          Creates an instance from the specified config parameters.
DataPlot(ConfigParameters config)
          Creates an instance from the specified config parameters.
 

Uses of ConfigParameters in jcckit.graphic
 

Methods in jcckit.graphic with parameters of type ConfigParameters
static FontStyle FontStyle.getFontStyle(ConfigParameters config, java.lang.String key, FontStyle defaultValue)
          Returns from the specified configuration parameters the font style defined by the specified key or the specified default value.
static Anchor Anchor.getHorizontalAnchor(ConfigParameters config, java.lang.String key, Anchor defaultValue)
          Returns form the specified configuration parameters the horizontal anchor defined by the specified key or the specified default value.
static Anchor Anchor.getVerticalAnchor(ConfigParameters config, java.lang.String key, Anchor defaultValue)
          Returns form the specified configuration parameters the vertical anchor defined by the specified key or the specified default value.
 

Constructors in jcckit.graphic with parameters of type ConfigParameters
ShapeAttributes(ConfigParameters config)
          Creates a new instance based on the specified configuration parameters.
BasicGraphicAttributes(ConfigParameters config)
          Creates a new instance based on the specified configuration parameters.
 

Uses of ConfigParameters in jcckit.plot
 

Methods in jcckit.plot with parameters of type ConfigParameters
static AxisParameters AxisParameters.createXAxis(ConfigParameters config)
          Creates an x axis based on the specified configuration parameters.
static AxisParameters AxisParameters.createYAxis(ConfigParameters config)
          Creates an y axis based on the specified configuration parameters.
 

Constructors in jcckit.plot with parameters of type ConfigParameters
ShapeAttributesHint(ConfigParameters config)
          Creates an instance from the specified configuration parameters.
Plot(ConfigParameters config)
          Creates an instance from the specified configuration parameters.
PositionHint(ConfigParameters config)
          Creates an instance from the specified configuration parameters.
SimpleCurve(ConfigParameters config, int curveIndex, int numberOfCurves, ClippingShape clippingShape, Legend legend)
          Creates a new curve.
SquareSymbolFactory(ConfigParameters config)
          Creates an instance from the specified configuration parameters.
Legend(ConfigParameters config)
          Creates an instance from the specified configuration parameters.
SimpleCurveFactory(ConfigParameters config)
          Creates an instance from the specified configuration parameter.
CircleSymbolFactory(ConfigParameters config)
          Creates an instance from the specified configuration parameters.
AbstractSymbolFactory(ConfigParameters config)
          Creates an instance from the specified configuration parameters.
ErrorBarFactory(ConfigParameters config)
          Creates an instance from the specified configuration parameters.
BarFactory(ConfigParameters config)
          Creates an instance from the specified configuration parameters.
PlotCanvas(ConfigParameters config)
          Creates an instance from the specified configuration parameters.
CartesianCoordinateSystem(ConfigParameters config)
          Creates an instance from the specified configuration parameters.
TicLabelMap(ConfigParameters config)
          Creates an instance from the specified configuration parameters.
 

Uses of ConfigParameters in jcckit.util
 

Methods in jcckit.util that return ConfigParameters
 ConfigParameters ConfigParameters.getNode(java.lang.String key)
          Returns the child node associated with the specified key.
 

Methods in jcckit.util with parameters of type ConfigParameters
static java.lang.Object Factory.create(ConfigParameters configParameters)
          Creates an object based on the specified configuration parameters.
static java.lang.Object Factory.create(ConfigParameters configParameters, java.lang.String defaultClassName)
          Creates an object based on the specified configuration parameters and default class name.
static java.lang.Object Factory.createOrGet(ConfigParameters configParameters, java.lang.Object defaultObject)
          Creates an object based on the specified configuration parameters or returns the default object.
static Format Format.create(ConfigParameters config, java.lang.String key)
          Creates a new instance based of specified key-value pair of the specified configuration parameters.
 

Constructors in jcckit.util with parameters of type ConfigParameters
FactoryException(ConfigParameters configParameters, java.lang.String key, java.lang.Object reason)
          Creates a new instance based on the specified configuration parameters and reason object.
ConfigParametersBasedConfigData(ConfigParameters config, ConfigParameters defaultConfig)
          Creates an instance.