Uses of Enum Class
io.keikai.model.impl.chart.ValueAxisImpl.CrossBetween
Packages that use ValueAxisImpl.CrossBetween
-
Uses of ValueAxisImpl.CrossBetween in io.keikai.importer
Methods in io.keikai.importer that return ValueAxisImpl.CrossBetweenModifier and TypeMethodDescriptionprotected ValueAxisImpl.CrossBetweenXlsxImporter.toChartAxisCrossBetween(String crossBetween) -
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) -
Uses of ValueAxisImpl.CrossBetween in io.keikai.range.impl.imexp
Methods in io.keikai.range.impl.imexp that return ValueAxisImpl.CrossBetweenModifier and TypeMethodDescriptionstatic ValueAxisImpl.CrossBetweenPoiEnumConversion.toAxisBetween(org.apache.poi.xddf.usermodel.chart.AxisCrossBetween crossBetween) Methods in io.keikai.range.impl.imexp with parameters of type ValueAxisImpl.CrossBetweenModifier and TypeMethodDescriptionstatic org.apache.poi.xddf.usermodel.chart.AxisCrossBetweenPoiEnumConversion.toPoiAxisBetween(ValueAxisImpl.CrossBetween crossBetween)