Uses of Class
jcckit.util.ConfigParameters
Packages that use ConfigParameters
-
Uses of ConfigParameters in jcckit
Constructors in jcckit with parameters of type ConfigParametersModifierConstructorDescriptionGraphicsPlotCanvas
(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 ConfigParametersModifier and TypeMethodDescriptionstatic 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 ConfigParametersModifierConstructorDescriptionDataCurve
(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 ConfigParametersModifier and TypeMethodDescriptionstatic 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 ConfigParametersModifierConstructorDescriptionCreates 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 ConfigParametersModifier and TypeMethodDescriptionstatic 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 ConfigParametersModifierConstructorDescriptionCreates an instance from the specified configuration parameters.BarFactory
(ConfigParameters config) Creates an instance from the specified configuration parameters.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 ConfigParametersModifier and TypeMethodDescriptionReturns the child node associated with the specified key.Methods in jcckit.util with parameters of type ConfigParametersModifier and TypeMethodDescriptionstatic 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 ConfigParametersModifierConstructorDescriptionConfigParametersBasedConfigData
(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.