public abstract class FontValidator<T extends FontContainer> extends Object
| Modifier and Type | Field and Description | 
|---|---|
| protected PreflightContext | context | 
| protected FontDescriptorHelper<T> | descriptorHelper | 
| protected T | fontContainer | 
| Constructor and Description | 
|---|
| FontValidator(PreflightContext context,
             COSDictionary dict,
             T fContainer) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | checkEncoding() | 
| protected void | checkToUnicode() | 
| T | getFontContainer() | 
| abstract void | validate() | 
protected T extends FontContainer fontContainer
protected PreflightContext context
protected FontDescriptorHelper<T extends FontContainer> descriptorHelper
public FontValidator(PreflightContext context, COSDictionary dict, T fContainer)
public abstract void validate()
                       throws ValidationException
ValidationExceptionprotected void checkEncoding()
protected void checkToUnicode()
public T getFontContainer()
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.