Class GlyphDetail
java.lang.Object
org.apache.pdfbox.preflight.font.util.GlyphDetail
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
code
private final int code -
exception
-
-
Constructor Details
-
GlyphDetail
public GlyphDetail(int code) - Parameters:
code
- character code
-
GlyphDetail
- Parameters:
code
- character codeerror
- glyph exception
-
-
Method Details
-
throwExceptionIfNotValid
- Throws:
GlyphException
-
getCode
public int getCode()Returns the character code.
-