JPedal Java PDF library 4.70b22 API Documentation - http://www.jpedal.org

org.jpedal.external
Class Options

java.lang.Object
  extended by org.jpedal.external.Options

public class Options
extends java.lang.Object

Holds set of values to indicate types of external handler


Field Summary
static int ColorHandler
          allow user to make bw
static int CurrentOffset
          Internal use only - do not use
static int CustomFormPrint
          allow user to print own forms
static int CustomMessageOutput
          allow user to replace info messages with own code -also disables error and other info messages
static int CustomOutput
          allow user to make own output from parser
static int CustomPrintHintingHandler
          Internal use only - do not use
static int Display
          Internal use only - do not use
static int ErrorTracker
           
static int ExpressionEngine
          allows user to link in their own code for Javascript validation - needs to implement ExpressionEngine Default implementation at SwingFormFactory
static int FormFactory
          allows user to over-ride form creation code with own - needs to implement FormFactory
static int FormsActionHandler
          allows user to replace whole forms action Handling code - needs to implement ActionHandler It is recommended you look at Options.ExpressionEngine and Options.LinkHandler for most purposes
static int GlyphTracker
          allow user to track glyfs generated
static int ImageHandler
          allow user to process image - implements ImageHandler examples in org.jpedal.examples.handlers and sample code to use commented out in SimpleViewer
static int JPedalActionHandler
           
static int JPedalActionHandlers
           
static int LinkHandler
          allows user to link in their own code for Javascript validation - needs to implement LinkHandler
static int MultiPageUpdate
          used by SimpleViewer - use not recommended
static int RenderChangeListener
          allow user to replace info messages with own code -also disables error and other info messages
static int Renderer
          not used - for future expansion
static int ShapeTracker
          allow user to track shapes
static int StructuredContentHandler
          ContentHandler
static int SwingContainer
          pass in SwingGUI in Viewers
static int SwingMouseHandler
           
static int ThumbnailHandler
          used by SimpleViewer - use not recommended
 
Constructor Summary
Options()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ImageHandler

public static final int ImageHandler
allow user to process image - implements ImageHandler examples in org.jpedal.examples.handlers and sample code to use commented out in SimpleViewer

See Also:
Constant Field Values

Renderer

public static final int Renderer
not used - for future expansion

See Also:
Constant Field Values

FormFactory

public static final int FormFactory
allows user to over-ride form creation code with own - needs to implement FormFactory

See Also:
Constant Field Values

MultiPageUpdate

public static final int MultiPageUpdate
used by SimpleViewer - use not recommended

See Also:
Constant Field Values

FormsActionHandler

public static final int FormsActionHandler
allows user to replace whole forms action Handling code - needs to implement ActionHandler It is recommended you look at Options.ExpressionEngine and Options.LinkHandler for most purposes

See Also:
Constant Field Values

ExpressionEngine

public static final int ExpressionEngine
allows user to link in their own code for Javascript validation - needs to implement ExpressionEngine Default implementation at SwingFormFactory

See Also:
Constant Field Values

LinkHandler

public static final int LinkHandler
allows user to link in their own code for Javascript validation - needs to implement LinkHandler

See Also:
Constant Field Values

ThumbnailHandler

public static final int ThumbnailHandler
used by SimpleViewer - use not recommended

See Also:
Constant Field Values

JPedalActionHandler

public static final int JPedalActionHandler
See Also:
Constant Field Values

SwingMouseHandler

public static final int SwingMouseHandler
See Also:
Constant Field Values

SwingContainer

public static final int SwingContainer
pass in SwingGUI in Viewers

See Also:
Constant Field Values

GlyphTracker

public static final int GlyphTracker
allow user to track glyfs generated

See Also:
Constant Field Values

ShapeTracker

public static final int ShapeTracker
allow user to track shapes

See Also:
Constant Field Values

CustomFormPrint

public static final int CustomFormPrint
allow user to print own forms

See Also:
Constant Field Values

CustomMessageOutput

public static final int CustomMessageOutput
allow user to replace info messages with own code -also disables error and other info messages

See Also:
Constant Field Values

Display

public static final int Display
Internal use only - do not use

See Also:
Constant Field Values

CurrentOffset

public static final int CurrentOffset
Internal use only - do not use

See Also:
Constant Field Values

CustomPrintHintingHandler

public static final int CustomPrintHintingHandler
Internal use only - do not use

See Also:
Constant Field Values

ColorHandler

public static final int ColorHandler
allow user to make bw

See Also:
Constant Field Values

CustomOutput

public static final int CustomOutput
allow user to make own output from parser

See Also:
Constant Field Values

RenderChangeListener

public static final int RenderChangeListener
allow user to replace info messages with own code -also disables error and other info messages

See Also:
Constant Field Values

StructuredContentHandler

public static final int StructuredContentHandler
ContentHandler

See Also:
Constant Field Values

ErrorTracker

public static final int ErrorTracker
See Also:
Constant Field Values

JPedalActionHandlers

public static final int JPedalActionHandlers
See Also:
Constant Field Values
Constructor Detail

Options

public Options()

JPedal Java PDF library 4.70b22 API Documentation - http://www.jpedal.org

JPedal Java PDF library 4.70b22 API Documentation - http://www.jpedal.org