| Package | Description |
|---|---|
| org.sejda.sambox.cos | |
| org.sejda.sambox.encryption | |
| org.sejda.sambox.input | |
| org.sejda.sambox.pdmodel | |
| org.sejda.sambox.xref |
| Modifier and Type | Field and Description |
|---|---|
COSObjectKey |
IndirectCOSObjectIdentifier.objectIdentifier |
| Modifier and Type | Method and Description |
|---|---|
int |
COSObjectKey.compareTo(COSObjectKey other) |
| Constructor and Description |
|---|
IndirectCOSObjectIdentifier(COSObjectKey objectIdentifier,
String ownerIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneralEncryptionAlgorithm.setCurrentCOSObjectKey(COSObjectKey key)
Sets the current object and generation numbers
|
| Modifier and Type | Method and Description |
|---|---|
COSObjectKey |
IncrementablePDDocument.highestExistingReference() |
| Modifier and Type | Method and Description |
|---|---|
COSObjectKey |
PDResources.getIndirectKey(COSName kind,
COSName name)
Returns the resource with the given name and kind as an indirect object, or null.
|
| Modifier and Type | Method and Description |
|---|---|
PDColorSpace |
ResourceCache.getColorSpace(COSObjectKey key)
Returns the color space resource for the given key object, if it is in the cache.
|
PDColorSpace |
DefaultResourceCache.getColorSpace(COSObjectKey key) |
PDExtendedGraphicsState |
ResourceCache.getExtGState(COSObjectKey key)
Returns the external graphics state resource for the given key object, if it is in the cache.
|
PDExtendedGraphicsState |
DefaultResourceCache.getExtGState(COSObjectKey key) |
PDFont |
ResourceCache.getFont(COSObjectKey key)
Returns the font resource for the given key object, if it is in the cache.
|
PDFont |
DefaultResourceCache.getFont(COSObjectKey key) |
PDAbstractPattern |
ResourceCache.getPattern(COSObjectKey key)
Returns the pattern resource for the given key object, if it is in the cache.
|
PDAbstractPattern |
DefaultResourceCache.getPattern(COSObjectKey key) |
PDPropertyList |
ResourceCache.getProperties(COSObjectKey key)
Returns the property list resource for the given key object, if it is in the cache.
|
PDPropertyList |
DefaultResourceCache.getProperties(COSObjectKey key) |
PDShading |
ResourceCache.getShading(COSObjectKey key)
Returns the shading resource for the given key object, if it is in the cache.
|
PDShading |
DefaultResourceCache.getShading(COSObjectKey key) |
PDXObject |
ResourceCache.getXObject(COSObjectKey key)
Returns the XObject resource for the given key object, if it is in the cache.
|
PDXObject |
DefaultResourceCache.getXObject(COSObjectKey key) |
void |
ResourceCache.put(COSObjectKey key,
PDAbstractPattern pattern)
Puts the given key pattern resource in the cache.
|
void |
DefaultResourceCache.put(COSObjectKey key,
PDAbstractPattern pattern) |
void |
ResourceCache.put(COSObjectKey key,
PDColorSpace colorSpace)
Puts the given key color space resource in the cache.
|
void |
DefaultResourceCache.put(COSObjectKey key,
PDColorSpace colorSpace) |
void |
ResourceCache.put(COSObjectKey key,
PDExtendedGraphicsState extGState)
Puts the given key extended graphics state resource in the cache.
|
void |
DefaultResourceCache.put(COSObjectKey key,
PDExtendedGraphicsState extGState) |
void |
ResourceCache.put(COSObjectKey key,
PDFont font)
Puts the given key font resource in the cache.
|
void |
DefaultResourceCache.put(COSObjectKey key,
PDFont font) |
void |
ResourceCache.put(COSObjectKey key,
PDPropertyList propertyList)
Puts the given key property list resource in the cache.
|
void |
DefaultResourceCache.put(COSObjectKey key,
PDPropertyList propertyList) |
void |
ResourceCache.put(COSObjectKey key,
PDShading shading)
Puts the given key shading resource in the cache.
|
void |
DefaultResourceCache.put(COSObjectKey key,
PDShading shading) |
void |
ResourceCache.put(COSObjectKey key,
PDXObject xobject)
Puts the given key XObject resource in the cache.
|
void |
DefaultResourceCache.put(COSObjectKey key,
PDXObject xobject) |
| Modifier and Type | Method and Description |
|---|---|
COSObjectKey |
Xref.highestKey() |
COSObjectKey |
XrefEntry.key() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Xref.contains(COSObjectKey objectKey) |
XrefEntry |
Xref.get(COSObjectKey objectKey) |
Copyright © 2020 sejda. All rights reserved.