Uses of Enum Class
io.keikai.model.SChart.ChartLegendPosition
Packages that use SChart.ChartLegendPosition
Package
Description
-
Uses of SChart.ChartLegendPosition in io.keikai.importer
Methods in io.keikai.importer that return SChart.ChartLegendPositionModifier and TypeMethodDescriptionprotected SChart.ChartLegendPositionXlsxImporter.toChartLegendPosition(String legendPosition) -
Uses of SChart.ChartLegendPosition in io.keikai.model
Methods in io.keikai.model that return SChart.ChartLegendPositionModifier and TypeMethodDescriptionSChart.getLegendPosition()static SChart.ChartLegendPositionReturns the enum constant of this class with the specified name.static SChart.ChartLegendPosition[]SChart.ChartLegendPosition.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.keikai.model with parameters of type SChart.ChartLegendPosition -
Uses of SChart.ChartLegendPosition in io.keikai.model.impl
Methods in io.keikai.model.impl that return SChart.ChartLegendPositionMethods in io.keikai.model.impl with parameters of type SChart.ChartLegendPositionModifier and TypeMethodDescriptionvoidChartImpl.setLegendPosition(SChart.ChartLegendPosition pos) -
Uses of SChart.ChartLegendPosition in io.keikai.range
Methods in io.keikai.range with parameters of type SChart.ChartLegendPositionModifier and TypeMethodDescriptionSRange.addChart(ViewAnchor anchor, SChart.ChartType type, SChart.ChartGrouping grouping, SChart.ChartLegendPosition pos, boolean isThreeD) Add a chart into the sheet of this RangeSRange.addChart(String name, ViewAnchor anchor, SChart.ChartType type, SChart.ChartGrouping grouping, SChart.ChartLegendPosition pos, boolean isThreeD) Add a chart into the sheet of this Range -
Uses of SChart.ChartLegendPosition in io.keikai.range.impl
Methods in io.keikai.range.impl with parameters of type SChart.ChartLegendPositionModifier and TypeMethodDescriptionRangeImpl.addChart(ViewAnchor anchor, SChart.ChartType type, SChart.ChartGrouping grouping, SChart.ChartLegendPosition pos, boolean isThreeD) RangeImpl.addChart(String name, ViewAnchor anchor, SChart.ChartType type, SChart.ChartGrouping grouping, SChart.ChartLegendPosition pos, boolean isThreeD) -
Uses of SChart.ChartLegendPosition in io.keikai.range.impl.imexp
Methods in io.keikai.range.impl.imexp that return SChart.ChartLegendPositionModifier and TypeMethodDescriptionstatic SChart.ChartLegendPositionPoiEnumConversion.toLengendPosition(org.apache.poi.xddf.usermodel.chart.LegendPosition position) Methods in io.keikai.range.impl.imexp with parameters of type SChart.ChartLegendPositionModifier and TypeMethodDescriptionstatic org.apache.poi.xddf.usermodel.chart.LegendPositionPoiEnumConversion.toPoiLegendPosition(SChart.ChartLegendPosition position)