java.lang.Object
org.jhotdraw8.fxcontrols.fontchooser.FontTypeface
FontTypeface.
- Author:
- Werner Randelshofer
-
Property Summary
Properties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Gets the value of thenameproperty.getStyle()Gets the value of thestyleproperty.booleanGets the value of theregularproperty.@NonNull javafx.beans.property.StringProperty@NonNull javafx.beans.property.BooleanPropertyvoidSets the value of thenameproperty.voidsetRegular(boolean value) Sets the value of theregularproperty.voidSets the value of thestyleproperty.@NonNull javafx.beans.property.StringPropertytoString()
-
Property Details
-
name
- See Also:
-
regular
- See Also:
-
style
- See Also:
-
-
Constructor Details
-
FontTypeface
public FontTypeface()
-
-
Method Details
-
getName
Gets the value of thenameproperty.- Property description:
- Returns:
- the value of the
nameproperty - See Also:
-
setName
Sets the value of thenameproperty.- Property description:
- Parameters:
value- the value for thenameproperty- See Also:
-
getStyle
Gets the value of thestyleproperty.- Property description:
- Returns:
- the value of the
styleproperty - See Also:
-
setStyle
Sets the value of thestyleproperty.- Property description:
- Parameters:
value- the value for thestyleproperty- See Also:
-
isRegular
public boolean isRegular()Gets the value of theregularproperty.- Property description:
- Returns:
- the value of the
regularproperty - See Also:
-
setRegular
public void setRegular(boolean value) Sets the value of theregularproperty.- Property description:
- Parameters:
value- the value for theregularproperty- See Also:
-
nameProperty
- Returns:
- the
nameproperty - See Also:
-
regularProperty
- Returns:
- the
regularproperty - See Also:
-
styleProperty
- Returns:
- the
styleproperty - See Also:
-
toString
-