Serialized Form


Package org.apache.fop.apps

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


Package org.apache.fop.dom.svg

Class org.apache.fop.dom.svg.SVGExceptionImpl implements Serializable


Package org.apache.fop.fo

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

Serialized Fields

builder

PropertyListBuilder builder

element

java.lang.String element

fobj

FObj fobj

namespace

java.lang.String namespace

parentPropertyList

PropertyList parentPropertyList

wmtable

byte[] wmtable


Package org.apache.fop.fo.expr

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


Package org.apache.fop.image

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


Package org.apache.fop.layout.hyphenation

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

Serialized Fields

array

byte[] array
The encapsulated array

BLOCK_SIZE

int BLOCK_SIZE

n

int n
Points to next free item

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

Serialized Fields

array

char[] array
The encapsulated array

BLOCK_SIZE

int BLOCK_SIZE

n

int n
Points to next free item

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

Serialized Fields

noBreak

java.lang.String noBreak

postBreak

java.lang.String postBreak

preBreak

java.lang.String preBreak

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

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

Serialized Fields

classmap

TernaryTree classmap
This map stores the character classes

stoplist

java.util.Hashtable stoplist
This map stores hyphenation exceptions

vspace

ByteVector vspace
value space: stores the inteletter values

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

Serialized Fields

eq

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

freenode

char freenode

hi

char[] hi
Pointer to high branch.

kv

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

length

int length

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!

root

char root

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.


Package org.apache.fop.messaging

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

Serialized Fields

message

java.lang.String message

messageType

int messageType


Package org.apache.fop.pdf

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


Package org.apache.fop.viewer

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

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

Serialized Fields

cancelButton

javax.swing.JButton cancelButton

gridBagLayout1

java.awt.GridBagLayout gridBagLayout1

okButton

javax.swing.JButton okButton

pageNumber

int pageNumber

panel1

javax.swing.JPanel panel1

pgNbField

javax.swing.JTextField pgNbField

pgNbLabel

javax.swing.JLabel pgNbLabel

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

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

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

Serialized Fields

exception

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

messageId

java.lang.String messageId
ID der Meldung, die für diese Exception ausgegeben werden soll

parameterList

java.lang.String[] parameterList
Parameterliste zur Meldung

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

Serialized Fields

detailInformation

java.lang.String detailInformation

dialog

javax.swing.JDialog dialog

showsDetails

boolean showsDetails

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

Serialized Fields

currentPage

int currentPage

firstPageAction

Command firstPageAction

infoStatus

javax.swing.JLabel infoStatus

lastPageAction

Command lastPageAction

nextPageAction

Command nextPageAction

pageCount

int pageCount

previewArea

javax.swing.JScrollPane previewArea

previewImageLabel

javax.swing.JLabel previewImageLabel

previousPageAction

Command previousPageAction

printAction

Command printAction

processStatus

javax.swing.JLabel processStatus

renderer

AWTRenderer renderer

res

Translator res

scale

javax.swing.JComboBox scale

statisticsStatus

javax.swing.JLabel statisticsStatus

statusBar

javax.swing.JPanel statusBar

statusBarLayout

java.awt.GridBagLayout statusBarLayout

toolBar

IconToolBar toolBar

zoomLabel

javax.swing.JLabel zoomLabel

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

Serialized Fields

borderLayout1

java.awt.BorderLayout borderLayout1

borderLayout2

java.awt.BorderLayout borderLayout2

button1

javax.swing.JButton button1

comments

java.lang.String comments

copyright

java.lang.String copyright

flowLayout1

java.awt.FlowLayout flowLayout1

flowLayout2

java.awt.FlowLayout flowLayout2

gridLayout1

java.awt.GridLayout gridLayout1

imageControl1

javax.swing.JLabel imageControl1

imageIcon

javax.swing.ImageIcon imageIcon

insetsPanel1

javax.swing.JPanel insetsPanel1

insetsPanel2

javax.swing.JPanel insetsPanel2

insetsPanel3

javax.swing.JPanel insetsPanel3

label1

javax.swing.JLabel label1

label2

javax.swing.JLabel label2

label3

javax.swing.JLabel label3

label4

javax.swing.JLabel label4

panel1

javax.swing.JPanel panel1

panel2

javax.swing.JPanel panel2

product

java.lang.String product

version

java.lang.String version



Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.