PDF Clown
0.1.2

Uses of Class
org.pdfclown.documents.contents.BlendModeEnum

Packages that use BlendModeEnum
org.pdfclown.documents.contents Types used to define the graphical appearance of PDF contents [PDF:1.6:3.7]. 
 

Uses of BlendModeEnum in org.pdfclown.documents.contents
 

Methods in org.pdfclown.documents.contents that return BlendModeEnum
static BlendModeEnum BlendModeEnum.get(PdfName value)
          Gets the blend mode corresponding to the given value.
static BlendModeEnum BlendModeEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BlendModeEnum[] BlendModeEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.pdfclown.documents.contents that return types with arguments of type BlendModeEnum
 List<BlendModeEnum> ExtGState.getBlendMode()
          Gets the blend mode to be used in the transparent imaging model [PDF:1.7:7.2.4].
 List<BlendModeEnum> ContentScanner.GraphicsState.getBlendMode()
          Gets the current blend mode to be used in the transparent imaging model [PDF:1.6:5.2.1].
 

Methods in org.pdfclown.documents.contents with parameters of type BlendModeEnum
 void ExtGState.setBlendMode(BlendModeEnum... value)
           
 

Method parameters in org.pdfclown.documents.contents with type arguments of type BlendModeEnum
 void ExtGState.setBlendMode(List<BlendModeEnum> value)
           
 void ContentScanner.GraphicsState.setBlendMode(List<BlendModeEnum> value)
           
 


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.