Uses of Enum Class
io.keikai.model.STimeline.TimeLevel
Packages that use STimeline.TimeLevel
Package
Description
Keikai Spreadsheet Internal Book Model classes.
Keikai Spreadsheet Internal Book Model Implementation classes.
-
Uses of STimeline.TimeLevel in io.keikai.model
Methods in io.keikai.model that return STimeline.TimeLevelModifier and TypeMethodDescriptionSTimeline.getLevel()Returns the current time level (granularity).static STimeline.TimeLevelReturns the enum constant of this class with the specified name.static STimeline.TimeLevel[]STimeline.TimeLevel.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 STimeline.TimeLevelModifier and TypeMethodDescriptionvoidSTimeline.setLevel(STimeline.TimeLevel level) Sets the time level (granularity). -
Uses of STimeline.TimeLevel in io.keikai.model.impl
Methods in io.keikai.model.impl that return STimeline.TimeLevelMethods in io.keikai.model.impl with parameters of type STimeline.TimeLevel