Uses of Enum Class
com.oorian.fontawesome.FaIcon.IconStyle
-
Uses of FaIcon.IconStyle in com.oorian.fontawesome
Fields in com.oorian.fontawesome declared as FaIcon.IconStyleModifier and TypeFieldDescriptionstatic final FaIcon.IconStyleFaIcon.BRANDSstatic final FaIcon.IconStyleFaIcon.DUAL_SOLIDDeprecated.static final FaIcon.IconStyleFaIcon.DUOTONE_LIGHTstatic final FaIcon.IconStyleFaIcon.DUOTONE_REGULARstatic final FaIcon.IconStyleFaIcon.DUOTONE_SOLIDstatic final FaIcon.IconStyleFaIcon.DUOTONE_THINstatic final FaIcon.IconStyleFaIcon.LIGHTstatic final FaIcon.IconStyleFaIcon.REGULARstatic final FaIcon.IconStyleFaIcon.SHARP_DUOTONE_LIGHTstatic final FaIcon.IconStyleFaIcon.SHARP_DUOTONE_REGULARstatic final FaIcon.IconStyleFaIcon.SHARP_DUOTONE_SOLIDstatic final FaIcon.IconStyleFaIcon.SHARP_DUOTONE_THINstatic final FaIcon.IconStyleFaIcon.SHARP_LIGHTstatic final FaIcon.IconStyleFaIcon.SHARP_REGULARstatic final FaIcon.IconStyleFaIcon.SHARP_SOLIDstatic final FaIcon.IconStyleFaIcon.SHARP_THINstatic final FaIcon.IconStyleFaIcon.SOLIDstatic final FaIcon.IconStyleFaIcon.THINMethods in com.oorian.fontawesome that return FaIcon.IconStyleModifier and TypeMethodDescriptionstatic FaIcon.IconStyleReturns the enum constant of this class with the specified name.static FaIcon.IconStyle[]FaIcon.IconStyle.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.oorian.fontawesome with parameters of type FaIcon.IconStyleModifierConstructorDescriptionFaIcon(FaIcon.IconStyle style, String iconName) Creates a FontAwesome icon with the specified style and icon name.FaIcon(FaIcon.IconStyle style, String iconName, float fontSize) Creates a FontAwesome icon with the specified style, icon name, and font size.FaIcon(FaIcon.IconStyle style, String iconName, float fontSize, com.oorian.css.color.Color color) Creates a FontAwesome icon with the specified style, icon name, font size, and color.FaIcon(FaIcon.IconStyle style, String iconName, com.oorian.css.color.Color color) Creates a FontAwesome icon with the specified style, icon name, and color.