| Package | Description |
|---|---|
| org.sejda.sambox.pdmodel | |
| org.sejda.sambox.pdmodel.graphics.pattern |
| Modifier and Type | Method and Description |
|---|---|
PDExtendedGraphicsState |
PDResources.getExtGState(COSName name)
Returns the extended graphics state resource with the given name, or null if none exists.
|
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) |
| Modifier and Type | Method and Description |
|---|---|
COSName |
PDResources.add(PDExtendedGraphicsState extGState)
Adds the given extended graphics state to the resources of the current page and returns the name for the new
resources.
|
void |
PDPageContentStream.drawImage(PDFormXObject image,
Matrix matrix,
PDExtendedGraphicsState state) |
void |
PDPageContentStream.drawImage(PDImageXObject image,
Matrix matrix,
PDExtendedGraphicsState state)
Draw an image at the origin with the given transformation matrix.
|
void |
PDResources.put(COSName name,
PDExtendedGraphicsState extGState)
Sets the extended graphics state resource with the given name.
|
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 |
PDPageContentStream.setGraphicsStateParameters(PDExtendedGraphicsState state)
Set an extended graphics state.
|
| Modifier and Type | Method and Description |
|---|---|
PDExtendedGraphicsState |
PDShadingPattern.getExtendedGraphicsState()
This will get the external graphics state for this pattern.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDShadingPattern.setExtendedGraphicsState(PDExtendedGraphicsState extendedGraphicsState)
This will set the external graphics state for this pattern.
|
Copyright © 2020 sejda. All rights reserved.