public class

PdfLayerView

extends LinearLayout
java.lang.Object
   ↳ android.view.View
     ↳ android.view.ViewGroup
       ↳ android.widget.LinearLayout
         ↳ com.pdftron.pdf.dialog.pdflayer.PdfLayerView

Class Overview

PDF layer view.

Summary

[Expand]
Inherited Constants
From class android.widget.LinearLayout
From class android.view.ViewGroup
From class android.view.View
[Expand]
Inherited Fields
From class android.view.View
Public Constructors
PdfLayerView(Context context)
PdfLayerView(Context context, AttributeSet attrs)
PdfLayerView(Context context, AttributeSet attrs, int defStyleAttr)
Public Methods
PdfLayerViewAdapter getAdapter()
ItemClickHelper getItemClickHelper()
SimpleRecyclerView getRecyclerView()
void setup(ArrayList<PdfLayer> layers)
[Expand]
Inherited Methods
From class android.widget.LinearLayout
From class android.view.ViewGroup
From class android.view.View
From class java.lang.Object
From interface android.graphics.drawable.Drawable.Callback
From interface android.view.KeyEvent.Callback
From interface android.view.ViewManager
From interface android.view.ViewParent
From interface android.view.accessibility.AccessibilityEventSource

Public Constructors

public PdfLayerView (Context context)

public PdfLayerView (Context context, AttributeSet attrs)

public PdfLayerView (Context context, AttributeSet attrs, int defStyleAttr)

Public Methods

public PdfLayerViewAdapter getAdapter ()

public ItemClickHelper getItemClickHelper ()

public SimpleRecyclerView getRecyclerView ()

public void setup (ArrayList<PdfLayer> layers)