Serialized Form


Package <Unnamed>

Class DjVuApplet extends Applet implements Serializable


Package com.lizardtech.djview

Class com.lizardtech.djview.Applet extends java.applet.Applet implements Serializable

Serialized Fields

jarName

java.lang.String jarName
The jar file which we should run, if main is invoked.


mainClass

java.lang.String mainClass
The main class to use, if main is invoked and the jar file is not available.


cardLayout

java.awt.CardLayout cardLayout
The cardlayout which displays either the image or the hidden text.


scrollPane

java.awt.Container scrollPane
This container will contain a scrollable DjVu Image


document

Document document
The current document being displayed.


url

java.net.URL url
The current URL being displayed.


first

boolean first
True until the first time the mouse is moved over the applet.


useScrollPane

boolean useScrollPane
True if a scrollpane should be used. This is intended for debug purposes.


scale

int scale
The current zoom factor.


splitPane

java.awt.Component splitPane

centerPane

java.awt.Container centerPane

djvuBean

DjVuBean djvuBean
The panel which displays the DjVu page.


parentRef

java.lang.Object parentRef

validDjVu

boolean validDjVu

Package com.lizardtech.djview.frame

Class com.lizardtech.djview.frame.Frame extends java.awt.Frame implements Serializable

Serialized Fields

appletContext

java.applet.AppletContext appletContext

back

java.awt.Button back

forward

java.awt.Button forward

parameters

java.util.Hashtable<K,V> parameters
Create an applet for this document.


panel

java.awt.Panel panel

currentURL

java.lang.String currentURL

input

java.awt.TextField input

documentBase

java.net.URL documentBase

history

java.util.Vector<E> history

isDjVu

boolean isDjVu

currentHistory

int currentHistory

Package com.lizardtech.djvu

Class com.lizardtech.djvu.BitContext extends java.lang.Number implements Serializable

Serialized Fields

bit

byte bit
The raw value. Try to use the methods, unless speed is of the essence.

Class com.lizardtech.djvu.NumContext extends java.lang.Number implements Serializable

Serialized Fields

value

int value

Package com.lizardtech.djvubean

Class com.lizardtech.djvubean.DjVuBean extends java.awt.Panel implements Serializable

Serialized Fields

status

java.lang.String status

properties

java.util.Properties properties
Properties which may be used to initialize addOn's, and to pass extra values between add-on's.


mlistener

java.awt.event.MouseListener mlistener
The current mouse listener.


zoom

int zoom
Current zoom factor.


djvuObject

DjVuObject djvuObject

change

java.beans.PropertyChangeSupport change

outline

java.awt.Component outline

toolBar

java.awt.Component toolBar

annoManager

java.lang.Object annoManager

drawMapAreaMethod

java.lang.reflect.Method drawMapAreaMethod

image

DjVuImage image
The DjVuImage to be displayed.


nextPage

DjVuPage nextPage

prevPage

DjVuPage prevPage

document

Document document

caretPosition

java.lang.Integer caretPosition

page

java.lang.Integer page

searchMask

java.lang.Integer searchMask

lastMode

java.lang.Number lastMode

mode

java.lang.Number mode

select

java.awt.Rectangle select

textSearchObject

java.lang.Runnable textSearchObject

oldZoom

java.lang.String oldZoom

searchText

java.lang.String searchText

textArea

java.awt.TextArea textArea

targetWidth

java.lang.Number targetWidth

text

java.lang.String text

url

java.net.URL url

defereRepaint

boolean defereRepaint

clearPage

long clearPage

firstTime

boolean firstTime

oViewportHeight

int oViewportHeight

oViewportWidth

int oViewportWidth

getImageThread

java.lang.Thread getImageThread
Thread used to get the current image for display

Class com.lizardtech.djvubean.DjVuViewport extends DjVuBean implements Serializable

Serialized Fields

scrollPosition

java.awt.Point scrollPosition

hScroll

java.awt.Scrollbar hScroll

vScroll

java.awt.Scrollbar vScroll

Package com.lizardtech.djvubean.menu

Class com.lizardtech.djvubean.menu.DjVuMenu extends java.awt.PopupMenu implements Serializable

Serialized Fields

aboutListener

java.awt.event.ActionListener aboutListener

helpListener

java.awt.event.ActionListener helpListener

navigationListener

java.awt.event.ActionListener navigationListener

findListener

java.awt.event.ItemListener findListener

navPaneListener

java.awt.event.ItemListener navPaneListener

zoomListener

com.lizardtech.djvubean.menu.DjVuMenu.Listener zoomListener

navPaneMenu

java.awt.Menu navPaneMenu

zoomMenu

java.awt.Menu zoomMenu

aboutMenuItem

java.awt.MenuItem aboutMenuItem

findMenuItem

java.awt.MenuItem findMenuItem

helpMenuItem

java.awt.MenuItem helpMenuItem

Package com.lizardtech.djvubean.outline

Class com.lizardtech.djvubean.outline.Outline extends java.awt.Canvas implements Serializable

Serialized Fields

djvuBean

DjVuBean djvuBean
The DjVuComponent used when creating this Outline


depthMap

java.util.Hashtable<K,V> depthMap

parentMap

java.util.Hashtable<K,V> parentMap

activeVector

java.util.Vector<E> activeVector

pagenoVector

java.util.Vector<E> pagenoVector

visibleArgs

java.lang.Object[] visibleArgs

checked

boolean checked

firstTime

boolean firstTime

fontHeight

int fontHeight

fontWidth

int fontWidth

Class com.lizardtech.djvubean.outline.OutlineScrollPane extends java.awt.ScrollPane implements Serializable

Serialized Fields

outline

Outline outline

Package com.lizardtech.djvubean.text

Class com.lizardtech.djvubean.text.TextSearch extends java.lang.Object implements Serializable

Serialized Fields

djvuBean

DjVuBean djvuBean
DjVuBean to search.


searchObject

java.lang.Object searchObject

Package com.lizardtech.djvubean.toolbar

Class com.lizardtech.djvubean.toolbar.ComboBox extends java.awt.Container implements Serializable

Serialized Fields

cardLayout

java.awt.CardLayout cardLayout
A CardLayout to swap between the Choice box, and the Text selection box.


editContainer

java.awt.Container editContainer
The container used for the Text selection box, and the selection button.


itemMap

java.util.Hashtable<K,V> itemMap
A table of Objects mapped to their selection strings.


lastSelectedItem

java.lang.Object lastSelectedItem
The last item selected.


choice

PopupChoice choice
An extension of the Choice class, designed to deliver events to the ComboBox.


textField

java.awt.TextField textField
The text selection field, used for editing values.


customText

java.lang.String customText
The text indicating the last selected value.


button

ToggleButton button
The button used to activate/deactivate popup selection menu.


itemState

ListenerSupport itemState

isEditable

boolean isEditable

isPopupVisible

boolean isPopupVisible

Class com.lizardtech.djvubean.toolbar.Finder extends java.awt.Container implements Serializable

Serialized Fields

searchField

java.awt.Component searchField
A text field for the string we are searching for.


searchBack

ToggleButton searchBack
The search backward button.


searchDocumentBack

ToggleButton searchDocumentBack
The button to search to the last page.


searchDocumentFwd

ToggleButton searchDocumentFwd
The button to search to the first page.


searchFwd

ToggleButton searchFwd
The search forward button.


djvuBean

DjVuBean djvuBean

buttonList

java.util.Vector<E> buttonList

firstTime

boolean firstTime

Class com.lizardtech.djvubean.toolbar.PopupChoice extends java.awt.Choice implements Serializable

Serialized Fields

reference

ComboBox reference

Class com.lizardtech.djvubean.toolbar.ToggleButton extends java.awt.Container implements Serializable

Serialized Fields

gray

java.awt.Image gray
The icon which will be showed when disabled.


image

java.awt.Image image
The icon shown when enabled.


actionPerformed

ListenerSupport actionPerformed

itemState

ListenerSupport itemState

repaintLock

java.lang.Object repaintLock
Object used for locking when waiting for a repaint.


actionCommand

java.lang.String actionCommand

label

java.lang.String label

isSelectable

boolean isSelectable
Indicates if the button is selectable.


isSelected

boolean isSelected
Indicates if the button is selected.


scaleFactor

double scaleFactor

borderType

int borderType
Border type to draw.


imageHeight

int imageHeight

imageWidth

int imageWidth

Class com.lizardtech.djvubean.toolbar.Toolbar extends java.awt.Container implements Serializable

Serialized Fields

pageSelect

java.awt.Container pageSelect
The combobox for selecting the current page.


zoomSelect

java.awt.Container zoomSelect
The combobox for zooming.


modeButtonPanel

java.awt.Panel modeButtonPanel
The panel with mode buttons.


pagePanel

java.awt.Panel pagePanel
The panel with page navigation buttons.


zoomPagePanel

java.awt.Panel zoomPagePanel
The panel with zoom and page panels.


zoomPanel

java.awt.Panel zoomPanel
The panel with zoom buttons.


actualSize

ToggleButton actualSize
The mode button to zoom to actual size (100 dpi)


firstPage

ToggleButton firstPage
The button to go to the first page.


fitPage

ToggleButton fitPage
The mode button to fit page.


fitWidth

ToggleButton fitWidth
The mode button to fit width.


lastPage

ToggleButton lastPage
The button to go to the last page.


logo

ToggleButton logo
The LizardTech logo button.


logo2

ToggleButton logo2
The LizardTech logo button.


nextPage

ToggleButton nextPage
The next page button.


panMode

ToggleButton panMode
The mode button to pan the document.


prevPage

ToggleButton prevPage
The previous page button.


searchMode

ToggleButton searchMode
The search button to search the document.


textMode

ToggleButton textMode
The mode button to display hiddent text.


zoomIn

ToggleButton zoomIn
The zoom in button.


zoomMode

ToggleButton zoomMode
The mode button to pan the document.


zoomOut

ToggleButton zoomOut
The zoom out button.


pageSelectEditorActionListener

java.awt.event.ActionListener pageSelectEditorActionListener
Used for typing in a page number.


djvuBean

DjVuBean djvuBean

buttonList

java.util.Vector<E> buttonList

toggleButtonList

java.util.Vector<E> toggleButtonList

toolbar

boolean toolbar