Package | Description |
---|---|
org.apache.fop.pdf |
Classes for handling the low-level creation of PDF documents.
|
Modifier and Type | Field and Description |
---|---|
static PDFGState |
PDFGState.DEFAULT
Default GState object
|
Modifier and Type | Method and Description |
---|---|
protected PDFGState |
PDFDocument.findGState(PDFGState wanted,
PDFGState current)
Looks for an existing GState to use
|
PDFGState |
PDFPaintingState.getGState()
Get the graphics state.
|
PDFGState |
PDFFactory.makeGState(Map settings,
PDFGState current)
make an ExtGState for extra graphics options
This tries to find a GState that will setup the correct values
for the current context.
|
Modifier and Type | Method and Description |
---|---|
Set<PDFGState> |
PDFResourceContext.getGStates() |
Modifier and Type | Method and Description |
---|---|
void |
PDFResourceContext.addGState(PDFGState gstate)
A a GState to this resource context.
|
void |
PDFGState.addValues(PDFGState state)
Adds all values from another GState object to this one.
|
protected PDFGState |
PDFDocument.findGState(PDFGState wanted,
PDFGState current)
Looks for an existing GState to use
|
PDFGState |
PDFFactory.makeGState(Map settings,
PDFGState current)
make an ExtGState for extra graphics options
This tries to find a GState that will setup the correct values
for the current context.
|
Copyright © 2025 Apache Software Foundation. All rights reserved.