Class SoDefaultDocumentViewer
- java.lang.Object
-
- com.stepover.opensignatureapi.viewer.AbstractDocumentViewer
-
- com.stepover.opensignatureapi.viewer.SoDefaultDocumentViewer
-
- All Implemented Interfaces:
java.lang.Runnable
public class SoDefaultDocumentViewer extends AbstractDocumentViewer
the default document viewer
-
-
Field Summary
-
Fields inherited from class com.stepover.opensignatureapi.viewer.AbstractDocumentViewer
buttons, currentPage, documentRenderer, forceRender, isViewing, LCD_BUTTON_NEXT_PAGE, LCD_BUTTON_PREV_PAGE, LCD_BUTTON_ROTATE, LCD_BUTTON_START_SIGN, LCD_BUTTON_ZOOM_IN, LCD_BUTTON_ZOOM_OUT, log, maxZoom, pageCount, pageImages, signingDevice, softStop, zoomLevel
-
-
Constructor Summary
Constructors Constructor Description SoDefaultDocumentViewer(DocumentRenderer documentRenderer, SoSigningDevice device)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
Run.-
Methods inherited from class com.stepover.opensignatureapi.viewer.AbstractDocumentViewer
forceRender, getCurrentPage, getPageCount, getZoomLevel, handleButtons, render, setZoomLevel, stopViewing, stopViewingSoftly
-
-
-
-
Constructor Detail
-
SoDefaultDocumentViewer
public SoDefaultDocumentViewer(DocumentRenderer documentRenderer, SoSigningDevice device)
-
-
Method Detail
-
run
public void run()
Description copied from class:AbstractDocumentViewer
Run.- Specified by:
run
in interfacejava.lang.Runnable
- Specified by:
run
in classAbstractDocumentViewer
-
-