Uses of Enum Class
io.keikai.model.SErrorBar.BarType
Packages that use SErrorBar.BarType
Package
Description
Keikai Spreadsheet Internal Book Model classes.
Keikai Spreadsheet Internal Book Model Implementation classes.
-
Uses of SErrorBar.BarType in io.keikai.model
Methods in io.keikai.model that return SErrorBar.BarTypeModifier and TypeMethodDescriptionSErrorBar.getBarType()Returns the bar type (PLUS, MINUS, or BOTH).static SErrorBar.BarTypeReturns the enum constant of this class with the specified name.static SErrorBar.BarType[]SErrorBar.BarType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SErrorBar.BarType in io.keikai.model.impl.chart
Methods in io.keikai.model.impl.chart that return SErrorBar.BarTypeConstructors in io.keikai.model.impl.chart with parameters of type SErrorBar.BarTypeModifierConstructorDescriptionErrorBarImpl(SErrorBar.Direction direction, SErrorBar.BarType barType, SErrorBar.ValueType valueType)