Uses of Class
jcckit.util.ConfigParameters
-
Packages that use ConfigParameters Package Description jcckit jcckit.data jcckit.graphic jcckit.plot jcckit.util -
-
Uses of ConfigParameters in jcckit
Constructors in jcckit with parameters of type ConfigParameters Constructor Description GraphicsPlotCanvas(ConfigParameters config, BufferedImage img3)
Creates an instance from the specified configuration parameters. -
Uses of ConfigParameters in jcckit.data
Methods in jcckit.data with parameters of type ConfigParameters Modifier and Type Method Description 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 Constructor Description 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 Modifier and Type Method Description static FontStyle
FontStyle. getFontStyle(ConfigParameters config, 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, 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, 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 Constructor Description BasicGraphicAttributes(ConfigParameters config)
Creates a new instance based on the specified configuration parameters.ShapeAttributes(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 Modifier and Type Method Description 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 Constructor Description AbstractSymbolFactory(ConfigParameters config)
Creates an instance from the specified configuration parameters.BarFactory(ConfigParameters config)
Creates an instance from the specified configuration parameters.CartesianCoordinateSystem(ConfigParameters config)
Creates an instance from the specified configuration parameters.CircleSymbolFactory(ConfigParameters config)
Creates an instance from the specified configuration parameters.ErrorBarFactory(ConfigParameters config)
Creates an instance from the specified configuration parameters.Legend(ConfigParameters config)
Creates an instance from the specified configuration parameters.Plot(ConfigParameters config)
Creates an instance from the specified configuration parameters.PlotCanvas(ConfigParameters config)
Creates an instance from the specified configuration parameters.PositionHint(ConfigParameters config)
Creates an instance from the specified configuration parameters.ShapeAttributesHint(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.SimpleCurveFactory(ConfigParameters config)
Creates an instance from the specified configuration parameter.SquareSymbolFactory(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 Modifier and Type Method Description ConfigParameters
ConfigParameters. getNode(String key)
Returns the child node associated with the specified key.Methods in jcckit.util with parameters of type ConfigParameters Modifier and Type Method Description static Object
Factory. create(ConfigParameters configParameters)
Creates an object based on the specified configuration parameters.static Object
Factory. create(ConfigParameters configParameters, String defaultClassName)
Creates an object based on the specified configuration parameters and default class name.static Format
Format. create(ConfigParameters config, String key)
Creates a new instance based of specified key-value pair of the specified configuration parameters.static Object
Factory. createOrGet(ConfigParameters configParameters, Object defaultObject)
Creates an object based on the specified configuration parameters or returns the default object.Constructors in jcckit.util with parameters of type ConfigParameters Constructor Description ConfigParametersBasedConfigData(ConfigParameters config, ConfigParameters defaultConfig)
Creates an instance.FactoryException(ConfigParameters configParameters, String key, Object reason)
Creates a new instance based on the specified configuration parameters and reason object.
-