Uses of Enum Class
io.github.palexdev.materialfx.effects.ripple.RippleClipType
Packages that use RippleClipType
Package
Description
-
Uses of RippleClipType in io.github.palexdev.materialfx.effects.ripple
Methods in io.github.palexdev.materialfx.effects.ripple that return RippleClipTypeModifier and TypeMethodDescriptionstatic RippleClipTypeReturns the enum constant of this class with the specified name.static RippleClipType[]RippleClipType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RippleClipType in io.github.palexdev.materialfx.factories
Methods in io.github.palexdev.materialfx.factories with parameters of type RippleClipTypeModifier and TypeMethodDescriptionRippleClipTypeFactory.setRippleClipType(RippleClipType rippleClipType) Constructors in io.github.palexdev.materialfx.factories with parameters of type RippleClipTypeModifierConstructorDescriptionRippleClipTypeFactory(RippleClipType rippleClipType) RippleClipTypeFactory(RippleClipType rippleClipType, double arcW, double arcH)