Uses of Interface
io.github.palexdev.materialfx.effects.ripple.base.IRippleGenerator
Packages that use IRippleGenerator
Package
Description
-
Uses of IRippleGenerator in io.github.palexdev.materialfx.effects.ripple
Classes in io.github.palexdev.materialfx.effects.ripple that implement IRippleGeneratorModifier and TypeClassDescriptionclassConcrete implementation ofAbstractMFXRippleGenerator<MFXCircleRippleGenerator.CircleRipple>. -
Uses of IRippleGenerator in io.github.palexdev.materialfx.effects.ripple.base
Classes in io.github.palexdev.materialfx.effects.ripple.base that implement IRippleGeneratorModifier and TypeClassDescriptionclassAbstractMFXRippleGenerator<T extends IRipple>Abstract class that defines all the properties and behaviors a RippleGenerator should have.