Uses of Enum Class
io.keikai.model.impl.chart.CategoryAxisImpl.LabelAlign
Packages that use CategoryAxisImpl.LabelAlign
Package
Description
Keikai Spreadsheet Internal Book Model Implementation classes.
-
Uses of CategoryAxisImpl.LabelAlign in io.keikai.model.impl.chart
Methods in io.keikai.model.impl.chart that return CategoryAxisImpl.LabelAlignModifier and TypeMethodDescriptionCategoryAxisImpl.getLabelAlign()static CategoryAxisImpl.LabelAlignReturns the enum constant of this class with the specified name.static CategoryAxisImpl.LabelAlign[]CategoryAxisImpl.LabelAlign.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 CategoryAxisImpl.LabelAlignModifierConstructorDescriptionCategoryAxisImpl(long id, AbstractChartAxisAdv.Position position, Double min, Double max, String format, AbstractChartAxisAdv.Orientation orientation, AbstractChartAxisAdv.TickLabelPosition tickLabelPosition, long crossAxisId, AbstractChartAxisAdv.Crosses axisCrosses, CategoryAxisImpl.LabelAlign labelAlign, int labelOffset, boolean majorGridline, boolean visible)