Uses of Enum Class
io.keikai.model.SErrorBar.ValueType
Packages that use SErrorBar.ValueType
Package
Description
Keikai Spreadsheet Internal Book Model classes.
Keikai Spreadsheet Internal Book Model Implementation classes.
-
Uses of SErrorBar.ValueType in io.keikai.model
Methods in io.keikai.model that return SErrorBar.ValueTypeModifier and TypeMethodDescriptionSErrorBar.getValueType()Returns how the error value is calculated.static SErrorBar.ValueTypeReturns the enum constant of this class with the specified name.static SErrorBar.ValueType[]SErrorBar.ValueType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SErrorBar.ValueType in io.keikai.model.impl.chart
Methods in io.keikai.model.impl.chart that return SErrorBar.ValueTypeConstructors in io.keikai.model.impl.chart with parameters of type SErrorBar.ValueTypeModifierConstructorDescriptionErrorBarImpl(SErrorBar.Direction direction, SErrorBar.BarType barType, SErrorBar.ValueType valueType)