public class

ForegroundRelativeLayout

extends RelativeLayout
implements ForegroundLayout
java.lang.Object
   ↳ android.view.View
     ↳ android.view.ViewGroup
       ↳ android.widget.RelativeLayout
         ↳ com.pdftron.demo.widget.ForegroundRelativeLayout

Summary

[Expand]
Inherited Constants
From class android.widget.RelativeLayout
From class android.view.ViewGroup
From class android.view.View
[Expand]
Inherited Fields
From class android.view.View
Public Constructors
ForegroundRelativeLayout(Context context)
ForegroundRelativeLayout(Context context, AttributeSet attrs)
ForegroundRelativeLayout(Context context, AttributeSet attrs, int defStyle)
Public Methods
void draw(Canvas canvas)
void drawableHotspotChanged(float x, float y)
Drawable getForeground()
int getForegroundGravity()
void jumpDrawablesToCurrentState()
void setForeground(Drawable drawable)
void setForegroundGravity(int gravity)
[Expand]
Inherited Methods
From class android.widget.RelativeLayout
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
From interface com.pdftron.pdf.widget.ForegroundLayout

Public Constructors

public ForegroundRelativeLayout (Context context)

public ForegroundRelativeLayout (Context context, AttributeSet attrs)

public ForegroundRelativeLayout (Context context, AttributeSet attrs, int defStyle)

Public Methods

public void draw (Canvas canvas)

public void drawableHotspotChanged (float x, float y)

public Drawable getForeground ()

public int getForegroundGravity ()

public void jumpDrawablesToCurrentState ()

public void setForeground (Drawable drawable)

public void setForegroundGravity (int gravity)