Uses of Enum Class
io.github.palexdev.materialfx.enums.ScrimPriority
Packages that use ScrimPriority
-
Uses of ScrimPriority in io.github.palexdev.materialfx.dialogs
Methods in io.github.palexdev.materialfx.dialogs that return ScrimPriorityMethods in io.github.palexdev.materialfx.dialogs with parameters of type ScrimPriorityModifier and TypeMethodDescriptionvoidMFXStageDialog.setScrimPriority(ScrimPriority scrimPriority) Sets the enum constant used to specify how to apply the scrim effect.MFXStageDialogBuilder.setScrimPriority(ScrimPriority scrimPriority) Sets the enum constant used to specify how to apply the scrim effect. -
Uses of ScrimPriority in io.github.palexdev.materialfx.enums
Methods in io.github.palexdev.materialfx.enums that return ScrimPriorityModifier and TypeMethodDescriptionstatic ScrimPriorityReturns the enum constant of this class with the specified name.static ScrimPriority[]ScrimPriority.values()Returns an array containing the constants of this enum class, in the order they are declared.