Uses of Enum Class
io.keikai.model.SErrorBar.Direction
Packages that use SErrorBar.Direction
Package
Description
Keikai Spreadsheet Internal Book Model classes.
Keikai Spreadsheet Internal Book Model Implementation classes.
-
Uses of SErrorBar.Direction in io.keikai.model
Methods in io.keikai.model that return SErrorBar.DirectionModifier and TypeMethodDescriptionSErrorBar.getDirection()Returns the direction (X or Y) of this error bar.static SErrorBar.DirectionReturns the enum constant of this class with the specified name.static SErrorBar.Direction[]SErrorBar.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SErrorBar.Direction in io.keikai.model.impl.chart
Methods in io.keikai.model.impl.chart that return SErrorBar.DirectionConstructors in io.keikai.model.impl.chart with parameters of type SErrorBar.DirectionModifierConstructorDescriptionErrorBarImpl(SErrorBar.Direction direction, SErrorBar.BarType barType, SErrorBar.ValueType valueType)