Serialized Form


Package org.apache.batik.apps.rasterizer

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

Serialized Fields

errorCode

String errorCode
Error code


errorInfo

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 JComponent implements Serializable

Serialized Fields

renderer

StaticRenderer renderer

userAgent

UserAgent userAgent

loader

DocumentLoader loader

ctx

BridgeContext ctx

image

BufferedImage image

display

BufferedImage display

files

File[] files

done

boolean done

transitionThread

Thread transitionThread

startLastTransition

long startLastTransition

paused

boolean paused


Package org.apache.batik.apps.svgbrowser

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

Class org.apache.batik.apps.svgbrowser.FindDialog extends 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

JTextField search
The TextField that owns the text to search.


findButton

JButton findButton
The next button.


clearButton

JButton clearButton
The next button.


closeButton

JButton closeButton
The cancel button.


caseSensitive

JCheckBox caseSensitive
The case sensitive button.


svgCanvas

JSVGCanvas svgCanvas
The canvas.


highlightButton

JRadioButton highlightButton
The highlight button.


highlightCenterButton

JRadioButton highlightCenterButton
The highlight and center button.


highlightCenterZoomButton

JRadioButton highlightCenterZoomButton
The highlight center and zoom button.


listeners

Map listeners
The map that contains the listeners

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

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

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

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

Serialized Fields

quality

JSlider quality
The jpeg encoding quality.

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

Serialized Fields

application

Application application
The current application.


svgCanvas

JSVGCanvas svgCanvas
The JSVGCanvas.


svgCanvasPanel

JPanel svgCanvasPanel
The panel where the svgCanvas is displayed


window

JWindow window
A window used for full screen display


currentPath

File currentPath
The current path.


currentSavePath

File currentSavePath
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

String title
The initial frame title.


localHistory

LocalHistory localHistory
The local history.


transformHistory

TransformHistory transformHistory
The transform history.


alternateStyleSheet

String alternateStyleSheet
The alternate style-sheet title.


listeners

Map listeners
The map that contains the action listeners


time

long time

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

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

Serialized Fields

components

List components

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

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

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

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

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

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

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

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

Serialized Fields

components

List components

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

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

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

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

Serialized Fields

components

List components

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

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

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

Serialized Fields

components

List components

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

Serialized Fields

components

List components

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

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

Serialized Fields

components

List components

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

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

Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.SaveAsAction extends AbstractAction implements Serializable

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

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

Serialized Fields

components

List components

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

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

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

Serialized Fields

components

List components

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

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

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

Serialized Fields

ok

JButton ok
The 'ok' button.


panel

JPanel panel
The 'ok' button.

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

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

Serialized Fields

check

JCheckBox check
The check box for outputing an indexed PNG.

Class org.apache.batik.apps.svgbrowser.PreferenceDialog extends 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

JCheckBox showRendering

autoAdjustWindow

JCheckBox autoAdjustWindow

showDebugTrace

JCheckBox showDebugTrace

enableDoubleBuffering

JCheckBox enableDoubleBuffering

selectionXorMode

JCheckBox selectionXorMode

isXMLParserValidating

JCheckBox isXMLParserValidating

enforceSecureScripting

JCheckBox enforceSecureScripting

grantScriptFileAccess

JCheckBox grantScriptFileAccess

grantScriptNetworkAccess

JCheckBox grantScriptNetworkAccess

loadJava

JCheckBox loadJava

loadEcmascript

JCheckBox loadEcmascript

scriptOriginGroup

ButtonGroup scriptOriginGroup

resourceOriginGroup

ButtonGroup resourceOriginGroup

host

JTextField host

port

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 JPanel implements Serializable

Serialized Fields

xPosition

JLabel xPosition
The x position/width label.


yPosition

JLabel yPosition
The y position/height label.


zoom

JLabel zoom
The zoom label.


message

JLabel message
The message label


mainMessage

String mainMessage
The main message


temporaryMessage

String temporaryMessage
The temporary message


displayThread

StatusBar.DisplayThread displayThread
The current display thread.

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

Serialized Fields

xmlbaseCB

JCheckBox xmlbaseCB
The svg encoding options.


prettyPrintCB

JCheckBox prettyPrintCB

Class org.apache.batik.apps.svgbrowser.ThumbnailDialog extends 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 Properties implements Serializable


Package org.apache.batik.bridge

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

Serialized Fields

e

Element e
The element on which the error occured.


code

String code
The error code.


params

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 RuntimeException implements Serializable

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

Serialized Fields

image

BufferedImage image
The buffered image.


dirtyAreas

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


clearPaintingTransform

boolean clearPaintingTransform
True if before painting this update the canvas's painting transform needs to be cleared.


Package org.apache.batik.css.engine

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

Serialized Fields

element

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 RuntimeException implements Serializable

Serialized Fields

exception

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

String nodeName
The name of this node.


unspecified

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


isIdAttr

boolean isIdAttr
Whether this attribute is an ID attribute


ownerElement

AbstractElement ownerElement
The owner element.

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

Serialized Fields

namespaceURI

String namespaceURI
The namespace URI

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

Serialized Fields

nodeValue

String nodeValue
The value of this node.

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

Serialized Fields

parentNode

Node parentNode
The parent node of this node.


previousSibling

Node previousSibling
The previous sibling.


nextSibling

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(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException

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

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

Serialized Fields

features

HashTable features
The supported features.

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

Serialized Fields

attributes

NamedNodeMap attributes
The attributes of this element.

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

Serialized Fields

hash

int hash
The hash code


namespaceURI

String namespaceURI
The namespace URI


name

String name
The node name.


value

Node value
The value


next

AbstractElement.Entry next
The next entry

Class org.apache.batik.dom.AbstractElement.NamedNodeHashMap extends 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

String namespaceURI
The namespace URI

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

Serialized Fields

nodeName

String nodeName
The node name.


publicId

String publicId
The public id.


systemId

String systemId
The system id.

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

Serialized Fields

nodeName

String nodeName
The node name.

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

Serialized Fields

ownerDocument

AbstractDocument ownerDocument
The owner document.

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

Serialized Fields

nodeName

String nodeName
The node name.


publicId

String publicId
The public id.


systemId

String systemId
The system id.

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

Serialized Fields

parentNode

Node parentNode
The parent node of this node.


previousSibling

Node previousSibling
The previous sibling.


nextSibling

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 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

String data
The data.

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

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

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

Serialized Fields

customFactories

DoublyIndexedTable customFactories
The custom elements factories.


customValueManagers

List customValueManagers
The custom value managers.


customShorthandManagers

List customShorthandManagers
The custom shorthand value managers.


localizableSupport

LocalizableSupport localizableSupport
The localizable support for the error messages.

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.GenericDocumentType extends AbstractChildNode implements Serializable

Serialized Fields

qualifiedName

String qualifiedName

publicId

String publicId

systemId

String systemId

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

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

Serialized Fields

nodeName

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

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

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.SVGDescriptiveElement extends SVGStylableElement implements Serializable

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

Serialized Fields

factories

HashTable 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

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 AbstractStylableDocument implements Serializable

Serialization Methods

readObject

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

Serialized Fields

referrer

String referrer
The string representing the referrer.


url

URL url
The url of the document.

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

Serialized Fields

prefix

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

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.svg12

Class org.apache.batik.dom.svg12.SVG12DOMImplementation extends SVGDOMImplementation implements Serializable

Class org.apache.batik.dom.svg12.SVGOMFlowDivElement extends SVGStylableElement implements Serializable

Class org.apache.batik.dom.svg12.SVGOMFlowLineElement extends SVGStylableElement implements Serializable

Class org.apache.batik.dom.svg12.SVGOMFlowParaElement extends SVGStylableElement implements Serializable

Class org.apache.batik.dom.svg12.SVGOMFlowRegionBreakElement extends SVGStylableElement implements Serializable

Class org.apache.batik.dom.svg12.SVGOMFlowRegionElement extends SVGStylableElement implements Serializable

Class org.apache.batik.dom.svg12.SVGOMFlowRegionExcludeElement extends SVGStylableElement implements Serializable

Class org.apache.batik.dom.svg12.SVGOMFlowRootElement extends SVGStylableElement implements Serializable

Class org.apache.batik.dom.svg12.SVGOMFlowSpanElement extends SVGStylableElement implements Serializable

Class org.apache.batik.dom.svg12.SVGOMMultiImageElement extends SVGStylableElement implements Serializable

Class org.apache.batik.dom.svg12.SVGOMSolidColorElement extends SVGStylableElement implements Serializable

Class org.apache.batik.dom.svg12.SVGOMSubImageElement extends SVGStylableElement implements Serializable

Class org.apache.batik.dom.svg12.SVGOMSubImageRefElement extends SVGStylableElement implements Serializable


Package org.apache.batik.dom.util

Class org.apache.batik.dom.util.HashTable extends 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 Object implements Serializable

Serialized Fields

hash

int hash
The hash code


key

Object key
The key


value

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 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 Object implements Serializable

Serialization Methods

readResolve

public 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

String desc

val

int val

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

Serialization Methods

readResolve

private Object readResolve()
                    throws 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 Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
                    throws 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 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 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

String[] text

textSet

boolean textSet

modificationTime

Date modificationTime

modificationTimeSet

boolean modificationTimeSet

transparencySet

boolean transparencySet

zText

String[] zText

zTextSet

boolean zTextSet

chunkType

Vector chunkType

chunkData

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 Object implements Serializable

Serialized Fields

name

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 Object implements Serializable

Serialized Fields

decodePaletteAsShorts

boolean decodePaletteAsShorts

ifdOffset

Long ifdOffset

convertJPEGYCbCrToRGB

boolean convertJPEGYCbCrToRGB

Class org.apache.batik.ext.awt.image.codec.tiff.TIFFDirectory extends 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

Map 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 Object implements Serializable

Serialized Fields

compression

int compression

writeTiled

boolean writeTiled

tileWidth

int tileWidth

tileHeight

int tileHeight

extraImages

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 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

Object data
The field data.


Package org.apache.batik.ext.swing

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

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

Serialized Fields

txf

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 JDialog implements Serializable

Serialized Fields

chooserPane

JAffineTransformChooser chooserPane

tracker

AffineTransformTracker tracker

Class org.apache.batik.ext.swing.JGridBagPanel extends 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

String prefix
The element prefix.

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

Serialized Fields

cssBase

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.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.FlowRegionElement 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


Package org.apache.batik.gvt

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

Serialization Methods

readResolve

private Object readResolve()
                    throws 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 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 AttributedCharacterIterator.Attribute implements Serializable


Package org.apache.batik.parser

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

Serialized Fields

exception

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 Exception implements Serializable

Serialized Fields

line

int line

column

int column

embedded

Exception embedded


Package org.apache.batik.script.rhino

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


Package org.apache.batik.svggen

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

Serialized Fields

embedded

IOException embedded
The enclosed exception.

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

Serialized Fields

embedded

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

PropertyChangeSupport pcs
The PropertyChangeSupport used to fire PropertyChangeEvent.


uri

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.


toolTipMap

Map toolTipMap
Mapping of elements to listeners so they can be removed, if the tooltip is removed.


toolTipListener

EventListener toolTipListener

lastTarget

EventTarget lastTarget

lastToolTipEventTimeStamp

long lastToolTipEventTimeStamp
The time of the last tool tip event.


lastToolTipEventTarget

EventTarget lastToolTipEventTarget
The target for which the last tool tip event was fired.


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 AbstractAction implements Serializable

Serialized Fields

at

AffineTransform at

Class org.apache.batik.swing.JSVGCanvas.ResetTransformAction extends 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 JPanel implements Serializable

Serialized Fields

canvas

JSVGCanvas canvas

horizontalPanel

JPanel horizontalPanel

vertical

JScrollBar vertical

horizontal

JScrollBar horizontal

cornerBox

Component cornerBox

hsbListener

JSVGScrollPane.SBListener hsbListener

vsbListener

JSVGScrollPane.SBListener vsbListener

viewBox

Rectangle2D viewBox

ignoreScrollChange

boolean ignoreScrollChange


Package org.apache.batik.swing.gvt

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

Serialized Fields

image

BufferedImage image
The buffered image.

Class org.apache.batik.swing.gvt.JGVTComponent extends 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

List gvtTreeRendererListeners
The GVT tree renderer listeners.


needRender

boolean needRender
Whether a render was requested.


progressivePaint

boolean progressivePaint
Whether to allow progressive paint.


progressivePaintThread

HaltingThread progressivePaintThread
The progressive paint thread.


image

BufferedImage image
The image to paint.


initialTransform

AffineTransform initialTransform
The initial rendering transform.


renderingTransform

AffineTransform renderingTransform
The transform used for rendering.


paintingTransform

AffineTransform paintingTransform
The transform used for painting.


interactors

List interactors
The interactor list.


interactor

Interactor interactor
The current interactor.


overlays

List overlays
The overlays.


jgvtListeners

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.


useUnixTextSelection

boolean useUnixTextSelection
Whether the JGVTComponent should adhere to 'Unix' text selection semantics where as soon as text is selected it is copied to the clipboard. If users want Mac/Windows behaviour they need to handle selections them selves.


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 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

List svgDocumentLoaderListeners
The document loader listeners.


gvtTreeBuilderListeners

List gvtTreeBuilderListeners
The GVT tree builder listeners.


svgLoadEventDispatcherListeners

List svgLoadEventDispatcherListeners
The SVG onload dispatcher listeners.


linkActivationListeners

List linkActivationListeners
The link activation listeners.


updateManagerListeners

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

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

Dimension prevComponentSize

afterStopRunnable

Runnable afterStopRunnable

updateOverlay

SVGUpdateOverlay updateOverlay

recenterOnResize

boolean recenterOnResize

viewingTransform

AffineTransform viewingTransform

jsvgComponentListener

JSVGComponent.JSVGComponentListener jsvgComponentListener
The JGVTComponentListener.

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

Serialized Fields

referencedURI

String referencedURI
The URI the link references.

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

Serialized Fields

svgDocument

SVGDocument svgDocument
The associated SVG document.

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

Serialized Fields

gvtRoot

GraphicsNode gvtRoot
The GVT root.


Package org.apache.batik.transcoder

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

Serialized Fields

ex

Exception ex
The enclosed exception.

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


Package org.apache.batik.util.gui

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

Serialized Fields

removeButton

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


addButton

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


clearButton

JButton clearButton
The button to clear the CSS media list.


listModel

DefaultListModel listModel
The list that represents the CSS media.


mediaList

JList mediaList
The list that represents the CSS media.


listeners

Map listeners
The map that contains the listeners

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

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

Serialized Fields

medium

JComboBox medium
The new medium.


returnCode

int returnCode
The return code.


listeners

Map listeners
The map that contains the listeners

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

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

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

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

Serialized Fields

returnCode

int returnCode
The return code.


listeners

Map listeners
The map that contains the listeners

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

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

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

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

Serialized Fields

listeners

Map listeners
The map that contains the listeners


panel

DOMViewer.Panel panel
The panel.


showWhitespace

boolean showWhitespace

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

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

Serialized Fields

document

Document document
The DOM document.


viewCSS

ViewCSS viewCSS
The ViewCSS object associated with the document.


tree

JTree tree
The tree.


splitPane

JSplitPane splitPane
The split pane.


rightPanel

JPanel rightPanel
The right panel.


attributesTable

JTable attributesTable
The attributes table.


propertiesTable

JTable propertiesTable
The properties table.


elementPanel

JPanel elementPanel
The element panel.


characterData

JTextArea characterData
The CharacterData panel text area.


characterDataPanel

JPanel characterDataPanel
The CharacterData node panel.


documentInfo

JTextArea documentInfo
The documentInfo panel text area.


documentInfoPanel

JPanel documentInfoPanel
The documentInfo node panel.

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

Serialized Fields

node

Node node
The node.

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

Serialized Fields

node

Node node
The node.


style

CSSStyleDeclaration style
The computed style.


propertyNames

List propertyNames
The property names.

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

Serialized Fields

elementIcon

ImageIcon elementIcon
The icon used to represent elements.


commentIcon

ImageIcon commentIcon
The icon used to represent comments.


piIcon

ImageIcon piIcon
The icon used to represent processing instructions.


textIcon

ImageIcon textIcon
The icon used to represent text.

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

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

Serialized Fields

msg

String msg
The error message.


stacktrace

String stacktrace
The stack trace.


bf

ButtonFactory bf
The button factory.


detailsArea

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


showDetailButton

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

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


listeners

Map listeners
The map that contains the listeners

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

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

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

Serialized Fields

listeners

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 AbstractAction implements Serializable

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

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

Serialized Fields

userList

JList userList
The user languages list


languageList

JList languageList
The languages list


userListModel

DefaultListModel userListModel
The user list model


languageListModel

DefaultListModel languageListModel
The language list model


addLanguageButton

JButton addLanguageButton
The AddLanguageButton.


removeLanguageButton

JButton removeLanguageButton
The RemoveLanguageButton.


upLanguageButton

JButton upLanguageButton
The UpLanguageButton.


downLanguageButton

JButton downLanguageButton
The DownLanguageButton.


clearLanguageButton

JButton clearLanguageButton
The ClearLanguageButton.


listeners

Map listeners
The map that contains the listeners

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

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

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

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

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

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

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

Serialized Fields

comboBox

JComboBox comboBox
The combo box

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

Serialized Fields

listeners

Map listeners
The map that contains the listeners


panel

MemoryMonitor.Panel panel
The Panel instance.

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

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

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

Serialized Fields

gridLinesColor

Color gridLinesColor
The grid lines color.


curveColor

Color curveColor
The curve color.


borderColor

Color borderColor
The border color.


data

List data
The data.


xShift

int xShift
The vertical lines shift.


totalMemory

long totalMemory
The total memory.


freeMemory

long freeMemory
The free memory.


path

GeneralPath path
The curve representation.

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

Serialized Fields

repaintThread

MemoryMonitor.RepaintThread repaintThread
The repaint thread.

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

Serialized Fields

usedColors

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


freeColors

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


font

Font font
The font used to draw the strings.


textColor

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 JDialog implements Serializable

Serialized Fields

buttonFactory

ButtonFactory buttonFactory
The button factory


textField

JTextField textField
The text field


okButton

JButton okButton
The OK button


clearButton

JButton clearButton
The Clear button


currentPath

String currentPath
The current path.


fileFilter

FileFilter fileFilter
The file filter.


returnCode

int returnCode
The last return code.


chosenPath

String chosenPath
The last chosen path.


listeners

Map listeners
The map that contains the listeners

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

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

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

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

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

Serialized Fields

panel

UserStyleDialog.Panel panel
The main panel.


chosenPath

String chosenPath
The chosen path.


returnCode

int returnCode
The last return code.


listeners

Map listeners
The map that contains the listeners

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

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

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

Serialized Fields

fileCheckBox

JCheckBox fileCheckBox
The file check box


fileLabel

JLabel fileLabel
The file label


fileTextField

JTextField fileTextField
The file text field


browseButton

JButton browseButton
The browse button

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


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

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

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

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

Serialized Fields

className

String className
The class name of the listener bundle requested

 

key

String key
The name of the specific listener requested by the user

 

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

Serialized Fields

className

String className
The class name of the resource bundle requested

 

key

String key
The name of the specific resource requested by the user

 


Package org.apache.batik.xml

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

Serialized Fields

exception

Exception exception
The embedded exception if tunnelling, or null.


Package org.w3c.css.sac

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

Serialized Fields

s

String s

e

Exception e
The internal exception.


code

short code

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

Serialized Fields

uri

String uri

lineNumber

int lineNumber

columnNumber

int columnNumber


Package org.w3c.dom.svg

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

Serialized Fields

code

short code



Copyright ? 2005 Apache Software Foundation. All Rights Reserved.