PDF Clown
0.1.2

Uses of Class
org.pdfclown.documents.contents.objects.ContentObject

Packages that use ContentObject
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.composition Typographic composition. 
org.pdfclown.documents.contents.entities Specialized graphic types. 
org.pdfclown.documents.contents.objects Content stream instructions [PDF:1.6:3.7.1]. 
org.pdfclown.documents.contents.tokens Content stream serialization [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]. 
 

Uses of ContentObject in org.pdfclown.documents
 

Methods in org.pdfclown.documents that return ContentObject
 ContentObject Page.toInlineObject(PrimitiveComposer composer)
           
 

Uses of ContentObject in org.pdfclown.documents.contents
 

Classes in org.pdfclown.documents.contents with type parameters of type ContentObject
static class ContentScanner.GraphicsObjectWrapper<TDataObject extends ContentObject>
          Object information.
 

Methods in org.pdfclown.documents.contents that return ContentObject
 ContentObject Contents.get(int index)
           
 ContentObject ContentScanner.getCurrent()
          Gets the current content object.
 ContentObject ContentScanner.remove()
          Removes the content object at the current position.
 ContentObject Contents.remove(int index)
           
 ContentObject Contents.set(int index, ContentObject content)
           
 ContentObject ContentScanner.setCurrent(ContentObject value)
          Replaces the content object at the current position.
 ContentObject IContentEntity.toInlineObject(PrimitiveComposer composer)
          Converts this entity to its equivalent inline (dependent) object representation [PDF:1.6:4.8.6].
 

Methods in org.pdfclown.documents.contents that return types with arguments of type ContentObject
 Iterator<ContentObject> Contents.iterator()
           
 ListIterator<ContentObject> Contents.listIterator()
           
 ListIterator<ContentObject> Contents.listIterator(int index)
           
 List<ContentObject> Contents.subList(int fromIndex, int toIndex)
           
 

Methods in org.pdfclown.documents.contents with parameters of type ContentObject
 boolean Contents.add(ContentObject content)
           
 void Contents.add(int index, ContentObject content)
           
 void ContentScanner.insert(ContentObject object)
          Inserts a content object at the current position.
 ContentObject Contents.set(int index, ContentObject content)
           
 ContentObject ContentScanner.setCurrent(ContentObject value)
          Replaces the content object at the current position.
 

Method parameters in org.pdfclown.documents.contents with type arguments of type ContentObject
 boolean Contents.addAll(Collection<? extends ContentObject> contents)
           
 boolean Contents.addAll(int index, Collection<? extends ContentObject> contents)
           
 void ContentScanner.insert(Collection<? extends ContentObject> objects)
          Inserts content objects at the current position.
 

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

Methods in org.pdfclown.documents.contents.composition that return ContentObject
 ContentObject PrimitiveComposer.add(ContentObject object)
          Adds a content object.
 

Methods in org.pdfclown.documents.contents.composition with parameters of type ContentObject
 ContentObject PrimitiveComposer.add(ContentObject object)
          Adds a content object.
 

Uses of ContentObject in org.pdfclown.documents.contents.entities
 

Methods in org.pdfclown.documents.contents.entities that return ContentObject
 ContentObject EAN13Barcode.toInlineObject(PrimitiveComposer composer)
           
 ContentObject JpegImage.toInlineObject(PrimitiveComposer composer)
           
abstract  ContentObject Entity.toInlineObject(PrimitiveComposer composer)
           
 

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

Subclasses of ContentObject in org.pdfclown.documents.contents.objects
 class ApplyExtGState
          'Set the specified graphics state parameters' operation [PDF:1.6:4.3.3].
 class BeginInlineImage
          'Begin inline image object' operation [PDF:1.6:4.8.6].
 class BeginMarkedContent
          'Begin marked-content sequence' operation [PDF:1.6:10.5].
 class BeginSubpath
          'Begin a new subpath by moving the current point' operation [PDF:1.6:4.4.1].
 class BeginText
          'Begin text object' operation [PDF:1.6:5.3].
 class CloseSubpath
          'Close the current subpath by appending a straight line segment from the current point to the starting point of the subpath' operation [PDF:1.6:4.4.1].
 class CompositeObject
          Composite object.
 class ContainerObject
          Container object.
 class ContentMarker
          Abstract content marker [PDF:1.6:10.5].
 class DrawCurve
          'Append a cubic Bezier curve to the current path' operation [PDF:1.6:4.4.1].
 class DrawLine
          'Append a straight line segment from the current point' operation [PDF:1.6:4.4.1].
 class DrawRectangle
          'Append a rectangle to the current path as a complete subpath' operation [PDF:1.6:4.4.1].
 class EndInlineImage
          'End inline image object' operation [PDF:1.6:4.8.6].
 class EndMarkedContent
          'End marked-content sequence' operation [PDF:1.6:10.5].
 class EndText
          'End text object' operation [PDF:1.6:5.3].
 class GenericOperation
          Weakly-typed operation.
 class GraphicsObject
          Graphics object [PDF:1.6:4.1].
 class InlineImage
          Inline image object [PDF:1.6:4.8.6].
 class InlineImageBody
          Inline image data (anonymous) operation [PDF:1.6:4.8.6].
 class InlineImageHeader
          Inline image entries (anonymous) operation [PDF:1.6:4.8.6].
 class LocalGraphicsState
          Local graphics state [PDF:1.6:4.3.1].
 class MarkedContent
          Marked-content sequence [PDF:1.6:10.5].
 class MarkedContentPoint
          'Marked-content point' operation [PDF:1.6:10.5].
 class ModifyClipPath
          Clipping path operation [PDF:1.6:4.4.2].
 class ModifyCTM
          'Modify the current transformation matrix (CTM) by concatenating the specified matrix' operation [PDF:1.6:4.3.3].
 class Operation
          Content stream instruction [PDF:1.6:3.7.1].
 class PaintPath
          Path-painting operation [PDF:1.6:4.4.2].
 class PaintShading
          'Paint the shape and color shading' operation [PDF:1.6:4.6.3].
 class PaintXObject
          'Paint the specified XObject' operation [PDF:1.6:4.7].
 class Path
          Path object [PDF:1.6:4.4].
 class RestoreGraphicsState
          'Restore the graphics state by removing the most recently saved state from the stack and making it the current state' operation [PDF:1.6:4.3.3].
 class SaveGraphicsState
          'Save the current graphics state on the graphics state stack' operation [PDF:1.6:4.3.3].
 class SetCharSpace
          'Set the character spacing' operation [PDF:1.6:5.2].
 class SetDeviceCMYKFillColor
          'Set the color to use for nonstroking operations in device CMYK color space' operation [PDF:1.6:4.5.7].
 class SetDeviceCMYKStrokeColor
          'Set the color to use for stroking operations in device CMYK color space' operation [PDF:1.6:4.5.7].
 class SetDeviceGrayFillColor
          'Set the color to use for nonstroking operations in device gray color space' operation [PDF:1.6:4.5.7].
 class SetDeviceGrayStrokeColor
          'Set the color to use for stroking operations in device gray color space' operation [PDF:1.6:4.5.7].
 class SetDeviceRGBFillColor
          'Set the color to use for nonstroking operations in device RGB color space' operation [PDF:1.6:4.5.7].
 class SetDeviceRGBStrokeColor
          'Set the color to use for stroking operations in device RGB color space' operation [PDF:1.6:4.5.7].
 class SetFillColor
          'Set the color to use for nonstroking operations' operation [PDF:1.6:4.5.7].
 class SetFillColorSpace
          'Set the current color space to use for nonstroking operations' operation [PDF:1.6:4.5.7].
 class SetFont
          'Set the text font' operation [PDF:1.6:5.2].
 class SetLineCap
          'Set the line cap style' operation [PDF:1.6:4.3.3].
 class SetLineDash
          'Set the line dash pattern' operation [PDF:1.6:4.3.3].
 class SetLineJoin
          'Set the line join style' operation [PDF:1.6:4.3.3].
 class SetLineWidth
          'Set the line width' operation [PDF:1.6:4.3.3].
 class SetMiterLimit
          'Set the miter limit' operation [PDF:1.6:4.3.3].
 class SetStrokeColor
          'Set the color to use for stroking operations' operation [PDF:1.6:4.5.7].
 class SetStrokeColorSpace
          'Set the current color space to use for stroking operations' operation [PDF:1.6:4.5.7].
 class SetTextLead
          'Set the text leading' operation [PDF:1.6:5.2].
 class SetTextMatrix
          'Set the text matrix' operation [PDF:1.6:5.3.1].
 class SetTextRenderMode
          'Set the text rendering mode' operation [PDF:1.6:5.2].
 class SetTextRise
          'Set the text rise' operation [PDF:1.6:5.2].
 class SetTextScale
          'Set the horizontal scaling' operation [PDF:1.6:5.2].
 class SetWordSpace
          'Set the word spacing' operation [PDF:1.6:5.2].
 class Shading
          Shading object [PDF:1.6:4.6.3].
 class ShowAdjustedText
          'Show one or more text strings, allowing individual glyph positioning' operation [PDF:1.6:5.3.2].
 class ShowSimpleText
          'Show a text string' operation [PDF:1.6:5.3.2].
 class ShowText
          Abstract 'show a text string' operation [PDF:1.6:5.3.2].
 class ShowTextToNextLine
          'Move to the next line and show a text string' operation [PDF:1.6:5.3.2].
 class Text
          Text object [PDF:1.6:5.3].
 class TranslateTextRelative
          'Move to the start of the next line, offset from the start of the current line' operation [PDF:1.6:5.2].
 class TranslateTextToNextLine
          'Move to the start of the next line' operation [PDF:1.6:5.3.1].
 class XObject
          External object shown in a content stream context [PDF:1.6:4.7].
 

Fields in org.pdfclown.documents.contents.objects with type parameters of type ContentObject
protected  List<ContentObject> CompositeObject.objects
           
 

Methods in org.pdfclown.documents.contents.objects that return types with arguments of type ContentObject
 List<ContentObject> CompositeObject.getObjects()
          Gets the list of inner objects.
 

Constructors in org.pdfclown.documents.contents.objects with parameters of type ContentObject
CompositeObject(ContentObject... objects)
           
CompositeObject(ContentObject object)
           
ContainerObject(ContentObject... objects)
           
ContainerObject(ContentObject object)
           
GraphicsObject(ContentObject... objects)
           
GraphicsObject(ContentObject object)
           
 

Constructor parameters in org.pdfclown.documents.contents.objects with type arguments of type ContentObject
CompositeObject(List<ContentObject> objects)
           
ContainerObject(List<ContentObject> objects)
           
GraphicsObject(List<ContentObject> objects)
           
LocalGraphicsState(List<ContentObject> objects)
           
MarkedContent(BeginMarkedContent header, List<ContentObject> objects)
           
Path(List<ContentObject> operations)
           
Text(List<ContentObject> objects)
           
 

Uses of ContentObject in org.pdfclown.documents.contents.tokens
 

Methods in org.pdfclown.documents.contents.tokens that return ContentObject
 ContentObject ContentParser.parseContentObject()
          Parses the next content object [PDF:1.6:4.1].
 

Methods in org.pdfclown.documents.contents.tokens that return types with arguments of type ContentObject
 List<ContentObject> ContentParser.parseContentObjects()
          Parses the next content objects.
 

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

Methods in org.pdfclown.documents.contents.xObjects that return ContentObject
 ContentObject FormXObject.toInlineObject(PrimitiveComposer composer)
           
 


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.