JPedal 4.74b27 Click here for Tutorials, code examples, help forums and support

org.jpedal.constants
Class SpecialOptions

java.lang.Object
  extended by org.jpedal.constants.SpecialOptions

public class SpecialOptions
extends java.lang.Object

specific flags used in Custom versions of JPedal - will have no effect in main version


Field Summary
static int HORIZONTAL_DOUBLE_PAGE
           
static int NONE
           
static int PAGEFLOW
           
static int PAGEFLOW3D
           
static int SINGLE_PAGE
           
static int SWING_WIDGETS_ON_CLIENT
           
static int TRANSFER_AS_DECODE_FONTS_ON_CLIENT
           
static int TRANSFER_AS_IMAGE
           
static int TRANSFER_AS_OBJECT
           
static int TRANSFER_DECODE_ON_CLIENT
           
static int ULC_WIDGETS_ON_SERVER
           
static int VERTICAL_DOUBLE_PAGE
           
 
Constructor Summary
SpecialOptions()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRANSFER_AS_IMAGE

public static final int TRANSFER_AS_IMAGE
See Also:
Constant Field Values

TRANSFER_AS_OBJECT

public static final int TRANSFER_AS_OBJECT
See Also:
Constant Field Values

TRANSFER_AS_DECODE_FONTS_ON_CLIENT

public static final int TRANSFER_AS_DECODE_FONTS_ON_CLIENT
See Also:
Constant Field Values

TRANSFER_DECODE_ON_CLIENT

public static final int TRANSFER_DECODE_ON_CLIENT
See Also:
Constant Field Values

SWING_WIDGETS_ON_CLIENT

public static final int SWING_WIDGETS_ON_CLIENT
See Also:
Constant Field Values

ULC_WIDGETS_ON_SERVER

public static final int ULC_WIDGETS_ON_SERVER
See Also:
Constant Field Values

NONE

public static final int NONE
See Also:
Constant Field Values

SINGLE_PAGE

public static final int SINGLE_PAGE
See Also:
Constant Field Values

HORIZONTAL_DOUBLE_PAGE

public static final int HORIZONTAL_DOUBLE_PAGE
See Also:
Constant Field Values

VERTICAL_DOUBLE_PAGE

public static final int VERTICAL_DOUBLE_PAGE
See Also:
Constant Field Values

PAGEFLOW

public static final int PAGEFLOW
See Also:
Constant Field Values

PAGEFLOW3D

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

SpecialOptions

public SpecialOptions()

JPedal 4.74b27 Click here for Tutorials, code examples, help forums and support

JPedal 4.74b27 Click here for Tutorials, code examples, help forums and support