All Classes and Interfaces
Class
Description
Abstract class that defines all the properties and behaviors a RippleGenerator should have.
Events class for RippleGenerators.
Enumerator which defines 6 levels of
DropShadow
effects from LEVEL0
to LEVEL5
.Enumerator that offers some new
Interpolator
s for JavaFX's animations.RippleGenerators only accept ripple types that implement this interface.
Public API for every ripple generator.
Utility class which manages a preset number of
DropShadow
effects ordered by DepthLevel
, but
it also allows to create custom DropShadow
effects with MFXDepthManager.shadowOf(Color, double, double, double, double)
.From Google's material design guidelines:
A crude implementation of an observable stack It includes the main features of a stack namely:
push and pop.
Simple bean that keeps track of two coordinates, x and y.
Convenience class for building Ripple clip shapes.
Deprecated.