Class Stylesheet
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 thefileproperty.Gets the value of thesizeAtLeastproperty.voidSets the value of thefileproperty.voidsetSizeAtLeast(Size value) Sets the value of thesizeAtLeastproperty.javafx.beans.property.ObjectProperty<Size> SizeAtLeast (in inches)withSizeAtLeast(Size value)
-
Property Details
-
file
-
sizeAtLeast
SizeAtLeast (in inches)- See Also:
-
-
Field Details
-
fileProperty
-
sizeAtLeastProperty
-
-
Constructor Details
-
Stylesheet
public Stylesheet()For FXML -
Stylesheet
-
-
Method Details
-
fileProperty
File- Returns:
- the
fileproperty - See Also:
-
getFile
Gets the value of thefileproperty.- Property description:
- File
- Returns:
- the value of the
fileproperty - See Also:
-
setFile
Sets the value of thefileproperty.- Property description:
- File
- Parameters:
value- the value for thefileproperty- See Also:
-
withFile
-
sizeAtLeastProperty
SizeAtLeast (in inches)- Returns:
- the
sizeAtLeastproperty - See Also:
-
getSizeAtLeast
Gets the value of thesizeAtLeastproperty.- Property description:
- SizeAtLeast (in inches)
- Returns:
- the value of the
sizeAtLeastproperty - See Also:
-
setSizeAtLeast
Sets the value of thesizeAtLeastproperty.- Property description:
- SizeAtLeast (in inches)
- Parameters:
value- the value for thesizeAtLeastproperty- See Also:
-
withSizeAtLeast
-
describeSizeConstraints
-