PDF Clown
0.1.2

Uses of Class
org.pdfclown.documents.contents.layers.LayerConfiguration

Packages that use LayerConfiguration
org.pdfclown.documents.contents.layers Optional content [PDF:1.6:4.10], also known as layered content. 
 

Uses of LayerConfiguration in org.pdfclown.documents.contents.layers
 

Methods in org.pdfclown.documents.contents.layers that return LayerConfiguration
 LayerConfiguration LayerConfiguration.clone(Document context)
           
 LayerConfiguration LayerDefinition.getDefaultConfiguration()
          Gets the default layer configuration, that is the initial state of the optional content groups when a document is first opened.
 

Methods in org.pdfclown.documents.contents.layers that return types with arguments of type LayerConfiguration
 Array<LayerConfiguration> LayerDefinition.getAlternateConfigurations()
          Gets the layer configurations used under particular circumstances.
 

Methods in org.pdfclown.documents.contents.layers with parameters of type LayerConfiguration
 void LayerDefinition.setDefaultConfiguration(LayerConfiguration value)
           
 

Method parameters in org.pdfclown.documents.contents.layers with type arguments of type LayerConfiguration
 void LayerDefinition.setAlternateConfigurations(Array<LayerConfiguration> 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.