-
- All Superinterfaces:
Styleable
- All Known Implementing Classes:
FontIcon,StackedFontIcon
public interface Icon extends Styleable
- Author:
- Andres Almiray
-
-
Property Summary
Properties Type Property Description ObjectProperty<Paint>iconColorIntegerPropertyiconSize
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PaintgetIconColor()Gets the value of the property iconColor.intgetIconSize()Gets the value of the property iconSize.ObjectProperty<Paint>iconColorProperty()IntegerPropertyiconSizeProperty()voidsetIconColor(Paint paint)Sets the value of the property iconColor.voidsetIconSize(int size)Sets the value of the property iconSize.-
Methods inherited from interface javafx.css.Styleable
getCssMetaData, getId, getPseudoClassStates, getStyle, getStyleableNode, getStyleableParent, getStyleClass, getTypeSelector
-
-
-
-
Property Detail
-
iconSize
IntegerProperty iconSizeProperty
- See Also:
getIconSize(),setIconSize(int)
-
iconColor
ObjectProperty<Paint> iconColorProperty
- See Also:
getIconColor(),setIconColor(Paint)
-
-
Method Detail
-
iconSizeProperty
IntegerProperty iconSizeProperty()
- See Also:
getIconSize(),setIconSize(int)
-
iconColorProperty
ObjectProperty<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(Paint paint)
Sets the value of the property iconColor.- Property description:
-
getIconColor
Paint getIconColor()
Gets the value of the property iconColor.- Property description:
-
-