PDF Clown
0.1.2

Uses of Class
org.pdfclown.documents.contents.ExtGState

Packages that use ExtGState
org.pdfclown.documents.contents Types used to define the graphical appearance of PDF contents [PDF:1.6:3.7]. 
org.pdfclown.documents.contents.colorSpaces Color space types used to specify the colors of graphics objects inside content streams [PDF:1.6:4.5]. 
org.pdfclown.documents.contents.composition Typographic composition. 
org.pdfclown.documents.contents.objects Content stream instructions [PDF:1.6:3.7.1]. 
 

Uses of ExtGState in org.pdfclown.documents.contents
 

Methods in org.pdfclown.documents.contents that return ExtGState
 ExtGState ExtGState.clone(Document context)
           
static ExtGState ExtGState.wrap(PdfDirectObject baseObject)
          Wraps the specified base object into a graphics state parameter dictionary object.
protected  ExtGState ExtGStateResources.wrap(PdfDirectObject baseObject)
           
 

Uses of ExtGState in org.pdfclown.documents.contents.colorSpaces
 

Methods in org.pdfclown.documents.contents.colorSpaces that return ExtGState
 ExtGState ShadingPattern.getExtGState()
          Gets the graphics state parameters to be put into effect temporarily while the shading pattern is painted.
 

Uses of ExtGState in org.pdfclown.documents.contents.composition
 

Methods in org.pdfclown.documents.contents.composition with parameters of type ExtGState
 void PrimitiveComposer.applyState(ExtGState state)
          Applies the specified state parameters [PDF:1.6:4.3.4].
 

Uses of ExtGState in org.pdfclown.documents.contents.objects
 

Methods in org.pdfclown.documents.contents.objects that return ExtGState
 ExtGState ApplyExtGState.getExtGState(IContentContext context)
          Gets the graphics state parameters resource to be set.
 ExtGState ApplyExtGState.getResource(IContentContext context)
           
 


PDF Clown
0.1.2

Project home page

Copyright © 2006-2013 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.