Interface Icon

  • All Superinterfaces:
    javafx.css.Styleable
    All Known Implementing Classes:
    FontIcon, StackedFontIcon

    public interface Icon
    extends javafx.css.Styleable
    Author:
    Andres Almiray
    • Property Summary

      Properties 
      Type Property Description
      javafx.beans.property.ObjectProperty<javafx.scene.paint.Paint> iconColor  
      javafx.beans.property.IntegerProperty iconSize  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
      • Methods inherited from interface javafx.css.Styleable

        getCssMetaData, getId, getPseudoClassStates, getStyle, getStyleableNode, getStyleableParent, getStyleClass, getTypeSelector
    • Method Detail

      • 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: