Package | Description |
---|---|
jfxtras.scene.layout.responsivepane |
Modifier and Type | Method and Description |
---|---|
static Device |
Device.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Device[] |
Device.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ResponsivePane.addLayout(Device device,
Node root)
Convenience method for addLayout(Size, Node)
|
void |
ResponsivePane.addLayout(Device device,
Orientation orientation,
Node root)
Convenience method for addLayout(Size, Orientation, Node)
|
void |
ResponsivePane.addMyStylesheet(Device device,
String file)
Convenience method for addMyStylesheet(Size sizeAtLeast, String file)
|
void |
ResponsivePane.addSceneStylesheet(Device device,
String file)
Convenience method for addSceneStylesheet(Size sizeAtLeast, String file)
|
Size |
ResponsivePane.getDeviceSize(Device device)
Convienience method for getDeviceSize(device.toString())
|
void |
ResponsivePane.setDeviceSize(Device device,
Size size)
Convenience method for deviceSizes.put(device.toString(), size)
|