Uses of Class
io.github.palexdev.materialfx.beans.properties.styleable.StyleableDoubleProperty
Packages that use StyleableDoubleProperty
Package
Description
-
Uses of StyleableDoubleProperty in io.github.palexdev.materialfx.controls
Methods in io.github.palexdev.materialfx.controls that return StyleableDoublePropertyModifier and TypeMethodDescriptionMFXTextField.borderGapProperty()ForFloatMode.BORDERandFloatMode.ABOVEmodes, this specifies the distance from the control's x origin (padding not included).MFXTextField.floatingTextGapProperty()ForFloatMode.INLINEmode, this specifies the gap between the floating text node and the input field node.MFXTextField.graphicTextGapProperty()Specifies the gap between the input field and the icons.MFXMagnifierPane.hideZoomLabelAfterProperty()MFXMagnifierPane.lensSizeProperty()Specifies the size of the lens.MFXMagnifierPane.maxZoomProperty()Specifies the maximum zoom level allowed.MFXTextField.measureUnitGapProperty()Specifies the gap between the field and the measure unit label.MFXMagnifierPane.minZoomProperty()Specifies the minimum zoom level allowed.MFXMagnifierPane.pickerSpacingProperty()Specifies the gap between the lens and the color picker tool.MFXProgressSpinner.radiusProperty()Specifies the radius of the progress spinner.MFXIconWrapper.sizeProperty()Specifies the size of the container.MFXProgressSpinner.startingAngleProperty()Specifies the angle at which the spinner will start.MFXMagnifierPane.zoomIncrementProperty()Specifies the zoom increment/decrement when using the mouse wheel.MFXMagnifierPane.zoomProperty()Specifies the current zoom level of the lens. -
Uses of StyleableDoubleProperty in io.github.palexdev.materialfx.effects.ripple
Methods in io.github.palexdev.materialfx.effects.ripple that return StyleableDoublePropertyModifier and TypeMethodDescriptionMFXCircleRippleGenerator.animationSpeedProperty()Specifies the speed on the ripples' animation.MFXCircleRippleGenerator.backgroundOpacityProperty()Specifies the strength of the background animation.MFXCircleRippleGenerator.rippleOpacityProperty()Specifies the initial ripple's opacity.MFXCircleRippleGenerator.rippleRadiusProperty()Specifies the ripples' initial radius.