Serialized Form


Package org.apache.fop.fo

Class org.apache.fop.fo.DirectPropertyListBuilder.AttrPropertyList extends PropertyList implements Serializable

Serialized Fields

attributes

Attributes attributes

Class org.apache.fop.fo.PropertyList extends HashMap implements Serializable

Serialized Fields

wmtable

byte[] wmtable

builder

PropertyListBuilder builder

parentPropertyList

PropertyList parentPropertyList

namespace

String namespace

element

String element

fobj

FObj fobj


Package org.apache.fop.fo.expr

Class org.apache.fop.fo.expr.PropertyException extends Exception implements Serializable


Package org.apache.fop.image

Class org.apache.fop.image.FopImageException extends Exception implements Serializable


Package org.apache.fop.apps

Class org.apache.fop.apps.FOPException extends Exception implements Serializable

Serialized Fields

_exception

Throwable _exception

systemId

String systemId

line

int line

column

int column


Package org.apache.fop.pdf

Class org.apache.fop.pdf.PDFFilterException extends Exception implements Serializable


Package org.apache.fop.layout.hyphenation

Class org.apache.fop.layout.hyphenation.ByteVector extends Object implements Serializable

Serialized Fields

BLOCK_SIZE

int BLOCK_SIZE

array

byte[] array
The encapsulated array


n

int n
Points to next free item

Class org.apache.fop.layout.hyphenation.CharVector extends Object implements Serializable

Serialized Fields

BLOCK_SIZE

int BLOCK_SIZE

array

char[] array
The encapsulated array


n

int n
Points to next free item

Class org.apache.fop.layout.hyphenation.Hyphen extends Object implements Serializable

Serialized Fields

preBreak

String preBreak

noBreak

String noBreak

postBreak

String postBreak

Class org.apache.fop.layout.hyphenation.HyphenationException extends Exception implements Serializable

Class org.apache.fop.layout.hyphenation.HyphenationTree extends TernaryTree implements Serializable

Serialized Fields

vspace

ByteVector vspace
value space: stores the inteletter values


stoplist

HashMap stoplist
This map stores hyphenation exceptions


classmap

TernaryTree classmap
This map stores the character classes

Class org.apache.fop.layout.hyphenation.TernaryTree extends Object implements Serializable

Serialized Fields

lo

char[] lo
Pointer to low branch and to rest of the key when it is stored directly in this node, we don't have unions in java!


hi

char[] hi
Pointer to high branch.


eq

char[] eq
Pointer to equal branch and to data when this node is a string terminator.


sc

char[] sc

The character stored in this node: splitchar Two special values are reserved:

This shouldn't be a problem if we give the usual semantics to strings since 0xFFFF is garanteed not to be an Unicode character.


kv

CharVector kv
This vector holds the trailing of the keys when the branch is compressed.


root

char root

freenode

char freenode

length

int length


Package org.apache.fop.messaging

Class org.apache.fop.messaging.MessageEvent extends EventObject implements Serializable

Serialized Fields

message

String message

messageType

int messageType


Package org.apache.fop.viewer

Class org.apache.fop.viewer.Command extends AbstractAction implements Serializable

Class org.apache.fop.viewer.GoToPageDialog extends JDialog implements Serializable

Serialized Fields

res

Translator res

panel1

JPanel panel1

gridBagLayout1

GridBagLayout gridBagLayout1

pgNbLabel

JLabel pgNbLabel

pgNbField

JTextField pgNbField

okButton

JButton okButton

cancelButton

JButton cancelButton

pageNumber

int pageNumber

Class org.apache.fop.viewer.IconToolBar extends JToolBar implements Serializable

Class org.apache.fop.viewer.LoadableProperties extends Hashtable implements Serializable

Class org.apache.fop.viewer.MessageException extends Exception implements Serializable

Serialized Fields

exception

Exception exception
Angabe der ausl?senden Exception, wie z.B. NullPointerException. Dieses Feld ist optional.


messageId

String messageId
ID der Meldung, die f?r diese Exception ausgegeben werden soll


parameterList

String[] parameterList
Parameterliste zur Meldung

Class org.apache.fop.viewer.MessagesDialog extends JOptionPane implements Serializable

Serialized Fields

detailInformation

String detailInformation

dialog

JDialog dialog

showsDetails

boolean showsDetails

Class org.apache.fop.viewer.PreviewDialog extends JFrame implements Serializable

Serialized Fields

res

Translator res

currentPage

int currentPage

pageCount

int pageCount

renderer

AWTRenderer renderer

starter

AWTStarter starter

toolBar

IconToolBar toolBar

printAction

Command printAction

firstPageAction

Command firstPageAction

previousPageAction

Command previousPageAction

nextPageAction

Command nextPageAction

lastPageAction

Command lastPageAction

reloadAction

Command reloadAction

reloader

org.apache.fop.viewer.PreviewDialog.Reloader reloader

zoomLabel

JLabel zoomLabel

scale

JComboBox scale

previewArea

JScrollPane previewArea

statusBar

JPanel statusBar

statusBarLayout

GridBagLayout statusBarLayout

statisticsStatus

JLabel statisticsStatus

processStatus

JLabel processStatus

infoStatus

JLabel infoStatus

previewImageLabel

JLabel previewImageLabel

Class org.apache.fop.viewer.PreviewDialogAboutBox extends Dialog implements Serializable

Serialized Fields

panel1

JPanel panel1

panel2

JPanel panel2

insetsPanel1

JPanel insetsPanel1

insetsPanel2

JPanel insetsPanel2

insetsPanel3

JPanel insetsPanel3

button1

JButton button1

imageControl1

JLabel imageControl1

imageIcon

ImageIcon imageIcon

label1

JLabel label1

label2

JLabel label2

label3

JLabel label3

label4

JLabel label4

borderLayout1

BorderLayout borderLayout1

borderLayout2

BorderLayout borderLayout2

flowLayout1

FlowLayout flowLayout1

flowLayout2

FlowLayout flowLayout2

gridLayout1

GridLayout gridLayout1

product

String product

version

String version

copyright

String copyright

comments

String comments



Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.