public interface Icon
extends javafx.css.Styleable
| Type | Property and Description |
|---|---|
javafx.beans.property.ObjectProperty<javafx.scene.paint.Paint> |
iconColor |
javafx.beans.property.IntegerProperty |
iconSize |
| Modifier and Type | Method and Description |
|---|---|
javafx.scene.paint.Paint |
getIconColor()
Gets the value of the property iconColor.
|
int |
getIconSize()
Gets the value of the property iconSize.
|
javafx.beans.property.ObjectProperty<javafx.scene.paint.Paint> |
iconColorProperty() |
javafx.beans.property.IntegerProperty |
iconSizeProperty() |
void |
setIconColor(javafx.scene.paint.Paint paint)
Sets the value of the property iconColor.
|
void |
setIconSize(int size)
Sets the value of the property iconSize.
|
javafx.beans.property.IntegerProperty iconSizeProperty
getIconSize(),
setIconSize(int)javafx.beans.property.ObjectProperty<javafx.scene.paint.Paint> iconColorProperty
getIconColor(),
setIconColor(Paint)javafx.beans.property.IntegerProperty iconSizeProperty()
getIconSize(),
setIconSize(int)javafx.beans.property.ObjectProperty<javafx.scene.paint.Paint> iconColorProperty()
getIconColor(),
setIconColor(Paint)void setIconSize(int size)
int getIconSize()
void setIconColor(javafx.scene.paint.Paint paint)
javafx.scene.paint.Paint getIconColor()