java.lang.Object
org.jhotdraw8.fxcontrols.fontchooser.FontFamily

public class FontFamily extends Object
FontFamily.
Author:
Werner Randelshofer
  • Property Details

  • Constructor Details

    • FontFamily

      public FontFamily()
  • Method Details

    • getTypefaces

      public javafx.collections.ObservableList<FontTypeface> getTypefaces()
    • getName

      public String getName()
      Gets the value of the name property.
      Property description:
      Returns:
      the value of the name property
      See Also:
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Property description:
      Parameters:
      value - the value for the name property
      See Also:
    • nameProperty

      public javafx.beans.property.StringProperty nameProperty()
      Returns:
      the name property
      See Also:
    • toString

      public String toString()
      Overrides:
      toString in class Object