|
PDF Clown 0.1.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pdfclown.objects.PdfObjectWrapper<PdfDictionary>
org.pdfclown.documents.contents.layers.LayerConfiguration
@PDF(value=PDF15) public class LayerConfiguration
Optional content configuration [PDF:1.7:4.10.3].
| Constructor Summary | |
|---|---|
LayerConfiguration(Document context)
|
|
LayerConfiguration(PdfDirectObject baseObject)
|
|
| Method Summary | |
|---|---|
LayerConfiguration |
clone(Document context)
Gets a clone of the object, registered inside the given document context. |
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 class org.pdfclown.objects.PdfObjectWrapper |
|---|
checkCompatibility, delete, equals, exists, getBaseDataObject, getBaseObject, getBaseObject, getContainer, getDataContainer, getDocument, getFile, getMetadata, retrieveName, retrieveNamedBaseObject, setBaseObject, setMetadata |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.pdfclown.objects.IPdfObjectWrapper |
|---|
getBaseObject |
| Constructor Detail |
|---|
public LayerConfiguration(Document context)
public LayerConfiguration(PdfDirectObject baseObject)
| Method Detail |
|---|
public LayerConfiguration clone(Document context)
PdfObjectWrapper
clone in class PdfObjectWrapper<PdfDictionary>context - Which document the clone has to be registered in.public String getCreator()
ILayerConfiguration
getCreator in interface ILayerConfigurationpublic Layers getLayers()
ILayerConfiguration
getLayers in interface ILayerConfigurationpublic ListModeEnum getListMode()
ILayerConfiguration
getListMode in interface ILayerConfigurationpublic Array<LayerGroup> getOptionGroups()
ILayerConfiguration
getOptionGroups in interface ILayerConfigurationpublic String getTitle()
ILayerConfiguration
getTitle in interface ILayerConfigurationpublic Boolean isVisible()
ILayerConfiguration
isVisible in interface ILayerConfigurationpublic void setCreator(String value)
setCreator in interface ILayerConfigurationILayerConfiguration.getCreator()public void setLayers(Layers value)
setLayers in interface ILayerConfigurationILayerConfiguration.getLayers()public void setListMode(ListModeEnum value)
setListMode in interface ILayerConfigurationILayerConfiguration.getListMode()public void setTitle(String value)
setTitle in interface ILayerConfigurationILayerConfiguration.getTitle()public void setVisible(Boolean value)
setVisible in interface ILayerConfigurationILayerConfiguration.isVisible()
|
PDF Clown 0.1.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||