Uses of Enum
com.github.lgooddatepicker.components.TimePickerSettings.TimeArea
Packages that use TimePickerSettings.TimeArea
-
Uses of TimePickerSettings.TimeArea in com.github.lgooddatepicker.components
Methods in com.github.lgooddatepicker.components that return TimePickerSettings.TimeAreaModifier and TypeMethodDescriptionstatic TimePickerSettings.TimeArea
Returns the enum constant of this type with the specified name.static TimePickerSettings.TimeArea[]
TimePickerSettings.TimeArea.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.lgooddatepicker.components with parameters of type TimePickerSettings.TimeAreaModifier and TypeMethodDescriptionTimePickerSettings.getColor
(TimePickerSettings.TimeArea area) getColor, This returns the currently set color for the specified area.void
TimePickerSettings.setColor
(TimePickerSettings.TimeArea area, Color color) setColor, This sets a color for the specified area.