Uses of Enum Class
io.github.palexdev.materialfx.enums.ScaleBehavior
Packages that use ScaleBehavior
-
Uses of ScaleBehavior in io.github.palexdev.materialfx.enums
Methods in io.github.palexdev.materialfx.enums that return ScaleBehaviorModifier and TypeMethodDescriptionstatic ScaleBehaviorReturns the enum constant of this class with the specified name.static ScaleBehavior[]ScaleBehavior.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ScaleBehavior in io.github.palexdev.materialfx.layout
Methods in io.github.palexdev.materialfx.layout that return ScaleBehaviorModifier and TypeMethodDescriptionScalableContentPane.getScaleBehavior()Gets the value of the property scaleBehavior.Methods in io.github.palexdev.materialfx.layout that return types with arguments of type ScaleBehaviorMethods in io.github.palexdev.materialfx.layout with parameters of type ScaleBehaviorModifier and TypeMethodDescriptionvoidScalableContentPane.setScaleBehavior(ScaleBehavior scaleBehavior) Sets the value of the property scaleBehavior.