PDF Clown
0.1.2

org.pdfclown.documents.contents.layers
Interface ILayerConfiguration

All Superinterfaces:
IPdfObjectWrapper
All Known Implementing Classes:
LayerConfiguration, LayerDefinition

public interface ILayerConfiguration
extends IPdfObjectWrapper

Optional content configuration interface [PDF:1.7:4.10.3].

Since:
0.1.1
Version:
0.1.2, 03/12/12
Author:
Stefano Chizzolini (http://www.stefanochizzolini.it)

Method Summary
 String getCreator()
          Gets the name of the application or feature that created this configuration.
 Layers getLayers()
          Gets the layer structure.
 ListModeEnum getListMode()
          Gets the list mode specifying which layers should be displayed to the user.
 Array<LayerGroup> getOptionGroups()
          Gets the groups of layers whose states are intended to follow a radio button paradigm (that is exclusive visibility within the same group).
 String getTitle()
          Gets the configuration name.
 Boolean isVisible()
          Gets whether all the layers in the document are initialized to be visible when this configuration is applied.
 void setCreator(String value)
           
 void setLayers(Layers value)
           
 void setListMode(ListModeEnum value)
           
 void setTitle(String value)
           
 void setVisible(Boolean value)
           
 
Methods inherited from interface org.pdfclown.objects.IPdfObjectWrapper
getBaseObject
 

Method Detail

getCreator

String getCreator()
Gets the name of the application or feature that created this configuration.


getLayers

Layers getLayers()
Gets the layer structure.


getListMode

ListModeEnum getListMode()
Gets the list mode specifying which layers should be displayed to the user.


getOptionGroups

Array<LayerGroup> getOptionGroups()
Gets the groups of layers whose states are intended to follow a radio button paradigm (that is exclusive visibility within the same group).


getTitle

String getTitle()
Gets the configuration name.


isVisible

Boolean isVisible()
Gets whether all the layers in the document are initialized to be visible when this configuration is applied.


setCreator

void setCreator(String value)
See Also:
getCreator()

setLayers

void setLayers(Layers value)
See Also:
getLayers()

setListMode

void setListMode(ListModeEnum value)
See Also:
getListMode()

setTitle

void setTitle(String value)
See Also:
getTitle()

setVisible

void setVisible(Boolean value)
See Also:
isVisible()

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.