|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 ILayerConfiguration
public Layers getLayers()
ILayerConfiguration
getLayers
in interface ILayerConfiguration
public ListModeEnum getListMode()
ILayerConfiguration
getListMode
in interface ILayerConfiguration
public Array<LayerGroup> getOptionGroups()
ILayerConfiguration
getOptionGroups
in interface ILayerConfiguration
public String getTitle()
ILayerConfiguration
getTitle
in interface ILayerConfiguration
public Boolean isVisible()
ILayerConfiguration
isVisible
in interface ILayerConfiguration
public void setCreator(String value)
setCreator
in interface ILayerConfiguration
ILayerConfiguration.getCreator()
public void setLayers(Layers value)
setLayers
in interface ILayerConfiguration
ILayerConfiguration.getLayers()
public void setListMode(ListModeEnum value)
setListMode
in interface ILayerConfiguration
ILayerConfiguration.getListMode()
public void setTitle(String value)
setTitle
in interface ILayerConfiguration
ILayerConfiguration.getTitle()
public void setVisible(Boolean value)
setVisible
in interface ILayerConfiguration
ILayerConfiguration.isVisible()
|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |