java.lang.Object
io.github.palexdev.materialfx.beans.SizeBean
This bean contains two
DoubleProperty to keep track/specify the sizes of something
in terms of width and height.-
Property Summary
Properties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleGets the value of the property height.doublegetWidth()Gets the value of the property width.static SizeBeanof(double width, double height) voidsetHeight(double height) Sets the value of the property height.voidsetWidth(double width) Sets the value of the property width.
-
Property Details
-
width
- See Also:
-
height
- See Also:
-
-
Constructor Details
-
SizeBean
public SizeBean(double width, double height)
-
-
Method Details
-
of
-
getWidth
public double getWidth()Gets the value of the property width.- Property description:
-
widthProperty
- See Also:
-
setWidth
public void setWidth(double width) Sets the value of the property width.- Property description:
-
getHeight
public double getHeight()Gets the value of the property height.- Property description:
-
heightProperty
- See Also:
-
setHeight
public void setHeight(double height) Sets the value of the property height.- Property description:
-