Interface HasFontProperty
- All Known Implementing Classes:
Button
,ButtonBase
,Cell
,CheckBox
,DatePicker
,Hyperlink
,Label
,Labeled
,LabeledText
,PasswordField
,RadioButton
,Text
,TextArea
,TextField
,TextInputControl
,TitledPane
,ToggleButton
,ToolkitTextBox
public interface HasFontProperty
- Author:
- Bruno Salmon
-
Property Summary
-
Method Summary
-
Property Details
-
font
- See Also:
-
-
Method Details
-
fontProperty
- Returns:
- the
font
property - See Also:
-
setFont
Sets the value of thefont
property.- Property description:
- Parameters:
font
- the value for thefont
property- See Also:
-
getFont
Gets the value of thefont
property.- Property description:
- Returns:
- the value of the
font
property - See Also:
-