PDF Clown
0.1.2

Uses of Class
org.pdfclown.documents.contents.colorSpaces.Pattern

Packages that use Pattern
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]. 
 

Uses of Pattern in org.pdfclown.documents.contents
 

Methods in org.pdfclown.documents.contents that return Pattern
protected  Pattern<?> PatternResources.wrap(PdfDirectObject baseObject)
           
 

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

Subclasses of Pattern in org.pdfclown.documents.contents.colorSpaces
 class ShadingPattern
          Pattern providing a smooth transition between colors across an area to be painted [PDF:1.6:4.6.3].
 class TilingPattern
          Pattern consisting of a small graphical figure called pattern cell [PDF:1.6:4.6.2].
static class TilingPattern.Colorized
          Uncolored tiling pattern ("stencil") associated to a color.
 

Fields in org.pdfclown.documents.contents.colorSpaces declared as Pattern
static Pattern<?> Pattern.Default
           
 

Methods in org.pdfclown.documents.contents.colorSpaces that return Pattern
 Pattern<?> PatternColorSpace.getDefaultColor()
           
static Pattern<?> Pattern.wrap(PdfDirectObject baseObject)
          Wraps the specified base object into a pattern object.
 


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.