public interface IconFactory
| Modifier and Type | Method | Description |
|---|---|---|
static javafx.scene.Node |
icon(java.lang.String icon,
javafx.scene.paint.Paint paint) |
|
static javafx.scene.Node |
icon(java.lang.String icon,
javafx.scene.paint.Paint paint,
int size) |
|
static javafx.scene.Node |
icon(java.util.logging.Level level) |
|
static javafx.scene.Node |
icon(java.util.logging.Level level,
int size) |
static javafx.scene.Node icon(java.util.logging.Level level)
static javafx.scene.Node icon(java.util.logging.Level level,
int size)
static javafx.scene.Node icon(@PropertyKey(resourceBundle="fonts.meta")
java.lang.String icon,
javafx.scene.paint.Paint paint,
int size)
static javafx.scene.Node icon(@PropertyKey(resourceBundle="fonts.meta")
java.lang.String icon,
javafx.scene.paint.Paint paint)
Copyright © 2012–2018 MARID software development group. All rights reserved.