Uses of Enum Class
io.keikai.model.STrendline.TrendlineType
Packages that use STrendline.TrendlineType
Package
Description
Keikai Spreadsheet Internal Book Model classes.
Keikai Spreadsheet Internal Book Model classes.
Keikai Spreadsheet Internal Book Model Implementation classes.
Keikai Spreadsheet Internal Book Model Implementation classes.
-
Uses of STrendline.TrendlineType in io.keikai.model
Methods in io.keikai.model that return STrendline.TrendlineTypeModifier and TypeMethodDescriptionSTrendline.getType()Returns the trendline type.static STrendline.TrendlineTypeReturns the enum constant of this class with the specified name.static STrendline.TrendlineType[]STrendline.TrendlineType.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 STrendline.TrendlineTypeModifier and TypeMethodDescriptionvoidSTrendline.setType(STrendline.TrendlineType type) Sets the trendline type. -
Uses of STrendline.TrendlineType in io.keikai.model.chart
Methods in io.keikai.model.chart with parameters of type STrendline.TrendlineTypeModifier and TypeMethodDescriptionSSeries.addTrendline(STrendline.TrendlineType type) Adds a new trendline of the given type and returns it. -
Uses of STrendline.TrendlineType in io.keikai.model.impl
Methods in io.keikai.model.impl with parameters of type STrendline.TrendlineTypeModifier and TypeMethodDescriptionabstract STrendlineAbstractSeriesAdv.addTrendline(STrendline.TrendlineType type) -
Uses of STrendline.TrendlineType in io.keikai.model.impl.chart
Methods in io.keikai.model.impl.chart that return STrendline.TrendlineTypeMethods in io.keikai.model.impl.chart with parameters of type STrendline.TrendlineTypeModifier and TypeMethodDescriptionSeriesImpl.addTrendline(STrendline.TrendlineType type) voidTrendlineImpl.setType(STrendline.TrendlineType type) Constructors in io.keikai.model.impl.chart with parameters of type STrendline.TrendlineType