Class FontDescription

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    CatalogDescription, CSS20FontDescription, FXGFontDescription, PlatformFontDescription, PostscriptFontDescription

    public abstract class FontDescription
    extends java.lang.Object
    implements java.io.Serializable
    This class is the base class used for any description of a font. These descriptions are the way that a font can be represented in certain systems such CSS.

    Synchronization

    Concrete sub-classes of this class are immutable after construction and contain no mutable static data. It is therefore threadsafe.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      FontDescription()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FontDescription

        public FontDescription()