com.lizardtech.djvu
Interface DjVuInterface

All Known Subinterfaces:
Codec
All Known Implementing Classes:
Bookmark, BSInputStream, DataPool, DjVmDir, DjVuAnno, DjVuBean, DjVuInfo, DjVuObject, DjVuPage, DjVuText, DjVuText.Zone, DjVuViewport, Document, GBitmap, GMap, GPixmap, GRect, IFFInputStream, IWPixmap, JB2Codec, JB2Decode, JB2Dict, JB2Image, Line, Oval, Palette, Poly, Rect, Text, ZPCodec

public interface DjVuInterface

This interface should be implemented by all DjVu classes which use DjVuOptions. The standard is to implement this method, and then create a static method which creates an instance of the class and initializes the object copy of of DjVuOptions based on the argument passed to the creator.

Version:
$Revision: 1.3 $
Author:
Bill C. Riemers

Method Summary
 DjVuOptions getDjVuOptions()
          Query the DjVuOptions object in use
 void setDjVuOptions(DjVuOptions options)
          Sets the DjVuOptions.
 

Method Detail

setDjVuOptions

void setDjVuOptions(DjVuOptions options)
Sets the DjVuOptions.

Parameters:
options - to use

getDjVuOptions

DjVuOptions getDjVuOptions()
Query the DjVuOptions object in use

Returns:
the DjVuOptions object in use