public final class FXPlatform
extends java.lang.Object
| Constructor and Description |
|---|
FXPlatform() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Collection<javafx.scene.image.Image> |
stageIcons(java.util.Collection<javafx.scene.image.Image> icons)
Filter stage icons according to platform preference.
|
static javafx.scene.image.Image[] |
stageIcons(javafx.scene.image.Image... icons)
Filter stage icons according to platform preference.
|
public static javafx.scene.image.Image[] stageIcons(javafx.scene.image.Image... icons)
icons - The available icons.public static java.util.Collection<javafx.scene.image.Image> stageIcons(java.util.Collection<javafx.scene.image.Image> icons)
icons - The available icons.