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