| 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.
|
| org.verapdf.features.pb | |
| org.verapdf.features.pb.objects | |
| org.verapdf.model.factory.operator | |
| org.verapdf.model.impl.pb.operator.generalgs | |
| org.verapdf.model.impl.pb.pd | |
| org.verapdf.model.tools.resources |
| 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.
|
| 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 |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static ExtGStateFeaturesObject |
PBFeaturesObjectCreator.createExtGStateFeaturesObject(PDExtendedGraphicsState exGState,
String id,
String fontChildID)
Creates new PBExtGStateFeaturesObjectAdapter
|
| Constructor and Description |
|---|
PBExtGStateFeaturesObjectAdapter(PDExtendedGraphicsState exGState,
String id,
String fontChildID)
Constructs new extended graphics state feature object adapter
|
| Modifier and Type | Method and Description |
|---|---|
void |
GraphicState.copyPropertiesFromExtGState(PDExtendedGraphicsState extGState)
Set font to current state from extended graphic state
|
| Constructor and Description |
|---|
PBOp_gs(List<COSBase> arguments,
PDExtendedGraphicsState extGState,
PDDocument document,
PDFAFlavour flavour) |
| Constructor and Description |
|---|
PBoxPDExtGState(PDExtendedGraphicsState state,
PDDocument document,
PDFAFlavour flavour) |
| Modifier and Type | Method and Description |
|---|---|
PDExtendedGraphicsState |
PDInheritableResources.getExtGState(COSName name) |
Copyright © 2015–2019 The veraPDF Consortium. All rights reserved.