|
JPedal Java PDF library 4.70b22 API Documentation - http://www.jpedal.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jpedal.external.Options
public class Options
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 |
|---|
public static final int ImageHandler
ImageHandler
examples in org.jpedal.examples.handlers
and sample code to use commented out in SimpleViewer
public static final int Renderer
public static final int FormFactory
FormFactory
public static final int MultiPageUpdate
public static final int FormsActionHandler
ActionHandler
It is recommended you look at Options.ExpressionEngine and Options.LinkHandler for
most purposes
public static final int ExpressionEngine
ExpressionEngine
Default implementation at SwingFormFactory
public static final int LinkHandler
LinkHandler
public static final int ThumbnailHandler
public static final int JPedalActionHandler
public static final int SwingMouseHandler
public static final int SwingContainer
public static final int GlyphTracker
public static final int ShapeTracker
public static final int CustomFormPrint
public static final int CustomMessageOutput
public static final int Display
public static final int CurrentOffset
public static final int CustomPrintHintingHandler
public static final int ColorHandler
public static final int CustomOutput
public static final int RenderChangeListener
public static final int StructuredContentHandler
public static final int ErrorTracker
public static final int JPedalActionHandlers
| Constructor Detail |
|---|
public Options()
|
JPedal Java PDF library 4.70b22 API Documentation - http://www.jpedal.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||