Uses of Enum Class
io.keikai.model.impl.chart.ValueAxisImpl.CrossBetween
Packages that use ValueAxisImpl.CrossBetween
Package
Description
Keikai Spreadsheet Internal Book Model Implementation classes.
-
Uses of ValueAxisImpl.CrossBetween in io.keikai.model.impl.chart
Methods in io.keikai.model.impl.chart that return ValueAxisImpl.CrossBetweenModifier and TypeMethodDescriptionValueAxisImpl.getCrossBetween()static ValueAxisImpl.CrossBetweenReturns the enum constant of this class with the specified name.static ValueAxisImpl.CrossBetween[]ValueAxisImpl.CrossBetween.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.keikai.model.impl.chart with parameters of type ValueAxisImpl.CrossBetweenModifierConstructorDescriptionValueAxisImpl(long id, AbstractChartAxisAdv.Position position, Double min, Double max, String format, AbstractChartAxisAdv.Orientation orientation, AbstractChartAxisAdv.TickLabelPosition tickLabelPosition, long crossAxisId, AbstractChartAxisAdv.Crosses axisCrosses, ValueAxisImpl.CrossBetween crossBetween, boolean majorGridline, boolean visible)