-
- All Superinterfaces:
javafx.css.Styleable
- All Known Implementing Classes:
FontIcon,StackedFontIcon
public interface Icon extends javafx.css.Styleable- Author:
- Andres Almiray
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javafx.scene.paint.PaintgetIconColor()Gets the value of the property iconColor.intgetIconSize()Gets the value of the property iconSize.javafx.beans.property.ObjectProperty<javafx.scene.paint.Paint>iconColorProperty()javafx.beans.property.IntegerPropertyiconSizeProperty()voidsetIconColor(javafx.scene.paint.Paint paint)Sets the value of the property iconColor.voidsetIconSize(int size)Sets the value of the property iconSize.
-
-
-
Property Detail
-
iconSize
javafx.beans.property.IntegerProperty iconSizeProperty
- See Also:
getIconSize(),setIconSize(int)
-
iconColor
javafx.beans.property.ObjectProperty<javafx.scene.paint.Paint> iconColorProperty
- See Also:
getIconColor(),setIconColor(Paint)
-
-
Method Detail
-
iconSizeProperty
javafx.beans.property.IntegerProperty iconSizeProperty()
- See Also:
getIconSize(),setIconSize(int)
-
iconColorProperty
javafx.beans.property.ObjectProperty<javafx.scene.paint.Paint> iconColorProperty()
- See Also:
getIconColor(),setIconColor(Paint)
-
setIconSize
void setIconSize(int size)
Sets the value of the property iconSize.- Property description:
-
getIconSize
int getIconSize()
Gets the value of the property iconSize.- Property description:
-
setIconColor
void setIconColor(javafx.scene.paint.Paint paint)
Sets the value of the property iconColor.- Property description:
-
getIconColor
javafx.scene.paint.Paint getIconColor()
Gets the value of the property iconColor.- Property description:
-
-