Index

A B C D E F G H I L M N O P R S T U V X Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractMFXRippleGenerator<T extends IRipple> - Class in io.github.palexdev.mfxeffects.ripple.base
Abstract class that defines all the properties and behaviors a RippleGenerator should have.
AbstractMFXRippleGenerator(Region) - Constructor for class io.github.palexdev.mfxeffects.ripple.base.AbstractMFXRippleGenerator
 
AbstractMFXRippleGenerator.RippleGeneratorEvent - Class in io.github.palexdev.mfxeffects.ripple.base
Events class for RippleGenerators.
add(int, E) - Method in class io.github.palexdev.mfxeffects.collections.ObservableStack
Adds an element to the given index
add(E) - Method in class io.github.palexdev.mfxeffects.collections.ObservableStack
Pushes the element to the top of the stack
addAll(int, Collection<? extends E>) - Method in class io.github.palexdev.mfxeffects.collections.ObservableStack
 
addAll(E...) - Method in class io.github.palexdev.mfxeffects.collections.ObservableStack
Adds the contents of the array into the stack
addAll(Collection<? extends E>) - Method in class io.github.palexdev.mfxeffects.collections.ObservableStack
Adds the elements from the collection into the stack in the order they are specified
addAll(CssMetaData<? extends Styleable, ?>...) - Method in class io.github.palexdev.mfxeffects.utils.StyleUtils.CssMetaDataList
 
animateBackground - Variable in class io.github.palexdev.mfxeffects.ripple.base.AbstractMFXRippleGenerator
 
animateBackgroundProperty() - Method in class io.github.palexdev.mfxeffects.ripple.base.AbstractMFXRippleGenerator
Specifies if the background of the region should be animated too.
animateBackgroundProperty() - Method in class io.github.palexdev.mfxeffects.ripple.RippleGenerator
Deprecated.
 
animateShadow - Variable in class io.github.palexdev.mfxeffects.ripple.base.AbstractMFXRippleGenerator
 
animateShadowProperty() - Method in class io.github.palexdev.mfxeffects.ripple.base.AbstractMFXRippleGenerator
Specifies if the DropShadow effect of the region should be animates too.
ANIMATION_FINISHED_EVENT - Static variable in class io.github.palexdev.mfxeffects.ripple.base.AbstractMFXRippleGenerator.RippleGeneratorEvent
 
animationSpeedProperty() - Method in class io.github.palexdev.mfxeffects.ripple.MFXCircleRippleGenerator
Specifies the speed on the ripples' animation.
animationsStack - Variable in class io.github.palexdev.mfxeffects.ripple.base.AbstractMFXRippleGenerator
 
autoClipProperty() - Method in class io.github.palexdev.mfxeffects.ripple.MFXCircleRippleGenerator
Specifies whether the generator should try to MFXCircleRippleGenerator.buildClip() automatically, this means also trying to fetch the background/border radius.

B

backgroundOpacityProperty() - Method in class io.github.palexdev.mfxeffects.ripple.MFXCircleRippleGenerator
Specifies the strength of the background animation.
build(Region) - Method in class io.github.palexdev.mfxeffects.builders.RippleClipTypeBuilder
 
buildClip() - Method in class io.github.palexdev.mfxeffects.ripple.MFXCircleRippleGenerator
Responsible for building the ripple generator's clip, which avoids ripple ending outside the region.

C

checkBounds - Variable in class io.github.palexdev.mfxeffects.ripple.base.AbstractMFXRippleGenerator
 
checkBoundsProperty() - Method in class io.github.palexdev.mfxeffects.ripple.base.AbstractMFXRippleGenerator
Specifies if AbstractMFXRippleGenerator.isWithinBounds(MouseEvent) should be called before generating the ripple.
CIRCLE - Enum constant in enum class io.github.palexdev.mfxeffects.ripple.RippleClipType
 
CircleRipple() - Constructor for class io.github.palexdev.mfxeffects.ripple.MFXCircleRippleGenerator.CircleRipple
 
clipSupplier - Variable in class io.github.palexdev.mfxeffects.ripple.base.AbstractMFXRippleGenerator
 
computeRadiusMultiplier(double) - Method in class io.github.palexdev.mfxeffects.ripple.MFXCircleRippleGenerator
Attempts to compute the radius multiplier from the starting ripple radius and the x position at which the ripple will be generated.
computeRadiusMultiplierProperty() - Method in class io.github.palexdev.mfxeffects.ripple.MFXCircleRippleGenerator
Specifies if the ripple's radius multiplier should be computed automatically.
createRipple() - Method in class io.github.palexdev.mfxeffects.ripple.RippleGenerator
Deprecated.
Creates a new Ripple at the specified coordinates.
cssMetaDataList(List<CssMetaData<? extends Styleable, ?>>, CssMetaData<? extends Styleable, ?>...) - Static method in class io.github.palexdev.mfxeffects.utils.StyleUtils
 
CssMetaDataList() - Constructor for class io.github.palexdev.mfxeffects.utils.StyleUtils.CssMetaDataList
 
CssMetaDataList(Collection<? extends CssMetaData<? extends Styleable, ?>>) - Constructor for class io.github.palexdev.mfxeffects.utils.StyleUtils.CssMetaDataList
 

D

defaultClipSupplier() - Method in interface io.github.palexdev.mfxeffects.ripple.base.IRippleGenerator
Every ripple generator should have a default clip supplier.
defaultClipSupplier() - Method in class io.github.palexdev.mfxeffects.ripple.MFXCircleRippleGenerator
 
defaultPositionFunction() - Method in interface io.github.palexdev.mfxeffects.ripple.base.IRippleGenerator
Every ripple generator should have a default position for the ripples.
defaultPositionFunction() - Method in class io.github.palexdev.mfxeffects.ripple.MFXCircleRippleGenerator
 
defaultRippleSupplier() - Method in interface io.github.palexdev.mfxeffects.ripple.base.IRippleGenerator
Every ripple generator should have a default ripple supplier.
defaultRippleSupplier() - Method in class io.github.palexdev.mfxeffects.ripple.MFXCircleRippleGenerator
 
DepthLevel - Enum Class in io.github.palexdev.mfxeffects
Enumerator which defines 6 levels of DropShadow effects from LEVEL0 to LEVEL5.
depthLevelOffset - Variable in class io.github.palexdev.mfxeffects.ripple.base.AbstractMFXRippleGenerator
 
depthLevelOffsetProperty() - Method in class io.github.palexdev.mfxeffects.ripple.base.AbstractMFXRippleGenerator
Specifies by how many levels the shadow should be increased.

E

EASE_IN - Enum constant in enum class io.github.palexdev.mfxeffects.Interpolators
 
EASE_IN_OUT - Enum constant in enum class io.github.palexdev.mfxeffects.Interpolators
 
EASE_IN_OUT_SINE - Enum constant in enum class io.github.palexdev.mfxeffects.Interpolators
 
EASE_IN_SINE - Enum constant in enum class io.github.palexdev.mfxeffects.Interpolators
 
EASE_OUT - Enum constant in enum class io.github.palexdev.mfxeffects.Interpolators
 
EASE_OUT_SINE - Enum constant in enum class io.github.palexdev.mfxeffects.Interpolators
 
equals(Object) - Method in class io.github.palexdev.mfxeffects.beans.Position
 

F

fireGeneratorEvent(EventType<AbstractMFXRippleGenerator.RippleGeneratorEvent>) - Method in class io.github.palexdev.mfxeffects.ripple.base.AbstractMFXRippleGenerator
Convenience method to fire AbstractMFXRippleGenerator.RippleGeneratorEvent events.
from(DropShadow) - Static method in enum class io.github.palexdev.mfxeffects.DepthLevel
Attempts to get the corresponding DepthLevel of the given DropShadow effect.

G

generateRipple(MouseEvent) - Method in class io.github.palexdev.mfxeffects.ripple.base.AbstractMFXRippleGenerator
Abstract method.
generateRipple(MouseEvent) - Method in class io.github.palexdev.mfxeffects.ripple.MFXCircleRippleGenerator
Generates a ripple.
getAnimation() - Method in interface io.github.palexdev.mfxeffects.ripple.base.IRipple
Every ripple type should specify its animation.
getAnimation() - Method in class io.github.palexdev.mfxeffects.ripple.MFXCircleRippleGenerator.CircleRipple
 
getAnimationSpeed() - Method in class io.github.palexdev.mfxeffects.ripple.MFXCircleRippleGenerator
Gets the value of the animationSpeed property.
getBackgroundAnimation() - Method in class io.github.palexdev.mfxeffects.ripple.MFXCircleRippleGenerator
Builds the background animation.
getBackgroundOpacity() - Method in class io.github.palexdev.mfxeffects.ripple.MFXCircleRippleGenerator
Gets the value of the backgroundOpacity property.
getClipSupplier() - Method in interface io.github.palexdev.mfxeffects.ripple.base.IRippleGenerator
 
getClipSupplier() - Method in class io.github.palexdev.mfxeffects.ripple.MFXCircleRippleGenerator
 
getColor() - Method in enum class io.github.palexdev.mfxeffects.DepthLevel
 
getControlCssMetaDataList() - Static method in class io.github.palexdev.mfxeffects.ripple.MFXCircleRippleGenerator
 
getCssMetaData() - Method in class io.github.palexdev.mfxeffects.ripple.MFXCircleRippleGenerator
 
getCssMetaData() - Method in class io.github.palexdev.mfxeffects.ripple.RippleGenerator
Deprecated.
 
getCurve() - Method in enum class io.github.palexdev.mfxeffects.Interpolators
 
getDepthLevelOffset() - Method in class io.github.palexdev.mfxeffects.ripple.base.AbstractMFXRippleGenerator
Gets the value of the depthLevelOffset property.
getGroupCssMetaDataList() - Static method in class io.github.palexdev.mfxeffects.ripple.RippleGenerator
Deprecated.
 
getInDuration() - Method in class io.github.palexdev.mfxeffects.ripple.RippleGenerator
Deprecated.
Gets the value of the inDuration property.
getOffsetX() - Method in enum class io.github.palexdev.mfxeffects.DepthLevel
 
getOffsetY() - Method in enum class io.github.palexdev.mfxeffects.DepthLevel
 
getOnAnimationFinished() - Method in class io.github.palexdev.mfxeffects.ripple.base.AbstractMFXRippleGenerator
Gets the value of the onAnimationFinished property.
getOutDuration() - Method in class io.github.palexdev.mfxeffects.ripple.RippleGenerator
Deprecated.
Gets the value of the outDuration property.
getRadius() - Method in enum class io.github.palexdev.mfxeffects.DepthLevel
 
getRadiusMultiplier() - Method in class io.github.palexdev.mfxeffects.ripple.MFXCircleRippleGenerator
Gets the value of the radiusMultiplier property.
getRegion() - Method in interface io.github.palexdev.mfxeffects.ripple.base.IRippleGenerator
 
getRegion() - Method in class io.github.palexdev.mfxeffects.ripple.MFXCircleRippleGenerator
 
getRippleColor() - Method in class io.github.palexdev.mfxeffects.ripple.MFXCircleRippleGenerator
Gets the value of the rippleColor property.
getRippleColor() - Method in class io.github.palexdev.mfxeffects.ripple.RippleGenerator
Deprecated.
Gets the value of the rippleColor property.
getRippleOpacity() - Method in class io.github.palexdev.mfxeffects.ripple.MFXCircleRippleGenerator
Gets the value of the rippleOpacity property.
getRipplePositionFunction() - Method in interface io.github.palexdev.mfxeffects.ripple.base.IRippleGenerator
 
getRipplePositionFunction() - Method in class io.github.palexdev.mfxeffects.ripple.MFXCircleRippleGenerator
 
getRippleRadius() - Method in class io.github.palexdev.mfxeffects.ripple.MFXCircleRippleGenerator
Gets the value of the rippleRadius property.
getRippleRadius() - Method in class io.github.palexdev.mfxeffects.ripple.RippleGenerator
Deprecated.
Gets the value of the rippleRadius property.
getRippleSupplier() - Method in interface io.github.palexdev.mfxeffects.ripple.base.IRippleGenerator
 
getRippleSupplier() - Method in class io.github.palexdev.mfxeffects.ripple.MFXCircleRippleGenerator
 
getScrimNode() - Method in class io.github.palexdev.mfxeffects.MFXScrimEffect
 
getShadowAnimation() - Method in class io.github.palexdev.mfxeffects.ripple.MFXCircleRippleGenerator
Builds the animation of the DropShadow effect.
getSpread() - Method in enum class io.github.palexdev.mfxeffects.DepthLevel
 
getX() - Method in class io.github.palexdev.mfxeffects.beans.Position
Gets the value of the x property.
getY() - Method in class io.github.palexdev.mfxeffects.beans.Position
Gets the value of the y property.

H

hashCode() - Method in class io.github.palexdev.mfxeffects.beans.Position
 

I

inDurationProperty() - Method in class io.github.palexdev.mfxeffects.ripple.RippleGenerator
Deprecated.
 
initialize() - Method in class io.github.palexdev.mfxeffects.ripple.base.AbstractMFXRippleGenerator
This method must be called by all subclasses in the constructor after the super call.
initialize() - Method in class io.github.palexdev.mfxeffects.ripple.MFXCircleRippleGenerator
INTERPOLATOR_V1 - Enum constant in enum class io.github.palexdev.mfxeffects.Interpolators
 
INTERPOLATOR_V2 - Enum constant in enum class io.github.palexdev.mfxeffects.Interpolators
 
Interpolators - Enum Class in io.github.palexdev.mfxeffects
Enumerator that offers some new Interpolators for JavaFX's animations.
io.github.palexdev.mfxeffects - package io.github.palexdev.mfxeffects
 
io.github.palexdev.mfxeffects.beans - package io.github.palexdev.mfxeffects.beans
 
io.github.palexdev.mfxeffects.builders - package io.github.palexdev.mfxeffects.builders
 
io.github.palexdev.mfxeffects.collections - package io.github.palexdev.mfxeffects.collections
 
io.github.palexdev.mfxeffects.ripple - package io.github.palexdev.mfxeffects.ripple
 
io.github.palexdev.mfxeffects.ripple.base - package io.github.palexdev.mfxeffects.ripple.base
 
io.github.palexdev.mfxeffects.utils - package io.github.palexdev.mfxeffects.utils
 
IRipple - Interface in io.github.palexdev.mfxeffects.ripple.base
RippleGenerators only accept ripple types that implement this interface.
IRippleGenerator<T extends IRipple> - Interface in io.github.palexdev.mfxeffects.ripple.base
Public API for every ripple generator.
isAnimateBackground() - Method in class io.github.palexdev.mfxeffects.ripple.base.AbstractMFXRippleGenerator
Gets the value of the animateBackground property.
isAnimateBackground() - Method in class io.github.palexdev.mfxeffects.ripple.RippleGenerator
Deprecated.
Gets the value of the animateBackground property.
isAnimateShadow() - Method in class io.github.palexdev.mfxeffects.ripple.base.AbstractMFXRippleGenerator
Gets the value of the animateShadow property.
isAutoClip() - Method in class io.github.palexdev.mfxeffects.ripple.MFXCircleRippleGenerator
Gets the value of the autoClip property.
isCheckBounds() - Method in class io.github.palexdev.mfxeffects.ripple.base.AbstractMFXRippleGenerator
Gets the value of the checkBounds property.
isComputeRadiusMultiplier() - Method in class io.github.palexdev.mfxeffects.ripple.MFXCircleRippleGenerator
Gets the value of the computeRadiusMultiplier property.
isPaused() - Method in class io.github.palexdev.mfxeffects.ripple.MFXCircleRippleGenerator
Gets the value of the paused property.
isWithinBounds(MouseEvent) - Method in class io.github.palexdev.mfxeffects.ripple.base.AbstractMFXRippleGenerator
Checks if the mouse event coordinates are within the Bounds of the region.

L

LEVEL0 - Enum constant in enum class io.github.palexdev.mfxeffects.DepthLevel
 
LEVEL1 - Enum constant in enum class io.github.palexdev.mfxeffects.DepthLevel
 
LEVEL2 - Enum constant in enum class io.github.palexdev.mfxeffects.DepthLevel
 
LEVEL3 - Enum constant in enum class io.github.palexdev.mfxeffects.DepthLevel
 
LEVEL4 - Enum constant in enum class io.github.palexdev.mfxeffects.DepthLevel
 
LEVEL5 - Enum constant in enum class io.github.palexdev.mfxeffects.DepthLevel
 
levelEqualsShadow(DepthLevel, DropShadow) - Static method in enum class io.github.palexdev.mfxeffects.DepthLevel
Checks if the given DropShadow effect is equal to the given DepthLevel.
LINEAR - Enum constant in enum class io.github.palexdev.mfxeffects.Interpolators
 

M

mfx.effects - module mfx.effects
 
MFXCircleRippleGenerator - Class in io.github.palexdev.mfxeffects.ripple
Concrete implementation of .
MFXCircleRippleGenerator(Region) - Constructor for class io.github.palexdev.mfxeffects.ripple.MFXCircleRippleGenerator
 
MFXCircleRippleGenerator.CircleRipple - Class in io.github.palexdev.mfxeffects.ripple
Defines a new ripple type which extends Circle and implements IRipple.
MFXDepthManager - Class in io.github.palexdev.mfxeffects
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).
MFXDepthManager() - Constructor for class io.github.palexdev.mfxeffects.MFXDepthManager
 
MFXScrimEffect - Class in io.github.palexdev.mfxeffects
From Google's material design guidelines:
MFXScrimEffect() - Constructor for class io.github.palexdev.mfxeffects.MFXScrimEffect
 
modalScrim(Pane, double) - Method in class io.github.palexdev.mfxeffects.MFXScrimEffect
Same as MFXScrimEffect.scrim(Pane, double) but the effect is placed at the end of the children list, covering all the pane's nodes
modalScrim(Pane, Node, double) - Method in class io.github.palexdev.mfxeffects.MFXScrimEffect
Adds a scrim effect to the specified pane with specified opacity.

N

next() - Method in enum class io.github.palexdev.mfxeffects.DepthLevel
Retrieves the next DepthLevel associated with this enumerator.
NO_CLIP - Enum constant in enum class io.github.palexdev.mfxeffects.ripple.RippleClipType
 

O

ObservableStack<E> - Class in io.github.palexdev.mfxeffects.collections
A crude implementation of an observable stack It includes the main features of a stack namely: push and pop.
ObservableStack() - Constructor for class io.github.palexdev.mfxeffects.collections.ObservableStack
 
of(double, double) - Static method in class io.github.palexdev.mfxeffects.beans.Position
 
onAnimationFinished - Variable in class io.github.palexdev.mfxeffects.ripple.base.AbstractMFXRippleGenerator
 
onAnimationFinishedProperty() - Method in class io.github.palexdev.mfxeffects.ripple.base.AbstractMFXRippleGenerator
Specifies the action to perform when a AbstractMFXRippleGenerator.RippleGeneratorEvent.ANIMATION_FINISHED_EVENT is fired.
outDurationProperty() - Method in class io.github.palexdev.mfxeffects.ripple.RippleGenerator
Deprecated.
 

P

parseCornerRadius(Region) - Static method in class io.github.palexdev.mfxeffects.utils.StyleUtils
Tries to parse tje given Region's corner radius.
pausedProperty() - Method in class io.github.palexdev.mfxeffects.ripple.MFXCircleRippleGenerator
Property to enable/disable the ripple generator.
pop() - Method in class io.github.palexdev.mfxeffects.collections.ObservableStack
 
Position - Class in io.github.palexdev.mfxeffects.beans
Simple bean that keeps track of two coordinates, x and y.
Position() - Constructor for class io.github.palexdev.mfxeffects.beans.Position
 
Position(double, double) - Constructor for class io.github.palexdev.mfxeffects.beans.Position
 
positionFunction - Variable in class io.github.palexdev.mfxeffects.ripple.base.AbstractMFXRippleGenerator
 
push(E) - Method in class io.github.palexdev.mfxeffects.collections.ObservableStack
Places the item at the top of the stack

R

radiusMultiplierProperty() - Method in class io.github.palexdev.mfxeffects.ripple.MFXCircleRippleGenerator
Specifies the multiplier used to obtain the final ripple's radius.
RECTANGLE - Enum constant in enum class io.github.palexdev.mfxeffects.ripple.RippleClipType
 
region - Variable in class io.github.palexdev.mfxeffects.ripple.base.AbstractMFXRippleGenerator
 
remove(int) - Method in class io.github.palexdev.mfxeffects.collections.ObservableStack
Removes an element at the given index
remove(int, int) - Method in class io.github.palexdev.mfxeffects.collections.ObservableStack
Attempt to remove a range of objects from the stack, this is also not permitted
remove(Object) - Method in class io.github.palexdev.mfxeffects.collections.ObservableStack
Attempt to remove an arbitrary object from the stack is not permitted
removeAll() - Method in class io.github.palexdev.mfxeffects.collections.ObservableStack
Effectively empties the stack given that the stack is not already empty
removeAll(E...) - Method in class io.github.palexdev.mfxeffects.collections.ObservableStack
 
removeAll(Collection<?>) - Method in class io.github.palexdev.mfxeffects.collections.ObservableStack
 
removeEffect(Pane) - Method in class io.github.palexdev.mfxeffects.MFXScrimEffect
Removes the scrim effect from the specified pane.
removeEffect(Window) - Method in class io.github.palexdev.mfxeffects.MFXScrimEffect
Removes the scrim effect from the specified window.
RippleClipType - Enum Class in io.github.palexdev.mfxeffects.ripple
 
RippleClipTypeBuilder - Class in io.github.palexdev.mfxeffects.builders
Convenience class for building Ripple clip shapes.
RippleClipTypeBuilder() - Constructor for class io.github.palexdev.mfxeffects.builders.RippleClipTypeBuilder
 
RippleClipTypeBuilder(RippleClipType) - Constructor for class io.github.palexdev.mfxeffects.builders.RippleClipTypeBuilder
 
RippleClipTypeBuilder(RippleClipType, double, double) - Constructor for class io.github.palexdev.mfxeffects.builders.RippleClipTypeBuilder
 
rippleColorProperty() - Method in class io.github.palexdev.mfxeffects.ripple.MFXCircleRippleGenerator
Specifies the ripples' color.
rippleColorProperty() - Method in class io.github.palexdev.mfxeffects.ripple.RippleGenerator
Deprecated.
 
RippleGenerator - Class in io.github.palexdev.mfxeffects.ripple
Deprecated.
RippleGenerator(Region) - Constructor for class io.github.palexdev.mfxeffects.ripple.RippleGenerator
Deprecated.
 
RippleGenerator(Region, RippleClipTypeBuilder) - Constructor for class io.github.palexdev.mfxeffects.ripple.RippleGenerator
Deprecated.
 
RippleGenerator(Region, DepthLevel) - Constructor for class io.github.palexdev.mfxeffects.ripple.RippleGenerator
Deprecated.
 
RippleGenerator(Region, DepthLevel, RippleClipTypeBuilder) - Constructor for class io.github.palexdev.mfxeffects.ripple.RippleGenerator
Deprecated.
 
RippleGeneratorEvent(EventType<? extends Event>) - Constructor for class io.github.palexdev.mfxeffects.ripple.base.AbstractMFXRippleGenerator.RippleGeneratorEvent
 
rippleOpacityProperty() - Method in class io.github.palexdev.mfxeffects.ripple.MFXCircleRippleGenerator
Specifies the initial ripple's opacity.
rippleRadiusProperty() - Method in class io.github.palexdev.mfxeffects.ripple.MFXCircleRippleGenerator
Specifies the ripples' initial radius.
rippleRadiusProperty() - Method in class io.github.palexdev.mfxeffects.ripple.RippleGenerator
Deprecated.
 
rippleSupplier - Variable in class io.github.palexdev.mfxeffects.ripple.base.AbstractMFXRippleGenerator
 
ROUNDED_RECTANGLE - Enum constant in enum class io.github.palexdev.mfxeffects.ripple.RippleClipType
 

S

scrim(Pane, double) - Method in class io.github.palexdev.mfxeffects.MFXScrimEffect
Adds a scrim effect to the specified pane with specified opacity.
scrimWindow(Window, double) - Method in class io.github.palexdev.mfxeffects.MFXScrimEffect
Adds a scrim effect to the specified Window's root pane with the specified opacity.
setAnimateBackground(boolean) - Method in class io.github.palexdev.mfxeffects.ripple.base.AbstractMFXRippleGenerator
Sets the value of the animateBackground property.
setAnimateBackground(boolean) - Method in class io.github.palexdev.mfxeffects.ripple.RippleGenerator
Deprecated.
Sets the value of the animateBackground property.
setAnimateShadow(boolean) - Method in class io.github.palexdev.mfxeffects.ripple.base.AbstractMFXRippleGenerator
Sets the value of the animateShadow property.
setAnimationSpeed(double) - Method in class io.github.palexdev.mfxeffects.ripple.MFXCircleRippleGenerator
Sets the value of the animationSpeed property.
setArcs(double) - Method in class io.github.palexdev.mfxeffects.builders.RippleClipTypeBuilder
 
setArcs(double, double) - Method in class io.github.palexdev.mfxeffects.builders.RippleClipTypeBuilder
 
setAutoClip(boolean) - Method in class io.github.palexdev.mfxeffects.ripple.MFXCircleRippleGenerator
Sets the value of the autoClip property.
setBackground(Region, Paint) - Static method in class io.github.palexdev.mfxeffects.utils.StyleUtils
Sets the background of the given region to the given color.
setBackground(Region, Paint, CornerRadii) - Static method in class io.github.palexdev.mfxeffects.utils.StyleUtils
Sets the background of the given region to the given color, with the given radius.
setBackground(Region, Paint, CornerRadii, Insets) - Static method in class io.github.palexdev.mfxeffects.utils.StyleUtils
Sets the background of the given region to the given color, with the given radius and insets.
setBackgroundOpacity(double) - Method in class io.github.palexdev.mfxeffects.ripple.MFXCircleRippleGenerator
Sets the value of the backgroundOpacity property.
setCheckBounds(boolean) - Method in class io.github.palexdev.mfxeffects.ripple.base.AbstractMFXRippleGenerator
Sets the value of the checkBounds property.
setClipSupplier(Supplier<Shape>) - Method in interface io.github.palexdev.mfxeffects.ripple.base.IRippleGenerator
Sets the generator's clip supplier to the specified one.
setClipSupplier(Supplier<Shape>) - Method in class io.github.palexdev.mfxeffects.ripple.MFXCircleRippleGenerator
 
setComputeRadiusMultiplier(boolean) - Method in class io.github.palexdev.mfxeffects.ripple.MFXCircleRippleGenerator
Sets the value of the computeRadiusMultiplier property.
setDepthLevelOffset(int) - Method in class io.github.palexdev.mfxeffects.ripple.base.AbstractMFXRippleGenerator
Sets the value of the depthLevelOffset property.
setGeneratorCenterX(double) - Method in class io.github.palexdev.mfxeffects.ripple.RippleGenerator
Deprecated.
 
setGeneratorCenterY(double) - Method in class io.github.palexdev.mfxeffects.ripple.RippleGenerator
Deprecated.
 
setInDuration(Duration) - Method in class io.github.palexdev.mfxeffects.ripple.RippleGenerator
Deprecated.
Sets the value of the inDuration property.
setOffsetH(double) - Method in class io.github.palexdev.mfxeffects.builders.RippleClipTypeBuilder
 
setOffsetW(double) - Method in class io.github.palexdev.mfxeffects.builders.RippleClipTypeBuilder
 
setOnAnimationFinished(EventHandler<AbstractMFXRippleGenerator.RippleGeneratorEvent>) - Method in class io.github.palexdev.mfxeffects.ripple.base.AbstractMFXRippleGenerator
Sets the value of the onAnimationFinished property.
setOutDuration(Duration) - Method in class io.github.palexdev.mfxeffects.ripple.RippleGenerator
Deprecated.
Sets the value of the outDuration property.
setPaused(boolean) - Method in class io.github.palexdev.mfxeffects.ripple.MFXCircleRippleGenerator
Sets the value of the paused property.
setRadius(double) - Method in class io.github.palexdev.mfxeffects.builders.RippleClipTypeBuilder
 
setRadiusMultiplier(double) - Method in class io.github.palexdev.mfxeffects.ripple.MFXCircleRippleGenerator
Sets the value of the radiusMultiplier property.
setRippleClipType(RippleClipType) - Method in class io.github.palexdev.mfxeffects.builders.RippleClipTypeBuilder
 
setRippleClipTypeFactory(RippleClipTypeBuilder) - Method in class io.github.palexdev.mfxeffects.ripple.RippleGenerator
Deprecated.
 
setRippleColor(Paint) - Method in class io.github.palexdev.mfxeffects.ripple.MFXCircleRippleGenerator
Sets the value of the rippleColor property.
setRippleColor(Paint) - Method in class io.github.palexdev.mfxeffects.ripple.RippleGenerator
Deprecated.
Sets the value of the rippleColor property.
setRippleOpacity(double) - Method in class io.github.palexdev.mfxeffects.ripple.MFXCircleRippleGenerator
Sets the value of the rippleOpacity property.
setRipplePositionFunction(Function<MouseEvent, Position>) - Method in interface io.github.palexdev.mfxeffects.ripple.base.IRippleGenerator
Sets the generator's ripple position function to the specified one.
setRipplePositionFunction(Function<MouseEvent, Position>) - Method in class io.github.palexdev.mfxeffects.ripple.MFXCircleRippleGenerator
 
setRippleRadius(double) - Method in class io.github.palexdev.mfxeffects.ripple.MFXCircleRippleGenerator
Sets the value of the rippleRadius property.
setRippleRadius(double) - Method in class io.github.palexdev.mfxeffects.ripple.RippleGenerator
Deprecated.
Sets the value of the rippleRadius property.
setRippleSupplier(Supplier<MFXCircleRippleGenerator.CircleRipple>) - Method in class io.github.palexdev.mfxeffects.ripple.MFXCircleRippleGenerator
 
setRippleSupplier(Supplier<T>) - Method in interface io.github.palexdev.mfxeffects.ripple.base.IRippleGenerator
Sets the generator's ripple supplier to the specified one.
setX(double) - Method in class io.github.palexdev.mfxeffects.beans.Position
Sets the value of the x property.
setXPosition(double) - Method in class io.github.palexdev.mfxeffects.ripple.MFXCircleRippleGenerator.CircleRipple
 
setY(double) - Method in class io.github.palexdev.mfxeffects.beans.Position
Sets the value of the y property.
shadowOf(DepthLevel) - Static method in class io.github.palexdev.mfxeffects.MFXDepthManager
Retrieves the DropShadow associated with the specified DepthLevel.
shadowOf(DepthLevel, int) - Static method in class io.github.palexdev.mfxeffects.MFXDepthManager
Retrieves the DropShadow associated with the specified DepthLevel added to delta.
shadowOf(Color, double, double, double, double) - Static method in class io.github.palexdev.mfxeffects.MFXDepthManager
Returns a new instance of DropShadow with the specified characteristics.
STYLE_CLASS - Variable in class io.github.palexdev.mfxeffects.ripple.base.AbstractMFXRippleGenerator
 
StyleUtils - Class in io.github.palexdev.mfxeffects.utils
 
StyleUtils.CssMetaDataList - Class in io.github.palexdev.mfxeffects.utils
 

T

toInterpolator() - Method in enum class io.github.palexdev.mfxeffects.Interpolators
Converts a Function<Double, Double> to a JavaFX's Interpolator.
toString() - Method in class io.github.palexdev.mfxeffects.beans.Position
 
toUnmodifiable() - Method in class io.github.palexdev.mfxeffects.utils.StyleUtils.CssMetaDataList
 

U

updateBackground(Region, Paint) - Static method in class io.github.palexdev.mfxeffects.utils.StyleUtils
Changes the background color of a Region to the desired one.
updateBackground(Region, Paint, Insets) - Static method in class io.github.palexdev.mfxeffects.utils.StyleUtils
Changes the background color of a Region to the desired one and lets specify the background insets.
updateBackground(Region, Paint, CornerRadii, Insets) - Static method in class io.github.palexdev.mfxeffects.utils.StyleUtils
 

V

valueOf(String) - Static method in enum class io.github.palexdev.mfxeffects.DepthLevel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.github.palexdev.mfxeffects.Interpolators
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.github.palexdev.mfxeffects.ripple.RippleClipType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class io.github.palexdev.mfxeffects.DepthLevel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.github.palexdev.mfxeffects.Interpolators
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.github.palexdev.mfxeffects.ripple.RippleClipType
Returns an array containing the constants of this enum class, in the order they are declared.

X

xProperty() - Method in class io.github.palexdev.mfxeffects.beans.Position
The x coordinate property.

Y

yProperty() - Method in class io.github.palexdev.mfxeffects.beans.Position
The y coordinate property
A B C D E F G H I L M N O P R S T U V X Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form