Uses of Class
org.sejda.sambox.cos.COSObjectKey
Packages that use COSObjectKey
Package
Description
-
Uses of COSObjectKey in org.sejda.sambox.cos
Fields in org.sejda.sambox.cos declared as COSObjectKeyMethods in org.sejda.sambox.cos with parameters of type COSObjectKeyConstructors in org.sejda.sambox.cos with parameters of type COSObjectKeyModifierConstructorDescriptionIndirectCOSObjectIdentifier(COSObjectKey objectIdentifier, String ownerIdentifier) -
Uses of COSObjectKey in org.sejda.sambox.encryption
Methods in org.sejda.sambox.encryption with parameters of type COSObjectKeyModifier and TypeMethodDescriptionvoidGeneralEncryptionAlgorithm.setCurrentCOSObjectKey(COSObjectKey key) Sets the current object and generation numbers -
Uses of COSObjectKey in org.sejda.sambox.input
Methods in org.sejda.sambox.input that return COSObjectKey -
Uses of COSObjectKey in org.sejda.sambox.pdmodel
Methods in org.sejda.sambox.pdmodel that return COSObjectKeyMethods in org.sejda.sambox.pdmodel with parameters of type COSObjectKeyModifier and TypeMethodDescriptionDefaultResourceCache.getColorSpace(COSObjectKey key) ResourceCache.getColorSpace(COSObjectKey key) Returns the color space resource for the given key object, if it is in the cache.DefaultResourceCache.getExtGState(COSObjectKey key) ResourceCache.getExtGState(COSObjectKey key) Returns the external graphics state resource for the given key object, if it is in the cache.DefaultResourceCache.getFont(COSObjectKey key) ResourceCache.getFont(COSObjectKey key) Returns the font resource for the given key object, if it is in the cache.DefaultResourceCache.getPattern(COSObjectKey key) ResourceCache.getPattern(COSObjectKey key) Returns the pattern resource for the given key object, if it is in the cache.DefaultResourceCache.getProperties(COSObjectKey key) ResourceCache.getProperties(COSObjectKey key) Returns the property list resource for the given key object, if it is in the cache.DefaultResourceCache.getShading(COSObjectKey key) ResourceCache.getShading(COSObjectKey key) Returns the shading resource for the given key object, if it is in the cache.DefaultResourceCache.getXObject(COSObjectKey key) ResourceCache.getXObject(COSObjectKey key) Returns the XObject resource for the given key object, if it is in the cache.voidDefaultResourceCache.put(COSObjectKey key, PDPropertyList propertyList) voidDefaultResourceCache.put(COSObjectKey key, PDFont font) voidDefaultResourceCache.put(COSObjectKey key, PDColorSpace colorSpace) voidDefaultResourceCache.put(COSObjectKey key, PDAbstractPattern pattern) voidDefaultResourceCache.put(COSObjectKey key, PDXObject xobject) voidDefaultResourceCache.put(COSObjectKey key, PDShading shading) voidDefaultResourceCache.put(COSObjectKey key, PDExtendedGraphicsState extGState) voidResourceCache.put(COSObjectKey key, PDPropertyList propertyList) Puts the given key property list resource in the cache.voidResourceCache.put(COSObjectKey key, PDFont font) Puts the given key font resource in the cache.voidResourceCache.put(COSObjectKey key, PDColorSpace colorSpace) Puts the given key color space resource in the cache.voidResourceCache.put(COSObjectKey key, PDAbstractPattern pattern) Puts the given key pattern resource in the cache.voidResourceCache.put(COSObjectKey key, PDXObject xobject) Puts the given key XObject resource in the cache.voidResourceCache.put(COSObjectKey key, PDShading shading) Puts the given key shading resource in the cache.voidResourceCache.put(COSObjectKey key, PDExtendedGraphicsState extGState) Puts the given key extended graphics state resource in the cache. -
Uses of COSObjectKey in org.sejda.sambox.util
Methods in org.sejda.sambox.util with parameters of type COSObjectKey -
Uses of COSObjectKey in org.sejda.sambox.xref
Methods in org.sejda.sambox.xref that return COSObjectKeyMethods in org.sejda.sambox.xref with parameters of type COSObjectKeyModifier and TypeMethodDescriptionbooleanXref.contains(COSObjectKey objectKey) Xref.get(COSObjectKey objectKey)