|
intarsys PDF library API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PDExtGState | |
---|---|
de.intarsys.pdf.content | The "content" package contains functionality to work on PDF content streams. |
de.intarsys.pdf.content.common | Some common implementations on PDF content stream. |
de.intarsys.pdf.pd | The higher level building blocks of a PDF document. |
Uses of PDExtGState in de.intarsys.pdf.content |
---|
Methods in de.intarsys.pdf.content with parameters of type PDExtGState | |
---|---|
void |
ICSDevice.setExtendedState(COSName resourceName,
PDExtGState gstate)
Set the dictionary as the new graphic state, creating a new PDResources entry if needed. |
void |
CSDeviceAdapter.setExtendedState(COSName name,
PDExtGState gstate)
|
void |
GraphicsState.setExtendedState(PDExtGState gstate)
|
Uses of PDExtGState in de.intarsys.pdf.content.common |
---|
Methods in de.intarsys.pdf.content.common with parameters of type PDExtGState | |
---|---|
void |
CSCreator.setExtendedState(COSName name,
PDExtGState gstate)
|
Uses of PDExtGState in de.intarsys.pdf.pd |
---|
Methods in de.intarsys.pdf.pd that return PDExtGState | |
---|---|
PDExtGState |
PDResources.getExtGStateResource(COSName name)
Return a named ExtGState resource from the resource dictionary. |
Methods in de.intarsys.pdf.pd with parameters of type PDExtGState | |
---|---|
void |
PDResources.addExtGStateResource(COSName name,
PDExtGState extGState)
|
COSName |
PDResources.createExtGStateResource(PDExtGState gstate)
Return the name of a ExtGState resource within the resource dictionary. |
|
intarsys PDF library API | |||||||||
PREV NEXT | FRAMES NO FRAMES |