Uses of Enum Class
io.github.palexdev.materialfx.effects.DepthLevel
Packages that use DepthLevel
Package
Description
-
Uses of DepthLevel in io.github.palexdev.materialfx.builders.base
Methods in io.github.palexdev.materialfx.builders.base with parameters of type DepthLevel -
Uses of DepthLevel in io.github.palexdev.materialfx.builders.control
Methods in io.github.palexdev.materialfx.builders.control with parameters of type DepthLevel -
Uses of DepthLevel in io.github.palexdev.materialfx.controls
Methods in io.github.palexdev.materialfx.controls that return DepthLevelModifier and TypeMethodDescriptionMFXButton.getDepthLevel()Gets the value of the property depthLevel.Methods in io.github.palexdev.materialfx.controls that return types with arguments of type DepthLevelModifier and TypeMethodDescriptionMFXButton.depthLevelProperty()Specifies how intense is theDropShadoweffect applied to this control.Methods in io.github.palexdev.materialfx.controls with parameters of type DepthLevelModifier and TypeMethodDescriptionvoidMFXButton.setDepthLevel(DepthLevel depthLevel) Sets the value of the property depthLevel. -
Uses of DepthLevel in io.github.palexdev.materialfx.controls.base
Methods in io.github.palexdev.materialfx.controls.base that return DepthLevelModifier and TypeMethodDescriptionAbstractMFXListView.getDepthLevel()Gets the value of the property depthLevel.Methods in io.github.palexdev.materialfx.controls.base that return types with arguments of type DepthLevelModifier and TypeMethodDescriptionAbstractMFXListView.depthLevelProperty()Specifies the shadow strength around the control.Methods in io.github.palexdev.materialfx.controls.base with parameters of type DepthLevelModifier and TypeMethodDescriptionvoidAbstractMFXListView.setDepthLevel(DepthLevel depthLevel) Sets the value of the property depthLevel. -
Uses of DepthLevel in io.github.palexdev.materialfx.controls.legacy
Methods in io.github.palexdev.materialfx.controls.legacy that return DepthLevelModifier and TypeMethodDescriptionMFXLegacyListView.getDepthLevel()Gets the value of the property depthLevel.Methods in io.github.palexdev.materialfx.controls.legacy that return types with arguments of type DepthLevelModifier and TypeMethodDescriptionMFXLegacyListView.depthLevelProperty()Specifies the shadow strength around the control.Methods in io.github.palexdev.materialfx.controls.legacy with parameters of type DepthLevelModifier and TypeMethodDescriptionvoidMFXLegacyListView.setDepthLevel(DepthLevel depthLevel) Sets the value of the property depthLevel. -
Uses of DepthLevel in io.github.palexdev.materialfx.effects
Methods in io.github.palexdev.materialfx.effects that return DepthLevelModifier and TypeMethodDescriptionstatic DepthLevelDepthLevel.from(DropShadow shadow) Attempts to get the correspondingDepthLevelof the givenDropShadoweffect.DepthLevel.next()Retrieves the nextDepthLevelassociated withthisenumerator.static DepthLevelReturns the enum constant of this class with the specified name.static DepthLevel[]DepthLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.github.palexdev.materialfx.effects with parameters of type DepthLevelModifier and TypeMethodDescriptionstatic booleanDepthLevel.levelEqualsShadow(DepthLevel level, DropShadow shadow) Checks if the givenDropShadoweffect is equal to the givenDepthLevel.static DropShadowMFXDepthManager.shadowOf(DepthLevel level) Retrieves theDropShadowassociated with the specifiedDepthLevel.static DropShadowMFXDepthManager.shadowOf(DepthLevel level, int delta) Retrieves theDropShadowassociated with the specifiedDepthLeveladded to delta. -
Uses of DepthLevel in io.github.palexdev.materialfx.effects.ripple
Constructors in io.github.palexdev.materialfx.effects.ripple with parameters of type DepthLevelModifierConstructorDescriptionRippleGenerator(Region region, DepthLevel shadowLevel) Deprecated.RippleGenerator(Region region, DepthLevel shadowLevel, RippleClipTypeFactory factory) Deprecated.