Uses of Class
io.keikai.model.impl.chart.CategoryAxisImpl.LabelAlign
-
Packages that use CategoryAxisImpl.LabelAlign Package Description io.keikai.importer io.keikai.model.impl.chart Keikai Spreadsheet Internal Book Model Implementation classes.io.keikai.range.impl.imexp Keikai Spreadsheet Internal Range API Implementation classes. -
-
Uses of CategoryAxisImpl.LabelAlign in io.keikai.importer
Methods in io.keikai.importer that return CategoryAxisImpl.LabelAlign Modifier and Type Method Description protected CategoryAxisImpl.LabelAlignXlsxImporter. toChartAxisLabelAlign(String labelAlign) -
Uses of CategoryAxisImpl.LabelAlign in io.keikai.model.impl.chart
Methods in io.keikai.model.impl.chart that return CategoryAxisImpl.LabelAlign Modifier and Type Method Description CategoryAxisImpl.LabelAlignCategoryAxisImpl. getLabelAlign()static CategoryAxisImpl.LabelAlignCategoryAxisImpl.LabelAlign. valueOf(String name)Returns the enum constant of this type with the specified name.static CategoryAxisImpl.LabelAlign[]CategoryAxisImpl.LabelAlign. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.keikai.model.impl.chart with parameters of type CategoryAxisImpl.LabelAlign Constructor Description CategoryAxisImpl(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) -
Uses of CategoryAxisImpl.LabelAlign in io.keikai.range.impl.imexp
Methods in io.keikai.range.impl.imexp that return CategoryAxisImpl.LabelAlign Modifier and Type Method Description static CategoryAxisImpl.LabelAlignPoiEnumConversion. toAxisLabelAlign(org.apache.poi.xddf.usermodel.chart.AxisLabelAlignment labelAlign)Methods in io.keikai.range.impl.imexp with parameters of type CategoryAxisImpl.LabelAlign Modifier and Type Method Description static org.apache.poi.xddf.usermodel.chart.AxisLabelAlignmentPoiEnumConversion. toPoiAxisLabelAlign(CategoryAxisImpl.LabelAlign labelAlign)
-