PDF Clown
0.0.8

Uses of Class
it.stefanochizzolini.clown.documents.contents.objects.Operation

Packages that use Operation
it.stefanochizzolini.clown.documents.contents.objects Content stream instructions [PDF:1.6:3.7.1]. 
it.stefanochizzolini.clown.documents.contents.tokens Content stream serialization [PDF:1.6:3.7.1]. 
 

Uses of Operation in it.stefanochizzolini.clown.documents.contents.objects
 

Subclasses of Operation in it.stefanochizzolini.clown.documents.contents.objects
 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 CloseFillStroke
          'Close, fill, and then stroke the path, using the nonzero winding number rule to determine the region to fill' operation [PDF:1.6:4.4.2].
 class CloseFillStrokeEvenOdd
          'Close, fill, and then stroke the path, using the even-odd rule to determine the region to fill' operation [PDF:1.6:4.4.2].
 class CloseStroke
          'Close and stroke the path' operation [PDF:1.6:4.4.2].
 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 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 EndPathNoOp
          'End the path object without filling or stroking it' operation [PDF:1.6:4.4.2].
 class EndText
          'End text object' operation [PDF:1.6:5.3].
 class Fill
          'Fill the path, using the nonzero winding number rule to determine the region to fill' operation [PDF:1.6:4.4.2].
 class FillEvenOdd
          'Fill the path, using the even-odd rule to determine the region to fill' operation [PDF:1.6:4.4.2].
 class FillStroke
          'Fill and then stroke the path, using the nonzero winding number rule to determine the region to fill' operation [PDF:1.6:4.4.2].
 class FillStrokeEvenOdd
          'Fill and then stroke the path, using the even-odd rule to determine the region to fill' operation [PDF:1.6:4.4.2].
 class GenericOperation
          Weakly-typed operation.
 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 ModifyClipPath
          'Modify the current clipping path by intersecting it with the current path, using the nonzero winding number rule to determine which regions lie inside the clipping path' operation [PDF:1.6:4.4.2].
 class ModifyClipPathEvenOdd
          'Modify the current clipping path by intersecting it with the current path, using the even-odd rule to determine which regions lie inside the 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 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 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 SetExtGState
          'Set the specified graphics state parameters' operation [PDF:1.6:4.3.3].
 class SetFillColor
          'Set the color to use for nonstroking operations in a device, CIE-based (other than ICCBased), or Indexed color space' 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 in a device, CIE-based (other than ICCBased), or Indexed color space' 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 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 Stroke
          'Stroke the path' operation [PDF:1.6:4.4.2].
 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].
 

Methods in it.stefanochizzolini.clown.documents.contents.objects that return Operation
static Operation Operation.get(String operator, List<PdfDirectObject> operands)
          Gets a specific operation.
 

Uses of Operation in it.stefanochizzolini.clown.documents.contents.tokens
 

Methods in it.stefanochizzolini.clown.documents.contents.tokens that return Operation
 Operation Parser.parseOperation()
           
 


PDF Clown
0.0.8

Project home page

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