Class FontProxy
- java.lang.Object
-
- com.adobe.fontengine.fontmanagement.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 aFontDescription
and aFont
together in a database for retrieval. This is the standard way that CAFE databases will store fonts.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FontProxy(FontDescription fontDesc, Font font)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
Font
getFont()
FontDescription
getFontDescription()
int
hashCode()
java.lang.String
toString()
-
-
-
Constructor Detail
-
FontProxy
public FontProxy(FontDescription fontDesc, Font font)
-
-
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 classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-