Uses of Class
jcckit.plot.AxisParameters
Packages that use AxisParameters
-
Uses of AxisParameters in jcckit.plot
Methods in jcckit.plot that return AxisParametersModifier 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 AxisParametersModifierConstructorDescriptionCartesianCoordinateSystem
(GraphPoint origin, AxisParameters xAxisParameters, AxisParameters yAxisParameters) Creates an instance for the specified origin and parameters of both axes.