PDF Clown
0.1.2

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

Packages that use PaintPath
org.pdfclown.documents.contents.objects Content stream instructions [PDF:1.6:3.7.1]. 
 

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

Fields in org.pdfclown.documents.contents.objects declared as PaintPath
static PaintPath PaintPath.CloseFillStroke
          'Close, fill, and then stroke the path, using the nonzero winding number rule to determine the region to fill' operation.
static PaintPath PaintPath.CloseFillStrokeEvenOdd
          'Close, fill, and then stroke the path, using the even-odd rule to determine the region to fill' operation.
static PaintPath PaintPath.CloseStroke
          'Close and stroke the path' operation.
static PaintPath PaintPath.EndPathNoOp
          'End the path object without filling or stroking it' operation.
static PaintPath PaintPath.Fill
          'Fill the path, using the nonzero winding number rule to determine the region to fill' operation.
static PaintPath PaintPath.FillEvenOdd
          'Fill the path, using the even-odd rule to determine the region to fill' operation.
static PaintPath PaintPath.FillStroke
          'Fill and then stroke the path, using the nonzero winding number rule to determine the region to fill' operation.
static PaintPath PaintPath.FillStrokeEvenOdd
          'Fill and then stroke the path, using the even-odd rule to determine the region to fill' operation.
static PaintPath PaintPath.Stroke
          'Stroke the path' operation.
 


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.