Klasse FxFontEmbedded

java.lang.Object
com.dua3.utility.text.Font
com.dua3.utility.fx.FxFontEmbedded

public final class FxFontEmbedded extends com.dua3.utility.text.Font
This class represents an embedded font in JavaFX.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    boolean
    equals(@Nullable Object obj)
     
    Retrieves the JavaFX Font associated with this FxFontEmbedded.
    int
     

    Von Klasse geerbte Methoden com.dua3.utility.text.Font

    delta, fontspec, getAscent, getColor, getCssStyle, getDescent, getFamily, getFontData, getHeight, getSizeInPoints, getSpaceWidth, isBold, isItalic, isStrikeThrough, isUnderline, scaled, similar, toFontDef, toString, withBold, withColor, withFamily, withItalic, withSize, withStrikeThrough, withUnderline

    Von Klasse geerbte Methoden java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Methodendetails

    • fxFont

      public Font fxFont()
      Retrieves the JavaFX Font associated with this FxFontEmbedded.
      Gibt zurück:
      The JavaFX Font.
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse com.dua3.utility.text.Font
    • equals

      public boolean equals(@Nullable Object obj)
      Setzt außer Kraft:
      equals in Klasse com.dua3.utility.text.Font