PDF Clown
0.1.2

Uses of Interface
org.pdfclown.documents.contents.IContentContext

Packages that use IContentContext
org.pdfclown.documents Document-level objects [PDF:1.6:3.6]. 
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]. 
org.pdfclown.documents.contents.xObjects External content objects that are able to be referenced from content stream objects [PDF:1.6:4.7]. 
org.pdfclown.tools Specialized tools for performing common operations on PDF files. 
 

Uses of IContentContext in org.pdfclown.documents
 

Classes in org.pdfclown.documents that implement IContentContext
 class Page
          Document page [PDF:1.6:3.6.2].
 

Uses of IContentContext in org.pdfclown.documents.contents
 

Methods in org.pdfclown.documents.contents that return IContentContext
 IContentContext ContentScanner.getContentContext()
          Gets the content context associated to the content objects collection.
 IContentContext Contents.getContentContext()
           
 

Methods in org.pdfclown.documents.contents with parameters of type IContentContext
static Contents Contents.wrap(PdfDirectObject baseObject, IContentContext contentContext)
           
 

Constructors in org.pdfclown.documents.contents with parameters of type IContentContext
ContentScanner(IContentContext contentContext)
          Instantiates a top-level content scanner.
 

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

Methods in org.pdfclown.documents.contents.colorSpaces with parameters of type IContentContext
abstract  Color<?> ColorSpace.getColor(List<PdfDirectObject> components, IContentContext context)
          Gets the color value corresponding to the specified components interpreted according to this color space [PDF:1.6:4.5.1].
 DeviceRGBColor DeviceRGBColorSpace.getColor(List<PdfDirectObject> components, IContentContext context)
           
 CalGrayColor CalGrayColorSpace.getColor(List<PdfDirectObject> components, IContentContext context)
           
 LabColor LabColorSpace.getColor(List<PdfDirectObject> components, IContentContext context)
           
 DeviceCMYKColor DeviceCMYKColorSpace.getColor(List<PdfDirectObject> components, IContentContext context)
           
 Color<?> ICCBasedColorSpace.getColor(List<PdfDirectObject> components, IContentContext context)
           
 DeviceGrayColor DeviceGrayColorSpace.getColor(List<PdfDirectObject> components, IContentContext context)
           
 CalRGBColor CalRGBColorSpace.getColor(List<PdfDirectObject> components, IContentContext context)
           
 SeparationColor SeparationColorSpace.getColor(List<PdfDirectObject> components, IContentContext context)
           
 DeviceNColor DeviceNColorSpace.getColor(List<PdfDirectObject> components, IContentContext context)
           
 Color<?> PatternColorSpace.getColor(List<PdfDirectObject> components, IContentContext context)
           
 IndexedColor IndexedColorSpace.getColor(List<PdfDirectObject> components, IContentContext context)
           
 

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

Constructors in org.pdfclown.documents.contents.composition with parameters of type IContentContext
PrimitiveComposer(IContentContext context)
           
 

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

Methods in org.pdfclown.documents.contents.objects with parameters of type IContentContext
 ColorSpace<?> SetStrokeColorSpace.getColorSpace(IContentContext context)
          Gets the color space resource to be set.
 ColorSpace<?> SetFillColorSpace.getColorSpace(IContentContext context)
          Gets the color space resource to be set.
 ExtGState ApplyExtGState.getExtGState(IContentContext context)
          Gets the graphics state parameters resource to be set.
 Font SetFont.getFont(IContentContext context)
          Gets the font resource to be set.
 PropertyList ContentMarker.getProperties(IContentContext context)
          Gets the private information meaningful to the program (application or plugin extension) creating the marked content.
 XObject XObject.getResource(IContentContext context)
           
 Shading<?> Shading.getResource(IContentContext context)
           
 Shading<?> PaintShading.getResource(IContentContext context)
           
 ColorSpace<?> SetStrokeColorSpace.getResource(IContentContext context)
           
 PropertyList ContentMarker.getResource(IContentContext context)
           
 TResource IResourceReference.getResource(IContentContext context)
          Gets the referenced resource.
 ExtGState ApplyExtGState.getResource(IContentContext context)
           
 Font SetFont.getResource(IContentContext context)
           
 ColorSpace<?> SetFillColorSpace.getResource(IContentContext context)
           
 XObject PaintXObject.getResource(IContentContext context)
           
 Shading<?> PaintShading.getShading(IContentContext context)
          Gets the shading resource to be painted.
 XObject PaintXObject.getXObject(IContentContext context)
          Gets the external object resource to be painted.
 

Uses of IContentContext in org.pdfclown.documents.contents.xObjects
 

Classes in org.pdfclown.documents.contents.xObjects that implement IContentContext
 class FormXObject
          Form external object [PDF:1.6:4.9].
 

Uses of IContentContext in org.pdfclown.tools
 

Methods in org.pdfclown.tools with parameters of type IContentContext
 Map<Rectangle2D,List<ITextString>> TextExtractor.extract(IContentContext contentContext)
          Extracts text strings from the specified content context.
 BufferedImage Renderer.render(IContentContext contentContext, Dimension2D size)
          Renders the specified content context into an image context.
 BufferedImage Renderer.render(IContentContext contentContext, Dimension2D size, Rectangle2D area)
          Renders the specified content context into an image 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.