Uses of Class
jfxtras.scene.layout.responsivepane.Size
Packages that use Size
-
Uses of Size in jfxtras.scene.layout.responsivepane
Subclasses of Size in jfxtras.scene.layout.responsivepaneModifier and TypeClassDescriptionclass
static class
class
Fields in jfxtras.scene.layout.responsivepane declared as SizeFields in jfxtras.scene.layout.responsivepane with type parameters of type SizeModifier and TypeFieldDescriptionResponsivePane.deviceSizes
private final javafx.beans.property.SimpleObjectProperty
<Size> Layout.sizeAtLeastProperty
private final javafx.beans.property.SimpleObjectProperty
<Size> Stylesheet.sizeAtLeastProperty
Methods in jfxtras.scene.layout.responsivepane that return SizeModifier and TypeMethodDescriptionResponsivePane.getDeviceSize
(String device) Convienience method for getDeviceSize(device)ResponsivePane.getDeviceSize
(Device device) Convienience method for getDeviceSize(device.toString())Layout.getSizeAtLeast()
Gets the value of thesizeAtLeast
property.Stylesheet.getSizeAtLeast()
Gets the value of thesizeAtLeast
property.static Size
Methods in jfxtras.scene.layout.responsivepane that return types with arguments of type SizeModifier and TypeMethodDescriptionResponsivePane.getDeviceSizes()
javafx.beans.property.ObjectProperty
<Size> Layout.sizeAtLeastProperty()
sizeAtLeastjavafx.beans.property.ObjectProperty
<Size> Stylesheet.sizeAtLeastProperty()
SizeAtLeast (in inches)Methods in jfxtras.scene.layout.responsivepane with parameters of type SizeModifier and TypeMethodDescriptionvoid
Convenience method for getLayouts().add(new Layout(sizeAtLeast, root))void
ResponsivePane.addLayout
(Size sizeAtLeast, Orientation orientation, javafx.scene.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
(String device, Size size) Convenience method for deviceSizes.put(device, size)void
ResponsivePane.setDeviceSize
(Device device, Size size) Convenience method for deviceSizes.put(device.toString(), size)void
Layout.setSizeAtLeast
(Size value) Sets the value of thesizeAtLeast
property.void
Stylesheet.setSizeAtLeast
(Size value) Sets the value of thesizeAtLeast
property.Layout.withSizeAtLeast
(Size value) Stylesheet.withSizeAtLeast
(Size value) Constructors in jfxtras.scene.layout.responsivepane with parameters of type SizeModifierConstructorDescriptionLayout
(Size sizeAtLeast, Orientation orientation, javafx.scene.Node root) Stylesheet
(Size sizeAtLeast, String file)