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