Class FontProxy

  • All Implemented Interfaces:
    java.io.Serializable

    public final class FontProxy
    extends java.lang.Object
    implements java.io.Serializable
    FontProxy provides the class used for storing a FontDescription and a Font together in a database for retrieval. This is the standard way that CAFE databases will store fonts.
    See Also:
    Serialized Form
    • Method Detail

      • getFont

        public Font getFont()
        Returns:
        the Font
      • getFontDescription

        public FontDescription getFontDescription()
        Returns:
        the FontDescription
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object