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 TypeClassDescriptionclassstatic classclassFields in jfxtras.scene.layout.responsivepane declared as SizeFields in jfxtras.scene.layout.responsivepane with type parameters of type SizeModifier and TypeFieldDescriptionResponsivePane.deviceSizesprivate final javafx.beans.property.SimpleObjectProperty<Size> Layout.sizeAtLeastPropertyprivate final javafx.beans.property.SimpleObjectProperty<Size> Stylesheet.sizeAtLeastPropertyMethods 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 thesizeAtLeastproperty.Stylesheet.getSizeAtLeast()Gets the value of thesizeAtLeastproperty.static SizeMethods 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 TypeMethodDescriptionvoidConvenience method for getLayouts().add(new Layout(sizeAtLeast, root))voidResponsivePane.addLayout(Size sizeAtLeast, Orientation orientation, javafx.scene.Node root) Convenience method for getLayouts().add(new Layout(sizeAtLeast, orientation, root))voidResponsivePane.addMyStylesheet(Size sizeAtLeast, String file) Convenience method for getMyStylesheets().add(new Stylesheet(sizeAtLeast, file));voidResponsivePane.addSceneStylesheet(Size sizeAtLeast, String file) Convenience method for getSceneStylesheets().add(new Stylesheet(sizeAtLeast, file));voidResponsivePane.setDeviceSize(String device, Size size) Convenience method for deviceSizes.put(device, size)voidResponsivePane.setDeviceSize(Device device, Size size) Convenience method for deviceSizes.put(device.toString(), size)voidLayout.setSizeAtLeast(Size value) Sets the value of thesizeAtLeastproperty.voidStylesheet.setSizeAtLeast(Size value) Sets the value of thesizeAtLeastproperty.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)