PDF Clown
0.1.2

org.pdfclown.documents.contents.layers
Interface ILayerNode

All Superinterfaces:
IPdfObjectWrapper
All Known Implementing Classes:
Layer, Layers

public interface ILayerNode
extends IPdfObjectWrapper

Object that can be inserted into a hierarchical layer structure.

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

Method Summary
 Layers getLayers()
          Gets the sublayers.
 String getTitle()
          Gets the text label.
 void setTitle(String value)
           
 
Methods inherited from interface org.pdfclown.objects.IPdfObjectWrapper
getBaseObject
 

Method Detail

getLayers

Layers getLayers()
Gets the sublayers.


getTitle

String getTitle()
Gets the text label.


setTitle

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

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.