Package | Description |
---|---|
jfxtras.scene.layout.responsivepane |
Modifier and Type | Class and Description |
---|---|
class |
Diagonal |
static class |
Size.DeviceSizePlaceHolder |
class |
Width |
Modifier and Type | Method and Description |
---|---|
Size |
ResponsivePane.getDeviceSize(Device device)
Convienience method for getDeviceSize(device.toString())
|
Size |
ResponsivePane.getDeviceSize(String device)
Convienience method for getDeviceSize(device)
|
Size |
Layout.getSizeAtLeast() |
Size |
Stylesheet.getSizeAtLeast() |
static Size |
Size.valueOf(String s) |
Modifier and Type | Method and Description |
---|---|
ObservableMap<String,Size> |
ResponsivePane.getDeviceSizes() |
ObjectProperty<Size> |
Layout.sizeAtLeastProperty()
sizeAtLeast
|
ObjectProperty<Size> |
Stylesheet.sizeAtLeastProperty()
SizeAtLeast (in inches)
|
Modifier and Type | Method and Description |
---|---|
void |
ResponsivePane.addLayout(Size sizeAtLeast,
Node root)
Convenience method for getLayouts().add(new Layout(sizeAtLeast, root))
|
void |
ResponsivePane.addLayout(Size sizeAtLeast,
Orientation orientation,
Node root)
Convenience method for getLayouts().add(new Layout(sizeAtLeast, orientation, root))
|
void |
ResponsivePane.addMyStylesheet(Size sizeAtLeast,
String file)
Convenience method for getMyStylesheets().add(new Stylesheet(sizeAtLeast, file));
|
void |
ResponsivePane.addSceneStylesheet(Size sizeAtLeast,
String file)
Convenience method for getSceneStylesheets().add(new Stylesheet(sizeAtLeast, file));
|
void |
ResponsivePane.setDeviceSize(Device device,
Size size)
Convenience method for deviceSizes.put(device.toString(), size)
|
void |
ResponsivePane.setDeviceSize(String device,
Size size)
Convenience method for deviceSizes.put(device, size)
|
void |
Layout.setSizeAtLeast(Size value) |
void |
Stylesheet.setSizeAtLeast(Size value) |
Layout |
Layout.withSizeAtLeast(Size value) |
Stylesheet |
Stylesheet.withSizeAtLeast(Size value) |
Constructor and Description |
---|
Layout(Size sizeAtLeast,
Node root) |
Layout(Size sizeAtLeast,
Orientation orientation,
Node root) |
Stylesheet(Size sizeAtLeast,
String file) |