@DefaultProperty(value="file") public class Stylesheet extends Object
Type | Property and Description |
---|---|
ObjectProperty<String> |
file
File
|
ObjectProperty<Size> |
sizeAtLeast
SizeAtLeast (in inches)
|
Constructor and Description |
---|
Stylesheet()
For FXML
|
Stylesheet(Size sizeAtLeast,
String file) |
Modifier and Type | Method and Description |
---|---|
String |
describeSizeConstraints() |
ObjectProperty<String> |
fileProperty()
File
|
String |
getFile() |
Size |
getSizeAtLeast() |
void |
setFile(String value) |
void |
setSizeAtLeast(Size value) |
ObjectProperty<Size> |
sizeAtLeastProperty()
SizeAtLeast (in inches)
|
Stylesheet |
withFile(String value) |
Stylesheet |
withSizeAtLeast(Size value) |
public ObjectProperty<String> fileProperty
File
getFile()
,
setFile(String)
public ObjectProperty<Size> sizeAtLeastProperty
SizeAtLeast (in inches)
getSizeAtLeast()
,
setSizeAtLeast(Size)
public ObjectProperty<String> fileProperty()
File
getFile()
,
setFile(String)
public String getFile()
public void setFile(String value)
public Stylesheet withFile(String value)
public ObjectProperty<Size> sizeAtLeastProperty()
SizeAtLeast (in inches)
getSizeAtLeast()
,
setSizeAtLeast(Size)
public Size getSizeAtLeast()
public void setSizeAtLeast(Size value)
public Stylesheet withSizeAtLeast(Size value)
public String describeSizeConstraints()