Package | Description |
---|---|
org.apache.pdfbox.pdmodel |
The PDModel package represents a high level API for creating and manipulating PDF documents.
|
org.apache.pdfbox.pdmodel.graphics.pattern |
This package deals with patterns which are used instead of colors.
|
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(COSObject indirect)
Returns the extended graphics state resource for the given indirect object, if it is in the cache.
|
PDExtendedGraphicsState |
DefaultResourceCache.getExtGState(COSObject indirect) |
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 |
PDResources.put(COSName name,
PDExtendedGraphicsState extGState)
Sets the extended graphics state resource with the given name.
|
void |
ResourceCache.put(COSObject indirect,
PDExtendedGraphicsState extGState)
Puts the given indirect extended graphics state resource in the cache.
|
void |
DefaultResourceCache.put(COSObject indirect,
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 © 2002–2018 The Apache Software Foundation. All rights reserved.