public class

MirrorSeekBar

extends AppCompatSeekBar
java.lang.Object
   ↳ AppCompatSeekBar
     ↳ com.pdftron.pdf.controls.MirrorSeekBar

Class Overview

A seek bar that can reverse in RTL mode

Summary

Public Constructors
MirrorSeekBar(Context context)
Class constructor
MirrorSeekBar(Context context, AttributeSet attrs)
Class constructor
MirrorSeekBar(Context context, AttributeSet attrs, int defStyleAttr)
Class constructor
Public Methods
boolean isReversed()
boolean isVertical()
boolean onTouchEvent(MotionEvent event)
void setInteractThumbOnly(boolean thumbOnly)
void setOnSeekBarChangeListener(OnSeekBarChangeListener l)
void setPdfViewCtrl(PDFViewCtrl pdfViewCtrl)
synchronized void setProgress(int progress)
void setReversed(boolean isReversed)
Sets whether the seek bar should be reversed or not.
void setVertical(boolean isVertical)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public MirrorSeekBar (Context context)

Class constructor

public MirrorSeekBar (Context context, AttributeSet attrs)

Class constructor

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

Class constructor

Public Methods

public boolean isReversed ()

Returns
  • True if reversed

public boolean isVertical ()

public boolean onTouchEvent (MotionEvent event)

public void setInteractThumbOnly (boolean thumbOnly)

public void setOnSeekBarChangeListener (OnSeekBarChangeListener l)

public void setPdfViewCtrl (PDFViewCtrl pdfViewCtrl)

public synchronized void setProgress (int progress)

public void setReversed (boolean isReversed)

Sets whether the seek bar should be reversed or not.

Parameters
isReversed True if should be reversed

public void setVertical (boolean isVertical)