Uses of Enum Class
cnuphys.splot.plot.LimitsMethod
Packages that use LimitsMethod
-
Uses of LimitsMethod in cnuphys.splot.plot
Fields in cnuphys.splot.plot with type parameters of type LimitsMethodModifier and TypeFieldDescriptionstatic EnumMap<LimitsMethod,
String> LimitsMethod.names
A map for the names of the limit methodsMethods in cnuphys.splot.plot that return LimitsMethodModifier and TypeMethodDescriptionstatic LimitsMethod
Returns the enum value from the name.PlotParameters.getXLimitsMethod()
Get the limit method for the x axisPlotParameters.getYLimitsMethod()
Get the limit method for the y axisstatic LimitsMethod
Returns the enum constant of this class with the specified name.static LimitsMethod[]
LimitsMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in cnuphys.splot.plot with parameters of type LimitsMethodModifier and TypeMethodDescriptionstatic EnumComboBox
LimitsMethod.getComboBox
(LimitsMethod defaultChoice) Obtain a combo box of choices.void
PlotParameters.setXLimitsMethod
(LimitsMethod method) Set the limits method for the x axisvoid
PlotParameters.setYLimitsMethod
(LimitsMethod method) Set the limits method for the y axis