Interface HasTextFillProperty
- All Known Implementing Classes:
Button
,ButtonBase
,Cell
,CheckBox
,Hyperlink
,Label
,Labeled
,RadioButton
,TitledPane
,ToggleButton
public interface HasTextFillProperty
- Author:
- Bruno Salmon
-
Property Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault Paint
Gets the value of thetextFill
property.default void
setTextFill
(Paint textFill) Sets the value of thetextFill
property.
-
Property Details
-
textFill
-
-
Method Details
-
textFillProperty
- Returns:
- the
textFill
property - See Also:
-
setTextFill
Sets the value of thetextFill
property.- Property description:
- Parameters:
textFill
- the value for thetextFill
property- See Also:
-
getTextFill
Gets the value of thetextFill
property.- Property description:
- Returns:
- the value of the
textFill
property - See Also:
-