java.lang.Object
jfxtras.scene.layout.responsivepane.Stylesheet
-
Property Summary
Properties -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavafx.beans.property.ObjectProperty
<String> FilegetFile()
Gets the value of thefile
property.Gets the value of thesizeAtLeast
property.void
Sets the value of thefile
property.void
setSizeAtLeast
(Size value) Sets the value of thesizeAtLeast
property.javafx.beans.property.ObjectProperty
<Size> SizeAtLeast (in inches)withSizeAtLeast
(Size value)
-
Property Details
-
file
File- See Also:
-
sizeAtLeast
SizeAtLeast (in inches)- See Also:
-
-
Field Details
-
fileProperty
-
sizeAtLeastProperty
-
-
Constructor Details
-
Stylesheet
public Stylesheet()For FXML -
Stylesheet
- Parameters:
sizeAtLeast
- size in inchesfile
-
-
-
Method Details
-
fileProperty
File- Returns:
- the
file
property - See Also:
-
getFile
Gets the value of thefile
property.- Property description:
- File
- Returns:
- the value of the
file
property - See Also:
-
setFile
Sets the value of thefile
property.- Property description:
- File
- Parameters:
value
- the value for thefile
property- See Also:
-
withFile
-
sizeAtLeastProperty
SizeAtLeast (in inches)- Returns:
- the
sizeAtLeast
property - See Also:
-
getSizeAtLeast
Gets the value of thesizeAtLeast
property.- Property description:
- SizeAtLeast (in inches)
- Returns:
- the value of the
sizeAtLeast
property - See Also:
-
setSizeAtLeast
Sets the value of thesizeAtLeast
property.- Property description:
- SizeAtLeast (in inches)
- Parameters:
value
- the value for thesizeAtLeast
property- See Also:
-
withSizeAtLeast
-
describeSizeConstraints
-