public class

PdfLayerNode

extends Object
implements LayoutItemType
java.lang.Object
   ↳ com.pdftron.recyclertreeview.PdfLayerNode

Summary

Constants
String PLACEHOLDER_TAG
Fields
public boolean mIsOpen
public boolean mIsSelected
Public Constructors
PdfLayerNode(PdfLayer pdfLayer)
Public Methods
int getLayoutId()
PdfLayer getPdfLayer()
String getTitle()
boolean isOpen()
PdfLayerNode setOpen(boolean open)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.pdftron.recyclertreeview.LayoutItemType

Constants

public static final String PLACEHOLDER_TAG

Constant Value: "PLACEHOLDER"

Fields

public boolean mIsOpen

public boolean mIsSelected

Public Constructors

public PdfLayerNode (PdfLayer pdfLayer)

Public Methods

public int getLayoutId ()

public PdfLayer getPdfLayer ()

public String getTitle ()

public boolean isOpen ()

public PdfLayerNode setOpen (boolean open)