public class StaticContainers extends Object
| Modifier and Type | Field and Description |
|---|---|
static Map<String,PDColorSpace> |
cachedColorSpaces |
static Map<String,PDFont> |
cachedFonts |
static Map<String,Glyph> |
cachedGlyphs |
static Set<COSKey> |
fileSpecificationKeys |
static List<String> |
inconsistentSeparations |
static TaggedPDFRoleMapHelper |
roleMapHelper |
static Map<String,List<GFPDSeparation>> |
separations |
static Stack<COSKey> |
transparencyVisitedContentStreams |
static boolean |
validPDF |
| Constructor and Description |
|---|
StaticContainers() |
| Modifier and Type | Method and Description |
|---|---|
static void |
clearAllContainers() |
static PDDocument |
getDocument() |
static PDFAFlavour |
getFlavour() |
static TaggedPDFRoleMapHelper |
getRoleMapHelper() |
static void |
setDocument(PDDocument document) |
static void |
setFlavour(PDFAFlavour flavour) |
static void |
setRoleMapHelper(Map<ASAtom,ASAtom> roleMap) |
public static TaggedPDFRoleMapHelper roleMapHelper
public static Map<String,List<GFPDSeparation>> separations
public static Set<COSKey> fileSpecificationKeys
public static Stack<COSKey> transparencyVisitedContentStreams
public static boolean validPDF
public static void clearAllContainers()
public static PDDocument getDocument()
public static void setDocument(PDDocument document)
public static PDFAFlavour getFlavour()
public static void setFlavour(PDFAFlavour flavour)
public static TaggedPDFRoleMapHelper getRoleMapHelper()
public static void setRoleMapHelper(Map<ASAtom,ASAtom> roleMap)
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.