Uses of Enum Class
cnuphys.splot.plot.LimitsMethod
Packages that use LimitsMethod
- 
Uses of LimitsMethod in cnuphys.splot.plotFields in cnuphys.splot.plot with type parameters of type LimitsMethodModifier and TypeFieldDescriptionstatic EnumMap<LimitsMethod,String> LimitsMethod.namesA map for the names of the limit methodsMethods in cnuphys.splot.plot that return LimitsMethodModifier and TypeMethodDescriptionstatic LimitsMethodReturns 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 LimitsMethodReturns 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 EnumComboBoxLimitsMethod.getComboBox(LimitsMethod defaultChoice) Obtain a combo box of choices.voidPlotParameters.setXLimitsMethod(LimitsMethod method) Set the limits method for the x axisvoidPlotParameters.setYLimitsMethod(LimitsMethod method) Set the limits method for the y axis