JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
E
F
G
I
J
L
M
N
O
P
Q
R
S
T
V
W
Z
A
addEventListener(Object)
- Method in class org.vudroid.core.events.
EventDispatcher
arrayToString(int[])
- Static method in class com.joanzapata.pdfview.util.
ArrayUtils
ArrayUtils
- Class in
com.joanzapata.pdfview.util
B
BringUpZoomControlsEvent
- Class in
org.vudroid.core.events
BringUpZoomControlsEvent()
- Constructor for class org.vudroid.core.events.
BringUpZoomControlsEvent
BringUpZoomControlsListener
- Interface in
org.vudroid.core.events
BuildConfig
- Class in
com.joanzapata.pdfview
BuildConfig()
- Constructor for class com.joanzapata.pdfview.
BuildConfig
C
CACHE_SIZE
- Static variable in interface com.joanzapata.pdfview.util.
Constants.Cache
The size of the cache (number of bitmaps kept)
calculateIndexesInDuplicateArray(int[])
- Static method in class com.joanzapata.pdfview.util.
ArrayUtils
Transforms (0, 4, 4, 6, 6, 6, 3) into (0, 1, 1, 2, 2, 2, 3)
canDecrement()
- Method in class org.vudroid.core.models.
ZoomModel
CodecContext
- Interface in
org.vudroid.core.codec
CodecDocument
- Interface in
org.vudroid.core.codec
CodecPage
- Interface in
org.vudroid.core.codec
com.joanzapata.pdfview
- package com.joanzapata.pdfview
com.joanzapata.pdfview.exception
- package com.joanzapata.pdfview.exception
com.joanzapata.pdfview.listener
- package com.joanzapata.pdfview.listener
com.joanzapata.pdfview.model
- package com.joanzapata.pdfview.model
com.joanzapata.pdfview.util
- package com.joanzapata.pdfview.util
commit()
- Method in class org.vudroid.core.models.
ZoomModel
commitZoom()
- Method in class org.vudroid.core.
DocumentView
commitZoom()
- Method in interface org.vudroid.core.events.
ZoomListener
CommitZoomEvent()
- Constructor for class org.vudroid.core.events.
ZoomListener.CommitZoomEvent
computeScroll()
- Method in class org.vudroid.core.
DocumentView
Constants
- Interface in
com.joanzapata.pdfview.util
Constants.Cache
- Interface in
com.joanzapata.pdfview.util
Constants.Pinch
- Interface in
com.joanzapata.pdfview.util
copy(InputStream, File)
- Static method in class com.joanzapata.pdfview.util.
FileUtils
currentPageChanged(int)
- Method in interface org.vudroid.core.events.
CurrentPageListener
CurrentPageChangedEvent(int)
- Constructor for class org.vudroid.core.events.
CurrentPageListener.CurrentPageChangedEvent
CurrentPageListener
- Interface in
org.vudroid.core.events
CurrentPageListener.CurrentPageChangedEvent
- Class in
org.vudroid.core.events
CurrentPageModel
- Class in
org.vudroid.core.models
CurrentPageModel()
- Constructor for class org.vudroid.core.models.
CurrentPageModel
D
DEBUG
- Static variable in class com.joanzapata.pdfview.
BuildConfig
DEBUG_MODE
- Static variable in interface com.joanzapata.pdfview.util.
Constants
DECODE_SERVICE
- Static variable in class org.vudroid.core.
DecodeServiceBase
decodeComplete(Bitmap)
- Method in interface org.vudroid.core.
DecodeService.DecodeCallback
decodePage(Object, int, DecodeService.DecodeCallback, float, RectF)
- Method in interface org.vudroid.core.
DecodeService
decodePage(Object, int, DecodeService.DecodeCallback, float, RectF)
- Method in class org.vudroid.core.
DecodeServiceBase
DecodeService
- Interface in
org.vudroid.core
DecodeService.DecodeCallback
- Interface in
org.vudroid.core
DecodeServiceBase
- Class in
org.vudroid.core
DecodeServiceBase(CodecContext)
- Constructor for class org.vudroid.core.
DecodeServiceBase
decodingProgressChanged(int)
- Method in interface org.vudroid.core.events.
DecodingProgressListener
DecodingProgressEvent(int)
- Constructor for class org.vudroid.core.events.
DecodingProgressListener.DecodingProgressEvent
DecodingProgressListener
- Interface in
org.vudroid.core.events
DecodingProgressListener.DecodingProgressEvent
- Class in
org.vudroid.core.events
DecodingProgressModel
- Class in
org.vudroid.core.models
DecodingProgressModel()
- Constructor for class org.vudroid.core.models.
DecodingProgressModel
decrease()
- Method in class org.vudroid.core.models.
DecodingProgressModel
decreaseZoom()
- Method in class org.vudroid.core.models.
ZoomModel
defaultPage(int)
- Method in class com.joanzapata.pdfview.
PDFView.Configurator
deleteDuplicatedPages(int[])
- Static method in class com.joanzapata.pdfview.util.
ArrayUtils
Transforms (0,1,2,2,3) to (0,1,2,3)
dispatch(Event)
- Method in class org.vudroid.core.events.
EventDispatcher
dispatchKeyEvent(KeyEvent)
- Method in class org.vudroid.core.
DocumentView
dispatchOn(Object)
- Method in interface org.vudroid.core.events.
Event
dispatchOn(Object)
- Method in class org.vudroid.core.events.
SafeEvent
dispatchSafely(BringUpZoomControlsListener)
- Method in class org.vudroid.core.events.
BringUpZoomControlsEvent
dispatchSafely(CurrentPageListener)
- Method in class org.vudroid.core.events.
CurrentPageListener.CurrentPageChangedEvent
dispatchSafely(DecodingProgressListener)
- Method in class org.vudroid.core.events.
DecodingProgressListener.DecodingProgressEvent
dispatchSafely(T)
- Method in class org.vudroid.core.events.
SafeEvent
dispatchSafely(ZoomListener)
- Method in class org.vudroid.core.events.
ZoomChangedEvent
dispatchSafely(ZoomListener)
- Method in class org.vudroid.core.events.
ZoomListener.CommitZoomEvent
DocumentView
- Class in
org.vudroid.core
DocumentView(Context, ZoomModel, DecodingProgressModel, CurrentPageModel)
- Constructor for class org.vudroid.core.
DocumentView
DragPinchListener
- Class in
com.joanzapata.pdfview.util
DragPinchListener()
- Constructor for class com.joanzapata.pdfview.util.
DragPinchListener
DragPinchListener.OnDoubleTapListener
- Interface in
com.joanzapata.pdfview.util
Implement this interface to receive Double Tap events
DragPinchListener.OnDragListener
- Interface in
com.joanzapata.pdfview.util
Implement this interface to receive Drag events
DragPinchListener.OnPinchListener
- Interface in
com.joanzapata.pdfview.util
Implement this interface to receive Pinch events
E
enableSwipe(boolean)
- Method in class com.joanzapata.pdfview.
PDFView.Configurator
enableSwipe(boolean)
- Method in class com.joanzapata.pdfview.
PDFView
endDrag(float, float)
- Method in interface com.joanzapata.pdfview.util.
DragPinchListener.OnDragListener
Called when a drag event stops
equals(Object)
- Method in class com.joanzapata.pdfview.model.
PagePart
Event
<
T
> - Interface in
org.vudroid.core.events
EventDispatcher
- Class in
org.vudroid.core.events
EventDispatcher()
- Constructor for class org.vudroid.core.events.
EventDispatcher
F
fileFromAsset(Context, String)
- Static method in class com.joanzapata.pdfview.util.
FileUtils
FileNotFoundException
- Exception in
com.joanzapata.pdfview.exception
FileNotFoundException(String)
- Constructor for exception com.joanzapata.pdfview.exception.
FileNotFoundException
FileNotFoundException(String, Throwable)
- Constructor for exception com.joanzapata.pdfview.exception.
FileNotFoundException
FileUtils
- Class in
com.joanzapata.pdfview.util
finalize()
- Method in class org.vudroid.pdfdroid.codec.
PdfDocument
finalize()
- Method in class org.vudroid.pdfdroid.codec.
PdfPage
fromAsset(String)
- Method in class com.joanzapata.pdfview.
PDFView
Use an asset file as the pdf source
fromFile(File)
- Method in class com.joanzapata.pdfview.
PDFView
Use a file as the pdf source
G
getCacheOrder()
- Method in class com.joanzapata.pdfview.model.
PagePart
getCurrentPage()
- Method in class com.joanzapata.pdfview.
PDFView
getCurrentPage()
- Method in class org.vudroid.core.
DocumentView
getCurrentXOffset()
- Method in class com.joanzapata.pdfview.
PDFView
getCurrentYOffset()
- Method in class com.joanzapata.pdfview.
PDFView
getEffectivePagesHeight()
- Method in interface org.vudroid.core.
DecodeService
getEffectivePagesHeight()
- Method in class org.vudroid.core.
DecodeServiceBase
getEffectivePagesWidth()
- Method in interface org.vudroid.core.
DecodeService
getEffectivePagesWidth()
- Method in class org.vudroid.core.
DecodeServiceBase
getHeight()
- Method in class com.joanzapata.pdfview.model.
PagePart
getHeight()
- Method in interface org.vudroid.core.codec.
CodecPage
getHeight()
- Method in class org.vudroid.pdfdroid.codec.
PdfPage
getOptimalPageWidth()
- Method in class com.joanzapata.pdfview.
PDFView
getPage()
- Method in class com.joanzapata.pdfview.model.
PagePart
getPage(int)
- Method in interface org.vudroid.core.codec.
CodecDocument
getPage(int)
- Method in interface org.vudroid.core.
DecodeService
getPage(int)
- Method in class org.vudroid.core.
DecodeServiceBase
getPage(int)
- Method in class org.vudroid.pdfdroid.codec.
PdfDocument
getPageCount()
- Method in class com.joanzapata.pdfview.
PDFView
getPageCount()
- Method in interface org.vudroid.core.codec.
CodecDocument
getPageCount()
- Method in interface org.vudroid.core.
DecodeService
getPageCount()
- Method in class org.vudroid.core.
DecodeServiceBase
getPageCount()
- Method in class org.vudroid.pdfdroid.codec.
PdfDocument
getPageHeight(int)
- Method in interface org.vudroid.core.
DecodeService
getPageHeight(int)
- Method in class org.vudroid.core.
DecodeServiceBase
getPageRelativeBounds()
- Method in class com.joanzapata.pdfview.model.
PagePart
getPageWidth(int)
- Method in interface org.vudroid.core.
DecodeService
getPageWidth(int)
- Method in class org.vudroid.core.
DecodeServiceBase
getRenderedBitmap()
- Method in class com.joanzapata.pdfview.model.
PagePart
getUserPage()
- Method in class com.joanzapata.pdfview.model.
PagePart
getWidth()
- Method in class com.joanzapata.pdfview.model.
PagePart
getWidth()
- Method in interface org.vudroid.core.codec.
CodecPage
getWidth()
- Method in class org.vudroid.pdfdroid.codec.
PdfPage
getZoom()
- Method in class com.joanzapata.pdfview.
PDFView
getZoom()
- Method in class org.vudroid.core.models.
ZoomModel
goToPage(int)
- Method in class org.vudroid.core.
DocumentView
GRID_SIZE
- Static variable in interface com.joanzapata.pdfview.util.
Constants
The size of the grid of loaded images around the current point
I
increase()
- Method in class org.vudroid.core.models.
DecodingProgressModel
increaseZoom()
- Method in class org.vudroid.core.models.
ZoomModel
isDecoding()
- Method in interface org.vudroid.core.codec.
CodecPage
isDecoding()
- Method in class org.vudroid.pdfdroid.codec.
PdfPage
isHorizontalScrollEnabled()
- Method in class org.vudroid.core.models.
ZoomModel
isResetLastPointAfterZoom()
- Method in interface org.vudroid.core.multitouch.
MultiTouchZoom
isResetLastPointAfterZoom()
- Method in class org.vudroid.core.multitouch.
MultiTouchZoomImpl
isSwipeVertical()
- Method in class com.joanzapata.pdfview.
PDFView
isThumbnail()
- Method in class com.joanzapata.pdfview.model.
PagePart
isZooming()
- Method in class com.joanzapata.pdfview.
PDFView
J
jumpTo(int)
- Method in class com.joanzapata.pdfview.
PDFView
Go to the given page.
L
limit(int, int, int)
- Static method in class com.joanzapata.pdfview.util.
NumberUtils
Limits the given
number
between the other values
load()
- Method in class com.joanzapata.pdfview.
PDFView.Configurator
load()
- Static method in class org.vudroid.core.
VuDroidLibraryLoader
loadComplete(int)
- Method in interface com.joanzapata.pdfview.listener.
OnLoadCompleteListener
Called when the PDF is loaded
loadComplete(DecodeService)
- Method in class com.joanzapata.pdfview.
PDFView
Called when the PDF is loaded
LOADED_SIZE
- Static variable in interface com.joanzapata.pdfview.util.
Constants
Number of pages loaded (default 3)
loadPages()
- Method in class com.joanzapata.pdfview.
PDFView
Load all the parts around the center of the screen, taking into account X and Y offsets, zoom level, and the current page displayed
M
mask(int, int)
- Method in class com.joanzapata.pdfview.
PDFView.Configurator
MASK_ALPHA
- Static variable in interface com.joanzapata.pdfview.util.
Constants
Transparency of masks around the main page (between 0 and 255, default 50)
MAXIMUM_ZOOM
- Static variable in interface com.joanzapata.pdfview.util.
Constants.Pinch
md5StringFor(String)
- Static method in class org.vudroid.core.utils.
MD5StringUtil
MD5StringUtil
- Class in
org.vudroid.core.utils
MD5StringUtil()
- Constructor for class org.vudroid.core.utils.
MD5StringUtil
MINIMAP_MAX_SIZE
- Static variable in interface com.joanzapata.pdfview.util.
Constants
Size of the minimum, in percent of the component size
MINIMUM_ZOOM
- Static variable in interface com.joanzapata.pdfview.util.
Constants.Pinch
moveRelativeTo(float, float)
- Method in class com.joanzapata.pdfview.
PDFView
Move relatively to the current position.
moveTo(float, float)
- Method in class com.joanzapata.pdfview.
PDFView
Move to the given X and Y offsets, but check them ahead of time to be sure not to go outside the the big strip.
MultiTouchZoom
- Interface in
org.vudroid.core.multitouch
MultiTouchZoomImpl
- Class in
org.vudroid.core.multitouch
MultiTouchZoomImpl(ZoomModel)
- Constructor for class org.vudroid.core.multitouch.
MultiTouchZoomImpl
N
NumberUtils
- Class in
com.joanzapata.pdfview.util
O
onBitmapRendered(PagePart)
- Method in class com.joanzapata.pdfview.
PDFView
Called when a rendering task is over and a PagePart has been freshly created.
onDetachedFromWindow()
- Method in class com.joanzapata.pdfview.
PDFView
onDoubleTap(float, float)
- Method in interface com.joanzapata.pdfview.util.
DragPinchListener.OnDoubleTapListener
Called when a double tap happens.
onDrag(float, float)
- Method in interface com.joanzapata.pdfview.util.
DragPinchListener.OnDragListener
onDraw(OnDrawListener)
- Method in class com.joanzapata.pdfview.
PDFView.Configurator
onDraw(Canvas)
- Method in class com.joanzapata.pdfview.
PDFView
onDraw(Canvas)
- Method in class org.vudroid.core.
DocumentView
OnDrawListener
- Interface in
com.joanzapata.pdfview.listener
This interface allows an extern class to draw something on the PDFView canvas, above all images.
onLayerDrawn(Canvas, float, float, int)
- Method in interface com.joanzapata.pdfview.listener.
OnDrawListener
This method is called when the PDFView is drawing its view.
onLayerUpdate()
- Method in class com.joanzapata.pdfview.
PDFView
onLayout(boolean, int, int, int, int)
- Method in class org.vudroid.core.
DocumentView
onLoad(OnLoadCompleteListener)
- Method in class com.joanzapata.pdfview.
PDFView.Configurator
OnLoadCompleteListener
- Interface in
com.joanzapata.pdfview.listener
Implements this interface to receive events from IPDFView when loading is compete.
onPageChange(OnPageChangeListener)
- Method in class com.joanzapata.pdfview.
PDFView.Configurator
onPageChanged(int, int)
- Method in interface com.joanzapata.pdfview.listener.
OnPageChangeListener
Called when the user use swipe to change page
OnPageChangeListener
- Interface in
com.joanzapata.pdfview.listener
Implements this interface to receive events from IPDFView when a page has changed through swipe
onPinch(float, PointF)
- Method in interface com.joanzapata.pdfview.util.
DragPinchListener.OnPinchListener
onScrollChanged(int, int, int, int)
- Method in class org.vudroid.core.
DocumentView
onSizeChanged(int, int, int, int)
- Method in class com.joanzapata.pdfview.
PDFView
onTouch(View, MotionEvent)
- Method in class com.joanzapata.pdfview.util.
DragPinchListener
onTouchEvent(MotionEvent)
- Method in class org.vudroid.core.
DocumentView
onTouchEvent(MotionEvent)
- Method in interface org.vudroid.core.multitouch.
MultiTouchZoom
onTouchEvent(MotionEvent)
- Method in class org.vudroid.core.multitouch.
MultiTouchZoomImpl
open(Uri)
- Method in interface org.vudroid.core.
DecodeService
open(Uri)
- Method in class org.vudroid.core.
DecodeServiceBase
openDocument(String)
- Method in interface org.vudroid.core.codec.
CodecContext
openDocument(String)
- Method in class org.vudroid.pdfdroid.codec.
PdfContext
org.vudroid.core
- package org.vudroid.core
org.vudroid.core.codec
- package org.vudroid.core.codec
org.vudroid.core.events
- package org.vudroid.core.events
org.vudroid.core.models
- package org.vudroid.core.models
org.vudroid.core.multitouch
- package org.vudroid.core.multitouch
org.vudroid.core.utils
- package org.vudroid.core.utils
org.vudroid.pdfdroid.codec
- package org.vudroid.pdfdroid.codec
P
PagePart
- Class in
com.joanzapata.pdfview.model
PagePart(int, int, Bitmap, float, float, RectF, boolean, int)
- Constructor for class com.joanzapata.pdfview.model.
PagePart
pages(int...)
- Method in class com.joanzapata.pdfview.
PDFView.Configurator
PART_SIZE
- Static variable in interface com.joanzapata.pdfview.util.
Constants
The size of the rendered parts (default 256) Tinier : a little bit slower to have the whole page rendered but more reactive.
PathFromUri
- Class in
org.vudroid.core.utils
PathFromUri()
- Constructor for class org.vudroid.core.utils.
PathFromUri
PdfContext
- Class in
org.vudroid.pdfdroid.codec
PdfContext()
- Constructor for class org.vudroid.pdfdroid.codec.
PdfContext
PdfDocument
- Class in
org.vudroid.pdfdroid.codec
PdfPage
- Class in
org.vudroid.pdfdroid.codec
PDFView
- Class in
com.joanzapata.pdfview
PDFView(Context, AttributeSet)
- Constructor for class com.joanzapata.pdfview.
PDFView
Construct the initial view
PDFView.Configurator
- Class in
com.joanzapata.pdfview
Q
QUICK_MOVE_THRESHOLD_DISTANCE
- Static variable in interface com.joanzapata.pdfview.util.
Constants.Pinch
A move must be quicker than this duration and longer than this distance to be considered as a quick move
QUICK_MOVE_THRESHOLD_TIME
- Static variable in interface com.joanzapata.pdfview.util.
Constants.Pinch
A move must be quicker than this duration and longer than this distance to be considered as a quick move
R
recycle()
- Method in class com.joanzapata.pdfview.
PDFView
recycle()
- Method in interface org.vudroid.core.codec.
CodecContext
recycle()
- Method in interface org.vudroid.core.codec.
CodecDocument
recycle()
- Method in interface org.vudroid.core.codec.
CodecPage
recycle()
- Method in interface org.vudroid.core.
DecodeService
recycle()
- Method in class org.vudroid.core.
DecodeServiceBase
recycle()
- Method in class org.vudroid.pdfdroid.codec.
PdfContext
recycle()
- Method in class org.vudroid.pdfdroid.codec.
PdfDocument
recycle()
- Method in class org.vudroid.pdfdroid.codec.
PdfPage
removeEventListener(Object)
- Method in class org.vudroid.core.events.
EventDispatcher
render(Rect, Matrix)
- Method in class org.vudroid.pdfdroid.codec.
PdfPage
renderBitmap(int, int, RectF)
- Method in interface org.vudroid.core.codec.
CodecPage
renderBitmap(int, int, RectF)
- Method in class org.vudroid.pdfdroid.codec.
PdfPage
resetZoom()
- Method in class com.joanzapata.pdfview.
PDFView
resetZoomWithAnimation()
- Method in class com.joanzapata.pdfview.
PDFView
retrieve(ContentResolver, Uri)
- Static method in class org.vudroid.core.utils.
PathFromUri
S
SafeEvent
<
T
> - Class in
org.vudroid.core.events
SafeEvent()
- Constructor for class org.vudroid.core.events.
SafeEvent
scrollTo(int, int)
- Method in class org.vudroid.core.
DocumentView
setCacheOrder(int)
- Method in class com.joanzapata.pdfview.model.
PagePart
setContainerView(View)
- Method in interface org.vudroid.core.
DecodeService
setContainerView(View)
- Method in class org.vudroid.core.
DecodeServiceBase
setContentResolver(ContentResolver)
- Method in interface org.vudroid.core.codec.
CodecContext
setContentResolver(ContentResolver)
- Method in interface org.vudroid.core.
DecodeService
setContentResolver(ContentResolver)
- Method in class org.vudroid.core.
DecodeServiceBase
setContentResolver(ContentResolver)
- Method in class org.vudroid.pdfdroid.codec.
PdfContext
setCurrentPageIndex(int)
- Method in class org.vudroid.core.models.
CurrentPageModel
setDecodeService(DecodeService)
- Method in class org.vudroid.core.
DocumentView
setHorizontalScrollEnabled(boolean)
- Method in class org.vudroid.core.models.
ZoomModel
setOnDoubleTapListener(DragPinchListener.OnDoubleTapListener)
- Method in class com.joanzapata.pdfview.util.
DragPinchListener
setOnDragListener(DragPinchListener.OnDragListener)
- Method in class com.joanzapata.pdfview.util.
DragPinchListener
setOnPinchListener(DragPinchListener.OnPinchListener)
- Method in class com.joanzapata.pdfview.util.
DragPinchListener
setResetLastPointAfterZoom(boolean)
- Method in interface org.vudroid.core.multitouch.
MultiTouchZoom
setResetLastPointAfterZoom(boolean)
- Method in class org.vudroid.core.multitouch.
MultiTouchZoomImpl
setSwipeVertical(boolean)
- Method in class com.joanzapata.pdfview.
PDFView
setZoom(float)
- Method in class org.vudroid.core.models.
ZoomModel
showDocument()
- Method in class org.vudroid.core.
DocumentView
showMinimap(boolean)
- Method in class com.joanzapata.pdfview.
PDFView.Configurator
startDrag(float, float)
- Method in interface com.joanzapata.pdfview.util.
DragPinchListener.OnDragListener
Called when a drag event starts
stopDecoding(Object)
- Method in interface org.vudroid.core.
DecodeService
stopDecoding(Object)
- Method in class org.vudroid.core.
DecodeServiceBase
swipeVertical(boolean)
- Method in class com.joanzapata.pdfview.
PDFView.Configurator
T
THUMBNAIL_RATIO
- Static variable in interface com.joanzapata.pdfview.util.
Constants
Between 0 and 1, the thumbnails quality (default 0.2)
THUMBNAILS_CACHE_SIZE
- Static variable in interface com.joanzapata.pdfview.util.
Constants.Cache
toCurrentScale(float)
- Method in class com.joanzapata.pdfview.
PDFView
toggleZoomControls()
- Method in interface org.vudroid.core.events.
BringUpZoomControlsListener
toggleZoomControls()
- Method in class org.vudroid.core.models.
ZoomModel
toRealScale(float)
- Method in class com.joanzapata.pdfview.
PDFView
V
VuDroidLibraryLoader
- Class in
org.vudroid.core
VuDroidLibraryLoader()
- Constructor for class org.vudroid.core.
VuDroidLibraryLoader
W
waitForDecode()
- Method in interface org.vudroid.core.codec.
CodecPage
waitForDecode()
- Method in class org.vudroid.pdfdroid.codec.
PdfPage
Z
zoomCenteredRelativeTo(float, PointF)
- Method in class com.joanzapata.pdfview.
PDFView
zoomCenteredTo(float, PointF)
- Method in class com.joanzapata.pdfview.
PDFView
Change the zoom level, relatively to a pivot point.
zoomChanged(float, float)
- Method in class org.vudroid.core.
DocumentView
zoomChanged(float, float)
- Method in interface org.vudroid.core.events.
ZoomListener
ZoomChangedEvent
- Class in
org.vudroid.core.events
ZoomChangedEvent(float, float)
- Constructor for class org.vudroid.core.events.
ZoomChangedEvent
ZoomListener
- Interface in
org.vudroid.core.events
ZoomListener.CommitZoomEvent
- Class in
org.vudroid.core.events
ZoomModel
- Class in
org.vudroid.core.models
ZoomModel()
- Constructor for class org.vudroid.core.models.
ZoomModel
zoomTo(float)
- Method in class com.joanzapata.pdfview.
PDFView
Change the zoom level
A
B
C
D
E
F
G
I
J
L
M
N
O
P
Q
R
S
T
V
W
Z
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2013-2015. All Rights Reserved.