Uses of Class
jcckit.util.ConfigParameters
-
Uses of ConfigParameters in jcckit
ModifierConstructorDescriptionGraphicsPlotCanvas
(ConfigParameters config, BufferedImage img3) Creates an instance from the specified configuration parameters. -
Uses of ConfigParameters in jcckit.data
Modifier and TypeMethodDescriptionstatic DataPlot
DataPlot.create
(ConfigParameters config) Convenient method to create a DataPlot based on the specified config parameters.ModifierConstructorDescriptionDataCurve
(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
Modifier 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.ModifierConstructorDescriptionCreates 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
Modifier 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.ModifierConstructorDescriptionCreates 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
Modifier and TypeMethodDescriptionReturns the child node associated with the specified key.Modifier 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.ModifierConstructorDescriptionConfigParametersBasedConfigData
(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.