Serialized Form


Package org.apache.batik.apps.rasterizer

Class org.apache.batik.apps.rasterizer.SVGConverterException extends java.lang.Exception implements Serializable

Serialized Fields

errorCode

java.lang.String errorCode
Error code


errorInfo

java.lang.Object[] errorInfo
Additional information about the error condition


isFatal

boolean isFatal
Defines whether or not this is a fatal error condition


Package org.apache.batik.apps.slideshow

Class org.apache.batik.apps.slideshow.Main extends javax.swing.JComponent implements Serializable

Serialized Fields

renderer

StaticRenderer renderer

userAgent

UserAgent userAgent

loader

DocumentLoader loader

ctx

BridgeContext ctx

image

java.awt.image.BufferedImage image

display

java.awt.image.BufferedImage display

files

java.io.File[] files

done

boolean done

transitionThread

java.lang.Thread transitionThread

startLastTransition

long startLastTransition

paused

boolean paused


Package org.apache.batik.apps.svgbrowser

Class org.apache.batik.apps.svgbrowser.AboutDialog extends javax.swing.JWindow implements Serializable

Class org.apache.batik.apps.svgbrowser.FindDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

buttonFactory

ButtonFactory buttonFactory
The button factory


gvtRoot

GraphicsNode gvtRoot
The GVT root into which text is searched.


walker

GVTTreeWalker walker
The GVTTreeWalker used to scan the GVT Tree.


currentIndex

int currentIndex
The current index in the TextNode's string.


search

javax.swing.JTextField search
The TextField that owns the text to search.


findButton

javax.swing.JButton findButton
The next button.


clearButton

javax.swing.JButton clearButton
The next button.


closeButton

javax.swing.JButton closeButton
The cancel button.


caseSensitive

javax.swing.JCheckBox caseSensitive
The case sensitive button.


svgCanvas

JSVGCanvas svgCanvas
The canvas.


highlightButton

javax.swing.JRadioButton highlightButton
The highlight button.


highlightCenterButton

javax.swing.JRadioButton highlightCenterButton
The highlight and center button.


highlightCenterZoomButton

javax.swing.JRadioButton highlightCenterZoomButton
The highlight center and zoom button.


listeners

java.util.Map listeners
The map that contains the listeners

Class org.apache.batik.apps.svgbrowser.FindDialog.ClearButtonAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.FindDialog.CloseButtonAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.FindDialog.FindButtonAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.JPEGOptionPanel extends OptionPanel implements Serializable

Serialized Fields

quality

javax.swing.JSlider quality
The jpeg encoding quality.

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

application

Application application
The current application.


svgCanvas

JSVGCanvas svgCanvas
The JSVGCanvas.


svgCanvasPanel

javax.swing.JPanel svgCanvasPanel
The panel where the svgCanvas is displayed


window

javax.swing.JWindow window
A window used for full screen display


currentPath

java.io.File currentPath
The current path.


currentExportPath

java.io.File currentExportPath
The current export path.


backAction

JSVGViewerFrame.BackAction backAction
The back action


forwardAction

JSVGViewerFrame.ForwardAction forwardAction
The forward action


playAction

JSVGViewerFrame.PlayAction playAction
The play action


pauseAction

JSVGViewerFrame.PauseAction pauseAction
The pause action


stopAction

JSVGViewerFrame.StopAction stopAction
The stop action


previousTransformAction

JSVGViewerFrame.PreviousTransformAction previousTransformAction
The previous transform action


nextTransformAction

JSVGViewerFrame.NextTransformAction nextTransformAction
The next transform action


useStylesheetAction

JSVGViewerFrame.UseStylesheetAction useStylesheetAction
The use (author) stylesheet action


debug

boolean debug
The debug flag.


autoAdjust

boolean autoAdjust
The auto adjust flag.


managerStopped

boolean managerStopped
Whether the update manager was stopped.


userAgent

SVGUserAgent userAgent
The SVG user agent.


svgDocument

SVGDocument svgDocument
The current document.


uriChooser

URIChooser uriChooser
The URI chooser.


domViewer

DOMViewer domViewer
The DOM viewer.


findDialog

FindDialog findDialog
The Find dialog.


thumbnailDialog

ThumbnailDialog thumbnailDialog
The Find dialog.


transformDialog

JAffineTransformChooser.Dialog transformDialog
The transform dialog


locationBar

LocationBar locationBar
The location bar.


statusBar

StatusBar statusBar
The status bar.


title

java.lang.String title
The initial frame title.


localHistory

LocalHistory localHistory
The local history.


transformHistory

TransformHistory transformHistory
The transform history.


alternateStyleSheet

java.lang.String alternateStyleSheet
The alternate style-sheet title.


listeners

java.util.Map listeners
The map that contains the action listeners


time

long time

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.AboutAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.BackAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

components

java.util.List components

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.CloseAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.DOMViewerAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ExportAsJPGAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ExportAsPNGAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ExportAsTIFFAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.FindDialogAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.FlushAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ForwardAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

components

java.util.List components

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.FullScreenAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.MonitorAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.NewWindowAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.NextTransformAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

components

java.util.List components

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.OpenAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.OpenLocationAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.PauseAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

components

java.util.List components

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.PlayAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

components

java.util.List components

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.PreferencesAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.PreviousTransformAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

components

java.util.List components

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.PrintAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ReloadAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.SetTransformAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.StopAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

components

java.util.List components

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ThumbnailDialogAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ToggleDebuggerAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.UseStylesheetAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

components

java.util.List components

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ViewSourceAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.OptionPanel extends javax.swing.JPanel implements Serializable

Class org.apache.batik.apps.svgbrowser.OptionPanel.Dialog extends javax.swing.JDialog implements Serializable

Serialized Fields

ok

javax.swing.JButton ok
The 'ok' button.


panel

javax.swing.JPanel panel
The 'ok' button.

Class org.apache.batik.apps.svgbrowser.OptionPanel.Dialog.OKButtonAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.PNGOptionPanel extends OptionPanel implements Serializable

Serialized Fields

check

javax.swing.JCheckBox check
The check box for outputing an indexed PNG.

Class org.apache.batik.apps.svgbrowser.PreferenceDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

model

PreferenceManager model
PreferenceManager used to store and retrieve preferences


configPanelSelector

ConfigurationPanelSelector configPanelSelector
Allows selection of the desired configuration panel


languagePanel

LanguageDialog.Panel languagePanel
Allows selection of the user languages


userStylesheetPanel

UserStyleDialog.Panel userStylesheetPanel
Allows selection of a user stylesheet


showRendering

javax.swing.JCheckBox showRendering

autoAdjustWindow

javax.swing.JCheckBox autoAdjustWindow

showDebugTrace

javax.swing.JCheckBox showDebugTrace

enableDoubleBuffering

javax.swing.JCheckBox enableDoubleBuffering

selectionXorMode

javax.swing.JCheckBox selectionXorMode

isXMLParserValidating

javax.swing.JCheckBox isXMLParserValidating

enforceSecureScripting

javax.swing.JCheckBox enforceSecureScripting

grantScriptFileAccess

javax.swing.JCheckBox grantScriptFileAccess

grantScriptNetworkAccess

javax.swing.JCheckBox grantScriptNetworkAccess

loadJava

javax.swing.JCheckBox loadJava

loadEcmascript

javax.swing.JCheckBox loadEcmascript

scriptOriginGroup

javax.swing.ButtonGroup scriptOriginGroup

resourceOriginGroup

javax.swing.ButtonGroup resourceOriginGroup

host

javax.swing.JTextField host

port

javax.swing.JTextField port

cssMediaPanel

CSSMediaPanel cssMediaPanel

returnCode

int returnCode
Code indicating whether the dialog was OKayed or cancelled

Class org.apache.batik.apps.svgbrowser.StatusBar extends javax.swing.JPanel implements Serializable

Serialized Fields

xPosition

javax.swing.JLabel xPosition
The x position/width label.


yPosition

javax.swing.JLabel yPosition
The y position/height label.


zoom

javax.swing.JLabel zoom
The zoom label.


message

javax.swing.JLabel message
The message label


mainMessage

java.lang.String mainMessage
The main message


temporaryMessage

java.lang.String temporaryMessage
The temporary message


displayThread

java.lang.Thread displayThread
The current display thread.

Class org.apache.batik.apps.svgbrowser.ThumbnailDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

svgCanvas

JSVGCanvas svgCanvas
The canvas that owns the SVG document to display.


svgThumbnailCanvas

JGVTComponent svgThumbnailCanvas
The canvas that displays the thumbnail.


documentChanged

boolean documentChanged
A flag bit that indicates a document has been loaded.


overlay

ThumbnailDialog.AreaOfInterestOverlay overlay
The overlay used to display the area of interest.


aoiListener

ThumbnailDialog.AreaOfInterestListener aoiListener
The overlay used to display the area of interest.


interactionEnabled

boolean interactionEnabled

Class org.apache.batik.apps.svgbrowser.XMLPreferenceManager.XMLProperties extends java.util.Properties implements Serializable


Package org.apache.batik.bridge

Class org.apache.batik.bridge.BridgeException extends java.lang.RuntimeException implements Serializable

Serialized Fields

e

org.w3c.dom.Element e
The element on which the error occured.


code

java.lang.String code
The error code.


params

java.lang.Object[] params
The paramters to use for the error message.


line

int line
The line number on which the error occured.


node

GraphicsNode node
The graphics node that represents the current state of the GVT tree.

Class org.apache.batik.bridge.InterruptedBridgeException extends java.lang.RuntimeException implements Serializable

Class org.apache.batik.bridge.UpdateManagerEvent extends java.util.EventObject implements Serializable

Serialized Fields

image

java.awt.image.BufferedImage image
The buffered image.


dirtyAreas

java.util.List dirtyAreas
The dirty areas, as a List of Rectangles.


Package org.apache.batik.css.engine

Class org.apache.batik.css.engine.CSSEngineEvent extends java.util.EventObject implements Serializable

Serialized Fields

element

org.w3c.dom.Element element
The event target.


properties

int[] properties
The changed properties indexes.


Package org.apache.batik.css.parser

Class org.apache.batik.css.parser.ParseException extends java.lang.RuntimeException implements Serializable

Serialized Fields

exception

java.lang.Exception exception
The embedded exception if tunnelling, or null.

lineNumber

int lineNumber
The line number.

columnNumber

int columnNumber
The column number.


Package org.apache.batik.dom

Class org.apache.batik.dom.AbstractAttr extends AbstractParentNode implements Serializable

Serialized Fields

nodeName

java.lang.String nodeName
The name of this node.


unspecified

boolean unspecified
Whether this attribute was not specified in the original document.


ownerElement

AbstractElement ownerElement
The owner element.

Class org.apache.batik.dom.AbstractAttrNS extends AbstractAttr implements Serializable

Serialized Fields

namespaceURI

java.lang.String namespaceURI
The namespace URI

Class org.apache.batik.dom.AbstractCharacterData extends AbstractChildNode implements Serializable

Serialized Fields

nodeValue

java.lang.String nodeValue
The value of this node.

Class org.apache.batik.dom.AbstractChildNode extends AbstractNode implements Serializable

Serialized Fields

parentNode

org.w3c.dom.Node parentNode
The parent node of this node.


previousSibling

org.w3c.dom.Node previousSibling
The previous sibling.


nextSibling

org.w3c.dom.Node nextSibling
Returns the next sibling.

Class org.apache.batik.dom.AbstractComment extends AbstractCharacterData implements Serializable

Class org.apache.batik.dom.AbstractDocument extends AbstractParentNode implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException

Class org.apache.batik.dom.AbstractDocumentFragment extends AbstractParentNode implements Serializable

Class org.apache.batik.dom.AbstractDOMImplementation extends java.lang.Object implements Serializable

Serialized Fields

features

HashTable features
The supported features.

Class org.apache.batik.dom.AbstractElement extends AbstractParentChildNode implements Serializable

Serialized Fields

attributes

org.w3c.dom.NamedNodeMap attributes
The attributes of this element.

Class org.apache.batik.dom.AbstractElement.Entry extends java.lang.Object implements Serializable

Serialized Fields

hash

int hash
The hash code


namespaceURI

java.lang.String namespaceURI
The namespace URI


name

java.lang.String name
The node name.


value

org.w3c.dom.Node value
The value


next

AbstractElement.Entry next
The next entry

Class org.apache.batik.dom.AbstractElement.NamedNodeHashMap extends java.lang.Object implements Serializable

Serialized Fields

table

AbstractElement.Entry[] table
The underlying array


count

int count
The number of entries

Class org.apache.batik.dom.AbstractElementNS extends AbstractElement implements Serializable

Serialized Fields

namespaceURI

java.lang.String namespaceURI
The namespace URI

Class org.apache.batik.dom.AbstractEntity extends AbstractParentNode implements Serializable

Serialized Fields

nodeName

java.lang.String nodeName
The node name.


publicId

java.lang.String publicId
The public id.


systemId

java.lang.String systemId
The system id.

Class org.apache.batik.dom.AbstractEntityReference extends AbstractParentChildNode implements Serializable

Serialized Fields

nodeName

java.lang.String nodeName
The node name.

Class org.apache.batik.dom.AbstractNode extends java.lang.Object implements Serializable

Serialized Fields

ownerDocument

AbstractDocument ownerDocument
The owner document.

Class org.apache.batik.dom.AbstractNotation extends AbstractNode implements Serializable

Serialized Fields

nodeName

java.lang.String nodeName
The node name.


publicId

java.lang.String publicId
The public id.


systemId

java.lang.String systemId
The system id.

Class org.apache.batik.dom.AbstractParentChildNode extends AbstractParentNode implements Serializable

Serialized Fields

parentNode

org.w3c.dom.Node parentNode
The parent node of this node.


previousSibling

org.w3c.dom.Node previousSibling
The previous sibling.


nextSibling

org.w3c.dom.Node nextSibling
Returns the next sibling.

Class org.apache.batik.dom.AbstractParentNode extends AbstractNode implements Serializable

Serialized Fields

childNodes

AbstractParentNode.ChildNodes childNodes
The children.

Class org.apache.batik.dom.AbstractParentNode.ChildNodes extends java.lang.Object implements Serializable

Serialized Fields

firstChild

ExtendedNode firstChild
The first child.


lastChild

ExtendedNode lastChild
The last child.


children

int children
The number of children.

Class org.apache.batik.dom.AbstractProcessingInstruction extends AbstractChildNode implements Serializable

Serialized Fields

data

java.lang.String data
The data.

Class org.apache.batik.dom.AbstractText extends AbstractCharacterData implements Serializable

Class org.apache.batik.dom.GenericAttr extends AbstractAttr implements Serializable

Serialized Fields

readonly

boolean readonly
Is this attribute immutable?

Class org.apache.batik.dom.GenericAttrNS extends AbstractAttrNS implements Serializable

Serialized Fields

readonly

boolean readonly
Is this attribute immutable?

Class org.apache.batik.dom.GenericCDATASection extends AbstractText implements Serializable

Serialized Fields

readonly

boolean readonly
Is this element immutable?

Class org.apache.batik.dom.GenericComment extends AbstractComment implements Serializable

Serialized Fields

readonly

boolean readonly
Is this element immutable?

Class org.apache.batik.dom.GenericDocument extends AbstractDocument implements Serializable

Serialized Fields

readonly

boolean readonly
Is this document immutable?

Class org.apache.batik.dom.GenericDocumentFragment extends AbstractDocumentFragment implements Serializable

Serialized Fields

readonly

boolean readonly
Is this element immutable?

Class org.apache.batik.dom.GenericDOMImplementation extends AbstractDOMImplementation implements Serializable

Class org.apache.batik.dom.GenericElement extends AbstractElement implements Serializable

Serialized Fields

nodeName

java.lang.String nodeName
The node name.


readonly

boolean readonly
Is this element immutable?

Class org.apache.batik.dom.GenericElementNS extends AbstractElementNS implements Serializable

Serialized Fields

nodeName

java.lang.String nodeName
The node name.


readonly

boolean readonly
Is this element immutable?

Class org.apache.batik.dom.GenericEntity extends AbstractEntity implements Serializable

Serialized Fields

readonly

boolean readonly
Is this node immutable?

Class org.apache.batik.dom.GenericEntityReference extends AbstractEntityReference implements Serializable

Serialized Fields

readonly

boolean readonly
Is this node immutable?

Class org.apache.batik.dom.GenericNotation extends AbstractNotation implements Serializable

Serialized Fields

readonly

boolean readonly
Is this node immutable?

Class org.apache.batik.dom.GenericProcessingInstruction extends AbstractProcessingInstruction implements Serializable

Serialized Fields

target

java.lang.String target
The target.


readonly

boolean readonly
Is this node immutable?

Class org.apache.batik.dom.GenericText extends AbstractText implements Serializable

Serialized Fields

readonly

boolean readonly
Is this element immutable?

Class org.apache.batik.dom.StyleSheetProcessingInstruction extends AbstractProcessingInstruction implements Serializable

Serialized Fields

readonly

boolean readonly
Is this node immutable?


factory

StyleSheetFactory factory
The stylesheet factory.


Package org.apache.batik.dom.svg

Class org.apache.batik.dom.svg.AbstractElement extends AbstractElement implements Serializable

Class org.apache.batik.dom.svg.AbstractElement.ExtendedNamedNodeHashMap extends AbstractElement.NamedNodeHashMap implements Serializable

Class org.apache.batik.dom.svg.ExtensibleSVGDOMImplementation extends SVGDOMImplementation implements Serializable

Serialized Fields

customFactories

DoublyIndexedTable customFactories
The custom elements factories.


customValueManagers

java.util.List customValueManagers
The custom value managers.


customShorthandManagers

java.util.List customShorthandManagers
The custom shorthand value managers.

Class org.apache.batik.dom.svg.SVGDescriptiveElement extends SVGStylableElement implements Serializable

Class org.apache.batik.dom.svg.SVGDOMImplementation extends AbstractDOMImplementation implements Serializable

Serialized Fields

localizableSupport

LocalizableSupport localizableSupport
The localizable support for the error messages.


factories

HashTable factories
The SVG element factories.

Class org.apache.batik.dom.svg.SVGGraphicsElement extends SVGStylableElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMAElement extends SVGURIReferenceGraphicsElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMAltGlyphDefElement extends SVGOMElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMAltGlyphElement extends SVGURIReferenceTextPositioningElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMAltGlyphItemElement extends SVGOMElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMAnimateColorElement extends SVGOMAnimationElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMAnimateElement extends SVGOMAnimationElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMAnimateMotionElement extends SVGOMAnimationElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMAnimateTransformElement extends SVGOMAnimationElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMAnimationElement extends SVGOMElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMCircleElement extends SVGGraphicsElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMClipPathElement extends SVGGraphicsElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMColorProfileElement extends SVGOMURIReferenceElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMComponentTransferFunctionElement extends SVGOMElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMCSSImportedElementRoot extends AbstractDocumentFragment implements Serializable

Serialized Fields

cssParentElement

org.w3c.dom.Element cssParentElement
The parent CSS element.


isLocal

boolean isLocal
Indicates if the imported css element is from this document.

Class org.apache.batik.dom.svg.SVGOMCursorElement extends SVGOMURIReferenceElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMDefinitionSrcElement extends SVGOMElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMDefsElement extends SVGGraphicsElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMDescElement extends SVGDescriptiveElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMDocument extends AbstractDocument implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Reads the object from the given stream.

Serialized Fields

referrer

java.lang.String referrer
The string representing the referrer.


url

java.net.URL url
The url of the document.

Class org.apache.batik.dom.svg.SVGOMElement extends AbstractElement implements Serializable

Serialized Fields

prefix

java.lang.String prefix
The element prefix.

Class org.apache.batik.dom.svg.SVGOMEllipseElement extends SVGGraphicsElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMException extends SVGException implements Serializable

Class org.apache.batik.dom.svg.SVGOMFEBlendElement extends SVGOMFilterPrimitiveStandardAttributes implements Serializable

Class org.apache.batik.dom.svg.SVGOMFEColorMatrixElement extends SVGOMFilterPrimitiveStandardAttributes implements Serializable

Class org.apache.batik.dom.svg.SVGOMFEComponentTransferElement extends SVGOMFilterPrimitiveStandardAttributes implements Serializable

Class org.apache.batik.dom.svg.SVGOMFECompositeElement extends SVGOMFilterPrimitiveStandardAttributes implements Serializable

Class org.apache.batik.dom.svg.SVGOMFEConvolveMatrixElement extends SVGOMFilterPrimitiveStandardAttributes implements Serializable

Class org.apache.batik.dom.svg.SVGOMFEDiffuseLightingElement extends SVGOMFilterPrimitiveStandardAttributes implements Serializable

Class org.apache.batik.dom.svg.SVGOMFEDisplacementMapElement extends SVGOMFilterPrimitiveStandardAttributes implements Serializable

Class org.apache.batik.dom.svg.SVGOMFEDistantLightElement extends SVGOMElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMFEFloodElement extends SVGOMFilterPrimitiveStandardAttributes implements Serializable

Class org.apache.batik.dom.svg.SVGOMFEFuncAElement extends SVGOMComponentTransferFunctionElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMFEFuncBElement extends SVGOMComponentTransferFunctionElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMFEFuncGElement extends SVGOMComponentTransferFunctionElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMFEFuncRElement extends SVGOMComponentTransferFunctionElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMFEGaussianBlurElement extends SVGOMFilterPrimitiveStandardAttributes implements Serializable

Class org.apache.batik.dom.svg.SVGOMFEImageElement extends SVGOMFilterPrimitiveStandardAttributes implements Serializable

Class org.apache.batik.dom.svg.SVGOMFEMergeElement extends SVGOMFilterPrimitiveStandardAttributes implements Serializable

Class org.apache.batik.dom.svg.SVGOMFEMergeNodeElement extends SVGOMElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMFEMorphologyElement extends SVGOMFilterPrimitiveStandardAttributes implements Serializable

Class org.apache.batik.dom.svg.SVGOMFEOffsetElement extends SVGOMFilterPrimitiveStandardAttributes implements Serializable

Class org.apache.batik.dom.svg.SVGOMFEPointLightElement extends SVGOMElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMFESpecularLightingElement extends SVGOMFilterPrimitiveStandardAttributes implements Serializable

Class org.apache.batik.dom.svg.SVGOMFESpotLightElement extends SVGOMElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMFETileElement extends SVGOMFilterPrimitiveStandardAttributes implements Serializable

Class org.apache.batik.dom.svg.SVGOMFETurbulenceElement extends SVGOMFilterPrimitiveStandardAttributes implements Serializable

Class org.apache.batik.dom.svg.SVGOMFilterElement extends SVGStylableElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMFilterPrimitiveStandardAttributes extends SVGStylableElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMFontElement extends SVGStylableElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMFontFaceElement extends SVGOMElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMFontFaceFormatElement extends SVGOMElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMFontFaceNameElement extends SVGOMElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMFontFaceSrcElement extends SVGOMElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMFontFaceUriElement extends SVGOMElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMForeignObjectElement extends SVGGraphicsElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMGElement extends SVGGraphicsElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMGlyphElement extends SVGStylableElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMGlyphRefElement extends SVGStylableElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMGradientElement extends SVGStylableElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMHKernElement extends SVGOMElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMImageElement extends SVGURIReferenceGraphicsElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMLinearGradientElement extends SVGOMGradientElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMLineElement extends SVGGraphicsElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMMarkerElement extends SVGStylableElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMMaskElement extends SVGGraphicsElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMMetadataElement extends SVGOMElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMMissingGlyphElement extends SVGStylableElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMMPathElement extends SVGOMURIReferenceElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMPathElement extends SVGGraphicsElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMPatternElement extends SVGStylableElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMPolygonElement extends SVGGraphicsElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMPolylineElement extends SVGGraphicsElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMRadialGradientElement extends SVGOMGradientElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMRectElement extends SVGGraphicsElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMScriptElement extends SVGOMURIReferenceElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMSetElement extends SVGOMAnimationElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMStopElement extends SVGStylableElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMStyleElement extends SVGOMElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMSVGElement extends SVGStylableElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMSwitchElement extends SVGGraphicsElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMSymbolElement extends SVGStylableElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMTextContentElement extends SVGStylableElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMTextElement extends SVGOMTextPositioningElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMTextPathElement extends SVGOMTextContentElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMTextPositioningElement extends SVGOMTextContentElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMTitleElement extends SVGDescriptiveElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMToBeImplementedElement extends SVGGraphicsElement implements Serializable

Serialized Fields

localName

java.lang.String localName
This element's local name

Class org.apache.batik.dom.svg.SVGOMTRefElement extends SVGURIReferenceTextPositioningElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMTSpanElement extends SVGOMTextPositioningElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMURIReferenceElement extends SVGOMElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMUseElement extends SVGURIReferenceGraphicsElement implements Serializable

Serialized Fields

cssImportedElementRoot

CSSImportedElementRoot cssImportedElementRoot
Store the imported element.

Class org.apache.batik.dom.svg.SVGOMViewElement extends SVGOMElement implements Serializable

Class org.apache.batik.dom.svg.SVGOMVKernElement extends SVGOMElement implements Serializable

Class org.apache.batik.dom.svg.SVGStylableElement extends SVGOMElement implements Serializable

Serialized Fields

computedStyleMap

StyleMap computedStyleMap
The computed style map.

Class org.apache.batik.dom.svg.SVGStyleSheetProcessingInstruction extends StyleSheetProcessingInstruction implements Serializable

Serialized Fields

styleSheet

StyleSheet styleSheet
The style-sheet.

Class org.apache.batik.dom.svg.SVGURIReferenceGraphicsElement extends SVGGraphicsElement implements Serializable

Class org.apache.batik.dom.svg.SVGURIReferenceTextPositioningElement extends SVGOMTextPositioningElement implements Serializable


Package org.apache.batik.dom.util

Class org.apache.batik.dom.util.HashTable extends java.lang.Object implements Serializable

Serialized Fields

table

HashTable.Entry[] table
The underlying array


count

int count
The number of entries

Class org.apache.batik.dom.util.HashTable.Entry extends java.lang.Object implements Serializable

Serialized Fields

hash

int hash
The hash code


key

java.lang.Object key
The key


value

java.lang.Object value
The value


next

HashTable.Entry next
The next entry


Package org.apache.batik.ext.awt.color

Class org.apache.batik.ext.awt.color.ICCColorSpaceExt extends java.awt.color.ICC_ColorSpace implements Serializable

Serialized Fields

intent

int intent


Package org.apache.batik.ext.awt.image

Class org.apache.batik.ext.awt.image.ARGBChannel extends java.lang.Object implements Serializable

Serialization Methods

readResolve

public java.lang.Object readResolve()
This is called by the serialization code before it returns an unserialized object. To provide for unicity of instances, the instance that was read is replaced by its static equivalent

Serialized Fields

desc

java.lang.String desc

val

int val

Class org.apache.batik.ext.awt.image.CompositeRule extends java.lang.Object implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
This is called by the serialization code before it returns an unserialized object. To provide for unicity of instances, the instance that was read is replaced by its static equivalent. See the serialiazation specification for further details on this method's logic.

Serialized Fields

rule

int rule
The composite rule for this object.


k1

float k1

k2

float k2

k3

float k3

k4

float k4

Class org.apache.batik.ext.awt.image.PadMode extends java.lang.Object implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
This is called by the serialization code before it returns an unserialized object. To provide for unicity of instances, the instance that was read is replaced by its static equivalent. See the serialiazation specification for further details on this method's logic.

Serialized Fields

mode

int mode
The pad mode for this object.


Package org.apache.batik.ext.awt.image.codec

Class org.apache.batik.ext.awt.image.codec.PNGDecodeParam extends java.lang.Object implements Serializable

Serialized Fields

suppressAlpha

boolean suppressAlpha

expandPalette

boolean expandPalette

output8BitGray

boolean output8BitGray

performGammaCorrection

boolean performGammaCorrection

userExponent

float userExponent

displayExponent

float displayExponent

expandGrayAlpha

boolean expandGrayAlpha

generateEncodeParam

boolean generateEncodeParam

encodeParam

PNGEncodeParam encodeParam

Class org.apache.batik.ext.awt.image.codec.PNGEncodeParam extends java.lang.Object implements Serializable

Serialized Fields

bitDepth

int bitDepth

bitDepthSet

boolean bitDepthSet

useInterlacing

boolean useInterlacing

chromaticity

float[] chromaticity

chromaticitySet

boolean chromaticitySet

gamma

float gamma

gammaSet

boolean gammaSet

paletteHistogram

int[] paletteHistogram

paletteHistogramSet

boolean paletteHistogramSet

ICCProfileData

byte[] ICCProfileData

ICCProfileDataSet

boolean ICCProfileDataSet

physicalDimension

int[] physicalDimension

physicalDimensionSet

boolean physicalDimensionSet

suggestedPalette

PNGSuggestedPaletteEntry[] suggestedPalette

suggestedPaletteSet

boolean suggestedPaletteSet

significantBits

int[] significantBits

significantBitsSet

boolean significantBitsSet

SRGBIntent

int SRGBIntent

SRGBIntentSet

boolean SRGBIntentSet

text

java.lang.String[] text

textSet

boolean textSet

modificationTime

java.util.Date modificationTime

modificationTimeSet

boolean modificationTimeSet

transparencySet

boolean transparencySet

zText

java.lang.String[] zText

zTextSet

boolean zTextSet

chunkType

java.util.Vector chunkType

chunkData

java.util.Vector chunkData

Class org.apache.batik.ext.awt.image.codec.PNGEncodeParam.Gray extends PNGEncodeParam implements Serializable

Serialized Fields

backgroundSet

boolean backgroundSet

backgroundPaletteGray

int backgroundPaletteGray

transparency

int[] transparency

bitShift

int bitShift

bitShiftSet

boolean bitShiftSet

Class org.apache.batik.ext.awt.image.codec.PNGEncodeParam.Palette extends PNGEncodeParam implements Serializable

Serialized Fields

backgroundSet

boolean backgroundSet

palette

int[] palette

paletteSet

boolean paletteSet

backgroundPaletteIndex

int backgroundPaletteIndex

transparency

int[] transparency

Class org.apache.batik.ext.awt.image.codec.PNGEncodeParam.RGB extends PNGEncodeParam implements Serializable

Serialized Fields

backgroundSet

boolean backgroundSet

backgroundRGB

int[] backgroundRGB

transparency

int[] transparency

Class org.apache.batik.ext.awt.image.codec.PNGSuggestedPaletteEntry extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
The name of the entry.


sampleDepth

int sampleDepth
The depth of the color samples.


red

int red
The red color value of the entry.


green

int green
The green color value of the entry.


blue

int blue
The blue color value of the entry.


alpha

int alpha
The alpha opacity value of the entry.


frequency

int frequency
The probable frequency of the color in the image.


Package org.apache.batik.ext.awt.image.codec.tiff

Class org.apache.batik.ext.awt.image.codec.tiff.TIFFDecodeParam extends java.lang.Object implements Serializable

Serialized Fields

decodePaletteAsShorts

boolean decodePaletteAsShorts

ifdOffset

java.lang.Long ifdOffset

convertJPEGYCbCrToRGB

boolean convertJPEGYCbCrToRGB

Class org.apache.batik.ext.awt.image.codec.tiff.TIFFDirectory extends java.lang.Object implements Serializable

Serialized Fields

isBigEndian

boolean isBigEndian
A boolean storing the endianness of the stream.


numEntries

int numEntries
The number of entries in the IFD.


fields

TIFFField[] fields
An array of TIFFFields.


fieldIndex

java.util.Hashtable fieldIndex
A Hashtable indexing the fields by tag number.


IFDOffset

long IFDOffset
The offset of this IFD.


nextIFDOffset

long nextIFDOffset
The offset of the next IFD.

Class org.apache.batik.ext.awt.image.codec.tiff.TIFFEncodeParam extends java.lang.Object implements Serializable

Serialized Fields

compression

int compression

writeTiled

boolean writeTiled

tileWidth

int tileWidth

tileHeight

int tileHeight

extraImages

java.util.Iterator extraImages

extraFields

TIFFField[] extraFields

convertJPEGRGBToYCbCr

boolean convertJPEGRGBToYCbCr

jpegEncodeParam

com.sun.image.codec.jpeg.JPEGEncodeParam jpegEncodeParam

deflateLevel

int deflateLevel

Class org.apache.batik.ext.awt.image.codec.tiff.TIFFField extends java.lang.Object implements Serializable

Serialized Fields

tag

int tag
The tag number.


type

int type
The tag type.


count

int count
The number of data items present in the field.


data

java.lang.Object data
The field data.


Package org.apache.batik.ext.swing

Class org.apache.batik.ext.swing.DoubleDocument extends javax.swing.text.PlainDocument implements Serializable

Class org.apache.batik.ext.swing.JAffineTransformChooser extends JGridBagPanel implements Serializable

Serialized Fields

txf

java.awt.geom.AffineTransform txf
The AffineTransform value represented by the chooser


txModel

DoubleDocument txModel
The Model for the x-axis translate component


tyModel

DoubleDocument tyModel
The Model for the y-axis translate component


sxModel

DoubleDocument sxModel
The Model for the x-axis scale component


syModel

DoubleDocument syModel
The Model for the y-axis scale component


rxModel

DoubleDocument rxModel
The Model for the x-axis rotation center


ryModel

DoubleDocument ryModel
The Model for the y-axis rotation center


rotateModel

DoubleDocument rotateModel
The Model for the rotation

Class org.apache.batik.ext.swing.JAffineTransformChooser.Dialog extends javax.swing.JDialog implements Serializable

Serialized Fields

chooserPane

JAffineTransformChooser chooserPane

tracker

AffineTransformTracker tracker

Class org.apache.batik.ext.swing.JGridBagPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

insetsManager

JGridBagPanel.InsetsManager insetsManager
Used to get insets at any given cell location


Package org.apache.batik.extension

Class org.apache.batik.extension.ExtensionElement extends SVGOMElement implements Serializable

Class org.apache.batik.extension.PrefixableStylableExtensionElement extends StylableExtensionElement implements Serializable

Serialized Fields

prefix

java.lang.String prefix
The element prefix.

Class org.apache.batik.extension.StylableExtensionElement extends ExtensionElement implements Serializable

Serialized Fields

cssBase

java.net.URL cssBase
The base URL.


computedStyleMap

StyleMap computedStyleMap
The computed style map.


Package org.apache.batik.extension.svg

Class org.apache.batik.extension.svg.BatikHistogramNormalizationElement extends PrefixableStylableExtensionElement implements Serializable

Class org.apache.batik.extension.svg.BatikMultiImageElement extends PrefixableStylableExtensionElement implements Serializable

Class org.apache.batik.extension.svg.BatikRegularPolygonElement extends PrefixableStylableExtensionElement implements Serializable

Class org.apache.batik.extension.svg.BatikStarElement extends PrefixableStylableExtensionElement implements Serializable

Class org.apache.batik.extension.svg.ColorSwitchElement extends PrefixableStylableExtensionElement implements Serializable

Class org.apache.batik.extension.svg.FlowDivElement extends PrefixableStylableExtensionElement implements Serializable

Class org.apache.batik.extension.svg.FlowLineElement extends PrefixableStylableExtensionElement implements Serializable

Class org.apache.batik.extension.svg.FlowParaElement extends PrefixableStylableExtensionElement implements Serializable

Class org.apache.batik.extension.svg.FlowRegionBreakElement extends PrefixableStylableExtensionElement implements Serializable

Class org.apache.batik.extension.svg.FlowSpanElement extends PrefixableStylableExtensionElement implements Serializable

Class org.apache.batik.extension.svg.FlowTextElement extends PrefixableStylableExtensionElement implements Serializable

Class org.apache.batik.extension.svg.SolidColorElement extends PrefixableStylableExtensionElement implements Serializable


Package org.apache.batik.gvt

Class org.apache.batik.gvt.TextNode.Anchor extends java.lang.Object implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
This is called by the serialization code before it returns an unserialized object. To provide for unicity of instances, the instance that was read is replaced by its static equivalent. See the serialiazation specification for further details on this method's logic.

Serialized Fields

type

int type
The anchor type.


Package org.apache.batik.gvt.event

Class org.apache.batik.gvt.event.GraphicsNodeChangeEvent extends GraphicsNodeEvent implements Serializable

Serialized Fields

changeSource

GraphicsNode changeSource

Class org.apache.batik.gvt.event.GraphicsNodeEvent extends java.util.EventObject implements Serializable

Serialized Fields

consumed

boolean consumed
Indicates whether or not this event is consumed.


id

int id
The ID of this event.

Class org.apache.batik.gvt.event.GraphicsNodeFocusEvent extends GraphicsNodeEvent implements Serializable

Class org.apache.batik.gvt.event.GraphicsNodeInputEvent extends GraphicsNodeEvent implements Serializable

Serialized Fields

when

long when
The graphics node input events Time stamp. The time stamp is in UTC format that indicates when the input event was created.


modifiers

int modifiers
The state of the modifier key at the time the graphics node input event was fired.

Class org.apache.batik.gvt.event.GraphicsNodeKeyEvent extends GraphicsNodeInputEvent implements Serializable

Serialized Fields

keyCode

int keyCode
The unique value assigned to each of the keys on the keyboard. There is a common set of key codes that can be fired by most keyboards. The symbolic name for a key code should be used rather than the code value itself.


keyChar

char keyChar
keyChar is a valid unicode character that is fired by a key or a key combination on a keyboard.

Class org.apache.batik.gvt.event.GraphicsNodeMouseEvent extends GraphicsNodeInputEvent implements Serializable

Serialized Fields

x

float x
The graphics node mouse events x coordinate. The x value is relative to the graphics node that fired the event.


y

float y
The graphics node mouse events y coordinate. The y value is relative to the graphics node that fired the event.


clientX

int clientX

clientY

int clientY

screenX

int screenX

screenY

int screenY

clickCount

int clickCount
Indicates the number of quick consecutive clicks of a mouse button.


relatedNode

GraphicsNode relatedNode
Additional information. For a MOUSE_EXITED, this will contain the destination node, for a MOUSE_ENTERED the last node and for a MOUSE_DRAGGED the node under the mouse pointer.


Package org.apache.batik.gvt.text

Class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute extends java.text.AttributedCharacterIterator.Attribute implements Serializable


Package org.apache.batik.parser

Class org.apache.batik.parser.ParseException extends java.lang.RuntimeException implements Serializable

Serialized Fields

exception

java.lang.Exception exception
The embedded exception if tunnelling, or null.

lineNumber

int lineNumber
The line number.

columnNumber

int columnNumber
The column number.


Package org.apache.batik.script

Class org.apache.batik.script.InterpreterException extends java.lang.Exception implements Serializable

Serialized Fields

line

int line

column

int column

embedded

java.lang.Exception embedded


Package org.apache.batik.script.rhino

Class org.apache.batik.script.rhino.WindowWrapper extends org.mozilla.javascript.ImporterTopLevel implements Serializable


Package org.apache.batik.svggen

Class org.apache.batik.svggen.SVGGraphics2DIOException extends java.io.IOException implements Serializable

Serialized Fields

embedded

java.io.IOException embedded
The enclosed exception.

Class org.apache.batik.svggen.SVGGraphics2DRuntimeException extends java.lang.RuntimeException implements Serializable

Serialized Fields

embedded

java.lang.Exception embedded
The enclosed exception.


Package org.apache.batik.swing

Class org.apache.batik.swing.JSVGCanvas extends JSVGComponent implements Serializable

Serialized Fields

isZoomInteractorEnabled

boolean isZoomInteractorEnabled
This flag bit indicates whether or not the zoom interactor is enabled. True means the zoom interactor is functional.


isImageZoomInteractorEnabled

boolean isImageZoomInteractorEnabled
This flag bit indicates whether or not the image zoom interactor is enabled. True means the image zoom interactor is functional.


isPanInteractorEnabled

boolean isPanInteractorEnabled
This flag bit indicates whether or not the pan interactor is enabled. True means the pan interactor is functional.


isRotateInteractorEnabled

boolean isRotateInteractorEnabled
This flag bit indicates whether or not the rotate interactor is enabled. True means the rotate interactor is functional.


isResetTransformInteractorEnabled

boolean isResetTransformInteractorEnabled
This flag bit indicates whether or not the reset transform interactor is enabled. True means the reset transform interactor is functional.


pcs

java.beans.PropertyChangeSupport pcs
The PropertyChangeSupport used to fire PropertyChangeEvent.


uri

java.lang.String uri
The URI of the current document being displayed.


locationListener

JSVGCanvas.LocationListener locationListener
Keeps track of the last known mouse position over the canvas. This is used for displaying tooltips at the right location.


zoomInteractor

Interactor zoomInteractor
An interactor to perform a zoom.

Binding: BUTTON1 + CTRL Key


imageZoomInteractor

Interactor imageZoomInteractor
An interactor to perform a realtime zoom.

Binding: BUTTON3 + SHIFT Key


panInteractor

Interactor panInteractor
An interactor to perform a translation.

Binding: BUTTON1 + SHIFT Key


rotateInteractor

Interactor rotateInteractor
An interactor to perform a rotation.

Binding: BUTTON3 + CTRL Key


resetTransformInteractor

Interactor resetTransformInteractor
An interactor to reset the rendering transform.

Binding: CTRL+SHIFT+BUTTON3

Class org.apache.batik.swing.JSVGCanvas.AffineAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

at

java.awt.geom.AffineTransform at

Class org.apache.batik.swing.JSVGCanvas.ResetTransformAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.swing.JSVGCanvas.RotateAction extends JSVGCanvas.AffineAction implements Serializable

Class org.apache.batik.swing.JSVGCanvas.ScrollAction extends JSVGCanvas.AffineAction implements Serializable

Class org.apache.batik.swing.JSVGCanvas.ScrollDownAction extends JSVGCanvas.ScrollAction implements Serializable

Class org.apache.batik.swing.JSVGCanvas.ScrollLeftAction extends JSVGCanvas.ScrollAction implements Serializable

Class org.apache.batik.swing.JSVGCanvas.ScrollRightAction extends JSVGCanvas.ScrollAction implements Serializable

Class org.apache.batik.swing.JSVGCanvas.ScrollUpAction extends JSVGCanvas.ScrollAction implements Serializable

Class org.apache.batik.swing.JSVGCanvas.ZoomAction extends JSVGCanvas.AffineAction implements Serializable

Class org.apache.batik.swing.JSVGCanvas.ZoomInAction extends JSVGCanvas.ZoomAction implements Serializable

Class org.apache.batik.swing.JSVGCanvas.ZoomOutAction extends JSVGCanvas.ZoomAction implements Serializable

Class org.apache.batik.swing.JSVGScrollPane extends javax.swing.JPanel implements Serializable

Serialized Fields

canvas

JSVGCanvas canvas

horizontalPanel

javax.swing.JPanel horizontalPanel

vertical

javax.swing.JScrollBar vertical

horizontal

javax.swing.JScrollBar horizontal

cornerBox

java.awt.Component cornerBox

hsbListener

JSVGScrollPane.SBListener hsbListener

vsbListener

JSVGScrollPane.SBListener vsbListener

viewBox

java.awt.geom.Rectangle2D.Float viewBox

ignoreScrollChange

boolean ignoreScrollChange


Package org.apache.batik.swing.gvt

Class org.apache.batik.swing.gvt.GVTTreeRendererEvent extends java.util.EventObject implements Serializable

Serialized Fields

image

java.awt.image.BufferedImage image
The buffered image.

Class org.apache.batik.swing.gvt.JGVTComponent extends javax.swing.JComponent implements Serializable

Serialized Fields

listener

JGVTComponent.Listener listener
The listener.


gvtTreeRenderer

GVTTreeRenderer gvtTreeRenderer
The GVT tree renderer.


gvtRoot

GraphicsNode gvtRoot
The GVT tree root.


rendererFactory

ImageRendererFactory rendererFactory
The renderer factory.


renderer

ImageRenderer renderer
The current renderer.


gvtTreeRendererListeners

java.util.List gvtTreeRendererListeners
The GVT tree renderer listeners.


needRender

boolean needRender
Whether a render was requested.


progressivePaint

boolean progressivePaint
Whether to allow progressive paint.


progressivePaintThread

java.lang.Thread progressivePaintThread
The progressive paint thread.


image

java.awt.image.BufferedImage image
The image to paint.


initialTransform

java.awt.geom.AffineTransform initialTransform
The initial rendering transform.


renderingTransform

java.awt.geom.AffineTransform renderingTransform
The transform used for rendering.


paintingTransform

java.awt.geom.AffineTransform paintingTransform
The transform used for painting.


interactors

java.util.List interactors
The interactor list.


interactor

Interactor interactor
The current interactor.


overlays

java.util.List overlays
The overlays.


jgvtListeners

java.util.List jgvtListeners
The JGVTComponentListener list.


eventDispatcher

AWTEventDispatcher eventDispatcher
The event dispatcher.


textSelectionManager

TextSelectionManager textSelectionManager
The text selection manager.


doubleBufferedRendering

boolean doubleBufferedRendering
Whether the double buffering is enabled.


eventsEnabled

boolean eventsEnabled
Whether the GVT tree should be reactive to mouse and key events.


selectableText

boolean selectableText
Whether the text should be selectable if eventEnabled is false, this flag is ignored.


suspendInteractions

boolean suspendInteractions
Whether to suspend interactions.


disableInteractions

boolean disableInteractions
Whether to unconditionally disable interactions.


Package org.apache.batik.swing.svg

Class org.apache.batik.swing.svg.GVTTreeBuilderEvent extends java.util.EventObject implements Serializable

Serialized Fields

gvtRoot

GraphicsNode gvtRoot
The GVT root.

Class org.apache.batik.swing.svg.JSVGComponent extends JGVTComponent implements Serializable

Serialized Fields

documentLoader

SVGDocumentLoader documentLoader
The document loader.


nextDocumentLoader

SVGDocumentLoader nextDocumentLoader
The next document loader to run.


loader

DocumentLoader loader
The concrete bridge document loader.


gvtTreeBuilder

GVTTreeBuilder gvtTreeBuilder
The GVT tree builder.


nextGVTTreeBuilder

GVTTreeBuilder nextGVTTreeBuilder
The next GVT tree builder to run.


svgLoadEventDispatcher

SVGLoadEventDispatcher svgLoadEventDispatcher
The SVGLoadEventDispatcher.


updateManager

UpdateManager updateManager
The update manager.


nextUpdateManager

UpdateManager nextUpdateManager
The next update manager.


svgDocument

SVGDocument svgDocument
The current SVG document.


svgDocumentLoaderListeners

java.util.List svgDocumentLoaderListeners
The document loader listeners.


gvtTreeBuilderListeners

java.util.List gvtTreeBuilderListeners
The GVT tree builder listeners.


svgLoadEventDispatcherListeners

java.util.List svgLoadEventDispatcherListeners
The SVG onload dispatcher listeners.


linkActivationListeners

java.util.List linkActivationListeners
The link activation listeners.


updateManagerListeners

java.util.List updateManagerListeners
The update manager listeners.


userAgent

UserAgent userAgent
The user agent.


svgUserAgent

SVGUserAgent svgUserAgent
The SVG user agent.


bridgeContext

BridgeContext bridgeContext
The current bridge context.


fragmentIdentifier

java.lang.String fragmentIdentifier
The current document fragment identifier.


isDynamicDocument

boolean isDynamicDocument
Whether the current document has dynamic features.


isInteractiveDocument

boolean isInteractiveDocument
Whether the current document has dynamic features.


documentState

int documentState
The document state.


prevComponentSize

java.awt.Dimension prevComponentSize

afterStopRunnable

java.lang.Runnable afterStopRunnable

updateOverlay

SVGUpdateOverlay updateOverlay

recenterOnResize

boolean recenterOnResize

jsvgComponentListener

JSVGComponent.JSVGComponentListener jsvgComponentListener
The JGVTComponentListener.

Class org.apache.batik.swing.svg.LinkActivationEvent extends java.util.EventObject implements Serializable

Serialized Fields

referencedURI

java.lang.String referencedURI
The URI the link references.

Class org.apache.batik.swing.svg.SVGDocumentLoaderEvent extends java.util.EventObject implements Serializable

Serialized Fields

svgDocument

SVGDocument svgDocument
The associated SVG document.

Class org.apache.batik.swing.svg.SVGLoadEventDispatcherEvent extends java.util.EventObject implements Serializable

Serialized Fields

gvtRoot

GraphicsNode gvtRoot
The GVT root.


Package org.apache.batik.transcoder

Class org.apache.batik.transcoder.TranscoderException extends java.lang.Exception implements Serializable

Serialized Fields

ex

java.lang.Exception ex
The enclosed exception.

Class org.apache.batik.transcoder.TranscodingHints extends java.util.HashMap implements Serializable


Package org.apache.batik.util.gui

Class org.apache.batik.util.gui.CSSMediaPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

removeButton

javax.swing.JButton removeButton
The button to remove a CSS medium from the list.


addButton

javax.swing.JButton addButton
The button to add a CSS medium from the list.


clearButton

javax.swing.JButton clearButton
The button to clear the CSS media list.


listModel

javax.swing.DefaultListModel listModel
The list that represents the CSS media.


mediaList

javax.swing.JList mediaList
The list that represents the CSS media.


listeners

java.util.Map listeners
The map that contains the listeners

Class org.apache.batik.util.gui.CSSMediaPanel.AddButtonAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.util.gui.CSSMediaPanel.AddMediumDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

medium

javax.swing.JComboBox medium
The new medium.


returnCode

int returnCode
The return code.


listeners

java.util.Map listeners
The map that contains the listeners

Class org.apache.batik.util.gui.CSSMediaPanel.AddMediumDialog.CancelButtonAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.util.gui.CSSMediaPanel.AddMediumDialog.OKButtonAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.util.gui.CSSMediaPanel.ClearButtonAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.util.gui.CSSMediaPanel.Dialog extends javax.swing.JDialog implements Serializable

Serialized Fields

returnCode

int returnCode
The return code.


listeners

java.util.Map listeners
The map that contains the listeners

Class org.apache.batik.util.gui.CSSMediaPanel.Dialog.CancelButtonAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.util.gui.CSSMediaPanel.Dialog.OKButtonAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.util.gui.CSSMediaPanel.RemoveButtonAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.util.gui.DOMViewer extends javax.swing.JFrame implements Serializable

Serialized Fields

listeners

java.util.Map listeners
The map that contains the listeners


panel

DOMViewer.Panel panel
The panel.

Class org.apache.batik.util.gui.DOMViewer.CloseButtonAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.util.gui.DOMViewer.Panel extends javax.swing.JPanel implements Serializable

Serialized Fields

document

org.w3c.dom.Document document
The DOM document.


viewCSS

org.w3c.dom.css.ViewCSS viewCSS
The ViewCSS object associated with the document.


tree

javax.swing.JTree tree
The tree.


splitPane

javax.swing.JSplitPane splitPane
The split pane.


rightPanel

javax.swing.JPanel rightPanel
The right panel.


attributesTable

javax.swing.JTable attributesTable
The attributes table.


propertiesTable

javax.swing.JTable propertiesTable
The properties table.


elementPanel

javax.swing.JPanel elementPanel
The element panel.


characterData

javax.swing.JTextArea characterData
The CharacterData panel text area.


characterDataPanel

javax.swing.JPanel characterDataPanel
The CharacterData node panel.


documentInfo

javax.swing.JTextArea documentInfo
The documentInfo panel text area.


documentInfoPanel

javax.swing.JPanel documentInfoPanel
The documentInfo node panel.

Class org.apache.batik.util.gui.DOMViewer.Panel.NodeAttributesModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

node

org.w3c.dom.Node node
The node.

Class org.apache.batik.util.gui.DOMViewer.Panel.NodeCSSValuesModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

node

org.w3c.dom.Node node
The node.


style

org.w3c.dom.css.CSSStyleDeclaration style
The computed style.


propertyNames

java.util.List propertyNames
The property names.

Class org.apache.batik.util.gui.DOMViewer.Panel.NodeRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

Serialized Fields

elementIcon

javax.swing.ImageIcon elementIcon
The icon used to represent elements.


commentIcon

javax.swing.ImageIcon commentIcon
The icon used to represent comments.


piIcon

javax.swing.ImageIcon piIcon
The icon used to represent processing instructions.


textIcon

javax.swing.ImageIcon textIcon
The icon used to represent text.

Class org.apache.batik.util.gui.ExtendedGridBagConstraints extends java.awt.GridBagConstraints implements Serializable

Class org.apache.batik.util.gui.JErrorPane extends javax.swing.JPanel implements Serializable

Serialized Fields

msg

java.lang.String msg
The error message.


stacktrace

java.lang.String stacktrace
The stack trace.


bf

ButtonFactory bf
The button factory.


detailsArea

javax.swing.JComponent detailsArea
The text area used to show the stack trace.


showDetailButton

javax.swing.JButton showDetailButton
The button used to show or not the details.


isDetailShown

boolean isDetailShown
This flag bit indicates whether or not the stack trace is shown.


subpanel

javax.swing.JPanel subpanel
The sub panel that contains the stack trace text area.


listeners

java.util.Map listeners
The map that contains the listeners

Class org.apache.batik.util.gui.JErrorPane.OKButtonAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.util.gui.JErrorPane.ShowDetailButtonAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.util.gui.LanguageDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

listeners

java.util.Map listeners
The map that contains the listeners


panel

LanguageDialog.Panel panel
The user languages panel.


returnCode

int returnCode
The last return code.

Class org.apache.batik.util.gui.LanguageDialog.CancelButtonAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.util.gui.LanguageDialog.OKButtonAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.util.gui.LanguageDialog.Panel extends javax.swing.JPanel implements Serializable

Serialized Fields

userList

javax.swing.JList userList
The user languages list


languageList

javax.swing.JList languageList
The languages list


userListModel

javax.swing.DefaultListModel userListModel
The user list model


languageListModel

javax.swing.DefaultListModel languageListModel
The language list model


addLanguageButton

javax.swing.JButton addLanguageButton
The AddLanguageButton.


removeLanguageButton

javax.swing.JButton removeLanguageButton
The RemoveLanguageButton.


upLanguageButton

javax.swing.JButton upLanguageButton
The UpLanguageButton.


downLanguageButton

javax.swing.JButton downLanguageButton
The DownLanguageButton.


clearLanguageButton

javax.swing.JButton clearLanguageButton
The ClearLanguageButton.


listeners

java.util.Map listeners
The map that contains the listeners

Class org.apache.batik.util.gui.LanguageDialog.Panel.AddLanguageButtonAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.util.gui.LanguageDialog.Panel.ClearLanguageButtonAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.util.gui.LanguageDialog.Panel.DownLanguageButtonAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.util.gui.LanguageDialog.Panel.IconAndTextCellRenderer extends javax.swing.JLabel implements Serializable

Class org.apache.batik.util.gui.LanguageDialog.Panel.RemoveLanguageButtonAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.util.gui.LanguageDialog.Panel.UpLanguageButtonAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.util.gui.LocationBar extends javax.swing.JPanel implements Serializable

Serialized Fields

comboBox

javax.swing.JComboBox comboBox
The combo box

Class org.apache.batik.util.gui.MemoryMonitor extends javax.swing.JFrame implements Serializable

Serialized Fields

listeners

java.util.Map listeners
The map that contains the listeners


panel

MemoryMonitor.Panel panel
The Panel instance.

Class org.apache.batik.util.gui.MemoryMonitor.CloseButtonAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.util.gui.MemoryMonitor.CollectButtonAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.util.gui.MemoryMonitor.History extends javax.swing.JPanel implements Serializable

Serialized Fields

gridLinesColor

java.awt.Color gridLinesColor
The grid lines color.


curveColor

java.awt.Color curveColor
The curve color.


borderColor

java.awt.Color borderColor
The border color.


data

java.util.List data
The data.


xShift

int xShift
The vertical lines shift.


totalMemory

long totalMemory
The total memory.


freeMemory

long freeMemory
The free memory.


path

java.awt.geom.GeneralPath path
The curve representation.

Class org.apache.batik.util.gui.MemoryMonitor.Panel extends javax.swing.JPanel implements Serializable

Serialized Fields

repaintThread

MemoryMonitor.RepaintThread repaintThread
The repaint thread.

Class org.apache.batik.util.gui.MemoryMonitor.Usage extends javax.swing.JPanel implements Serializable

Serialized Fields

usedColors

java.awt.Color[] usedColors
The color of the used blocks for each block type.


freeColors

java.awt.Color[] freeColors
The color of the free blocks for each block type.


font

java.awt.Font font
The font used to draw the strings.


textColor

java.awt.Color textColor
The text color.


totalMemory

long totalMemory
The total memory.


freeMemory

long freeMemory
The free memory.

Class org.apache.batik.util.gui.URIChooser extends javax.swing.JDialog implements Serializable

Serialized Fields

buttonFactory

ButtonFactory buttonFactory
The button factory


textField

javax.swing.JTextField textField
The text field


okButton

javax.swing.JButton okButton
The OK button


clearButton

javax.swing.JButton clearButton
The Clear button


currentPath

java.lang.String currentPath
The current path.


fileFilter

javax.swing.filechooser.FileFilter fileFilter
The file filter.


returnCode

int returnCode
The last return code.


chosenPath

java.lang.String chosenPath
The last chosen path.


listeners

java.util.Map listeners
The map that contains the listeners

Class org.apache.batik.util.gui.URIChooser.BrowseButtonAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.util.gui.URIChooser.CancelButtonAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.util.gui.URIChooser.ClearButtonAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.util.gui.URIChooser.OKButtonAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.util.gui.UserStyleDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

panel

UserStyleDialog.Panel panel
The main panel.


chosenPath

java.lang.String chosenPath
The chosen path.


returnCode

int returnCode
The last return code.


listeners

java.util.Map listeners
The map that contains the listeners

Class org.apache.batik.util.gui.UserStyleDialog.CancelButtonAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.util.gui.UserStyleDialog.OKButtonAction extends javax.swing.AbstractAction implements Serializable

Class org.apache.batik.util.gui.UserStyleDialog.Panel extends javax.swing.JPanel implements Serializable

Serialized Fields

fileCheckBox

javax.swing.JCheckBox fileCheckBox
The file check box


fileLabel

javax.swing.JLabel fileLabel
The file label


fileTextField

javax.swing.JTextField fileTextField
The file text field


browseButton

javax.swing.JButton browseButton
The browse button

Class org.apache.batik.util.gui.UserStyleDialog.Panel.FileBrowseButtonAction extends javax.swing.AbstractAction implements Serializable


Package org.apache.batik.util.gui.resource

Class org.apache.batik.util.gui.resource.JToolbarButton extends javax.swing.JButton implements Serializable

Class org.apache.batik.util.gui.resource.JToolbarSeparator extends javax.swing.JComponent implements Serializable

Class org.apache.batik.util.gui.resource.MissingListenerException extends java.lang.RuntimeException implements Serializable

Serialized Fields

className

java.lang.String className
The class name of the listener bundle requested

 

key

java.lang.String key
The name of the specific listener requested by the user

 

Class org.apache.batik.util.gui.resource.ResourceFormatException extends java.lang.RuntimeException implements Serializable

Serialized Fields

className

java.lang.String className
The class name of the resource bundle requested

 

key

java.lang.String key
The name of the specific resource requested by the user

 


Package org.apache.batik.xml

Class org.apache.batik.xml.XMLException extends java.lang.RuntimeException implements Serializable

Serialized Fields

exception

java.lang.Exception exception
The embedded exception if tunnelling, or null.


Package org.w3c.css.sac

Class org.w3c.css.sac.CSSException extends java.lang.RuntimeException implements Serializable

Serialized Fields

s

java.lang.String s

e

java.lang.Exception e
The internal exception.


code

short code

Class org.w3c.css.sac.CSSParseException extends CSSException implements Serializable

Serialized Fields

uri

java.lang.String uri

lineNumber

int lineNumber

columnNumber

int columnNumber


Package org.w3c.dom.svg

Class org.w3c.dom.svg.SVGException extends java.lang.RuntimeException implements Serializable

Serialized Fields

code

short code



Copyright © 2004 Apache Software Foundation. All Rights Reserved.