Package org.ghost4j.analyzer
Class FontAnalysisItem
java.lang.Object
org.ghost4j.analyzer.FontAnalysisItem
- All Implemented Interfaces:
Serializable
,AnalysisItem
Represents font analysis data (used by FontAnalyzer).
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean
Indicate is the font is embedded.private String
Font name.private static final long
Serial version UID.private boolean
Indicate is the embedded font is a subset or a fullset -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
boolean
boolean
isSubSet()
void
setEmbedded
(boolean embedded) void
void
setSubSet
(boolean subSet) toString()
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerial version UID.- See Also:
-
name
Font name. -
embedded
private boolean embeddedIndicate is the font is embedded. -
subSet
private boolean subSetIndicate is the embedded font is a subset or a fullset
-
-
Constructor Details
-
FontAnalysisItem
public FontAnalysisItem()
-
-
Method Details