Serialized Form


Package org.apache.batik.anim

Class org.apache.batik.anim.AnimationException extends RuntimeException implements Serializable

Serialized Fields

e

TimedElement e
The timed element on which the error occurred.


code

String code
The error code.


params

Object[] params
The parameters to use for the error message.


message

String message
The message.


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.DOMDocumentTree extends JTree implements Serializable

Serialized Fields

eventListeners

EventListenerList eventListeners
Listeners list.


autoscrollInsets

Insets autoscrollInsets
The insets where autoscrolling is active.


scrollUnits

Insets scrollUnits
How much to scroll.


controller

DOMDocumentTreeController controller
The controller for this tree.

Class org.apache.batik.apps.svgbrowser.DOMDocumentTree.DOMDocumentTreeEvent extends EventObject implements Serializable

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

Serialized Fields

listeners

Map listeners
The map that contains the listeners


buttonFactory

ButtonFactory buttonFactory
The button factory.


panel

DOMViewer.Panel panel
The panel.


showWhitespace

boolean showWhitespace
Whether to show text nodes that contain only whitespace in the tree.


isCapturingClickEnabled

boolean isCapturingClickEnabled
Whether "capturing click" tool is enabled. If enabled, the element being clicked on is found and selected in the DOMViewer's document tree


domViewerController

DOMViewerController domViewerController
The DOMViewer controller.


elementOverlayManager

ElementOverlayManager elementOverlayManager
Manages the element selection on the canvas.


isElementOverlayEnabled

boolean isElementOverlayEnabled
Whether painting the overlay on the canvas is enabled.


historyBrowserInterface

HistoryBrowserInterface historyBrowserInterface
The history browsing manager. Manages undo / redo.


canEdit

boolean canEdit
Whether the DOMViewer can be used for editing the document.


overlayButton

JToggleButton overlayButton
The button for enabling and disabling the overlay.

Class org.apache.batik.apps.svgbrowser.DOMViewer.CapturingClickButtonAction extends AbstractAction implements Serializable

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

Class org.apache.batik.apps.svgbrowser.DOMViewer.OverlayButtonAction extends AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.DOMViewer.Panel extends JPanel implements Serializable

Serialized Fields

document

Document document
The DOM document.


nodeInsertion

EventListener nodeInsertion
"Node inserted" DOM Mutation Listener.


nodeRemoval

EventListener nodeRemoval
"Node removed" DOM Mutation Listener.


attrModification

EventListener attrModification
"Attribute modified" DOM Mutation Listener.


charDataModification

EventListener charDataModification
"Character data modified" DOM Mutation Listener.


capturingListener

EventListener capturingListener
Capturing "click" event type listener. Allows the "capturing click" option


viewCSS

ViewCSS viewCSS
The ViewCSS object associated with the document.


tree

DOMDocumentTree tree
The tree.


splitPane

JSplitPane splitPane
The split pane.


rightPanel

JPanel rightPanel
The right panel.


propertiesTable

JTable propertiesTable
The properties table.


attributePanel

NodePickerPanel attributePanel
The panel to show the nodes attributes.


attributePanelLayout

GridBagConstraints attributePanelLayout
The layout for the attribute panel.


propertiesTableLayout

GridBagConstraints propertiesTableLayout
The layout for the properties table.


elementPanel

JPanel elementPanel
The element panel.


characterDataPanel

DOMViewer.Panel.CharacterPanel characterDataPanel
The CharacterData node panel.


documentInfo

JTextArea documentInfo
The documentInfo panel text area.


documentInfoPanel

JPanel documentInfoPanel
The documentInfo node panel.

Class org.apache.batik.apps.svgbrowser.DOMViewer.Panel.CharacterPanel extends JPanel implements Serializable

Serialized Fields

node

Node node
Associated node.


textArea

JTextArea textArea
The text area.

Class org.apache.batik.apps.svgbrowser.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.apps.svgbrowser.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.apps.svgbrowser.DOMViewer.RedoButtonAction extends AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.DOMViewer.UndoButtonAction extends AbstractAction 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.HistoryBrowser.HistoryBrowserEvent extends EventObject 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

JSVGViewerFrame.Canvas 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.


debugger

JSVGViewerFrame.Debugger debugger
The debugger object.


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.Canvas extends JSVGCanvas implements Serializable

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.NodePickerPanel extends JPanel implements Serializable

Serialized Fields

attributesTable

JTable attributesTable
The attributes table - the table that consists of attribute name and attribute value columns. Shows the element's attributes.


tableModelListener

TableModelListener tableModelListener
The Attribute table model listener.


attributePane

JScrollPane attributePane
The Attributes table ScrollPane.


attributesPanel

JPanel attributesPanel
The Attributes table and buttons Panel.


buttonFactory

ButtonFactory buttonFactory
The Button factory.


addButton

JButton addButton
The Add button.


removeButton

JButton removeButton
The Remove button.


attributesLabel

JLabel attributesLabel
The Attributes table label.


applyButton

JButton applyButton
The Apply button.


resetButton

JButton resetButton
The Reset button.


choosePanel

JPanel choosePanel
The OK and Cancel button Panel.


svgInputPanel

NodePickerPanel.SVGInputPanel svgInputPanel
The svg input panel.


isWellFormedLabel

JLabel isWellFormedLabel
The isWellFormed label.


svgInputPanelNameLabel

JLabel svgInputPanelNameLabel
The svgInputPanel name label.


shouldProcessUpdate

boolean shouldProcessUpdate
If the attribute table listener should process the update event and update node picker after an update on the table had triggered. Used instead of removing and adding the table listener.


previewElement

Element previewElement
The element that is being previewed or edited it's content (xml representation).


clonedElement

Element clonedElement
The copy of the original (preview) element. Used to synchronize svginput area and the attributes table, since the original elements attributes shouldn't be changed while previewing or editing it.


parentElement

Node parentElement
The parent Element for the element to be added. It is used when adding the new element, to get the information on where to be appended.


mode

int mode
The panel mode.


isDirty

boolean isDirty
If the element being edited is actually changed.


eventListeners

EventListenerList eventListeners
Listeners list.


controller

NodePickerController controller
The controller for this panel.


listeners

Map listeners
The map that contains the listeners

Class org.apache.batik.apps.svgbrowser.NodePickerPanel.AddButtonAction extends AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.NodePickerPanel.ApplyButtonAction extends AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.NodePickerPanel.AttributesTableModel extends DefaultTableModel implements Serializable

Class org.apache.batik.apps.svgbrowser.NodePickerPanel.NameEditorDialog extends JDialog implements Serializable

Serialized Fields

returnCode

int returnCode
The Dialog results.


mainPanel

JPanel mainPanel
The Dialog main panel.


buttonFactory

ButtonFactory buttonFactory
The Button factory.


nodeNameLabel

JLabel nodeNameLabel
The node name label.


nodeNameField

JTextField nodeNameField
The node name field.


okButton

JButton okButton
The OK button.


cancelButton

JButton cancelButton
The Cancel button.


listeners

Map listeners
The map that contains the listeners

Class org.apache.batik.apps.svgbrowser.NodePickerPanel.NameEditorDialog.CancelButtonAction extends AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.NodePickerPanel.NameEditorDialog.OKButtonAction extends AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.NodePickerPanel.NodePickerEvent extends EventObject implements Serializable

Serialized Fields

type

int type
The type of this event.


result

String result
The string that is to be parsed.


contextNode

Node contextNode
The context node associated with this event.

Class org.apache.batik.apps.svgbrowser.NodePickerPanel.RemoveButtonAction extends AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.NodePickerPanel.ResetButtonAction extends AbstractAction implements Serializable

Class org.apache.batik.apps.svgbrowser.NodePickerPanel.SVGInputPanel extends JPanel implements Serializable

Serialized Fields

nodeXmlArea

XMLTextEditor nodeXmlArea
The text area.

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


configurationPanel

PreferenceDialog.JConfigurationPanel configurationPanel
The configuration panel that holds each of the configuration pages.


userStylesheetEnabled

JCheckBox userStylesheetEnabled

userStylesheetLabel

JLabel userStylesheetLabel

userStylesheet

JTextField userStylesheet

userStylesheetBrowse

JButton userStylesheetBrowse

showRendering

JCheckBox showRendering

autoAdjustWindow

JCheckBox autoAdjustWindow

enableDoubleBuffering

JCheckBox enableDoubleBuffering

showDebugTrace

JCheckBox showDebugTrace

selectionXorMode

JCheckBox selectionXorMode

isXMLParserValidating

JCheckBox isXMLParserValidating

animationLimitUnlimited

JRadioButton animationLimitUnlimited

animationLimitCPU

JRadioButton animationLimitCPU

animationLimitFPS

JRadioButton animationLimitFPS

animationLimitCPULabel

JLabel animationLimitCPULabel

animationLimitFPSLabel

JLabel animationLimitFPSLabel

animationLimitCPUAmount

JTextField animationLimitCPUAmount

animationLimitFPSAmount

JTextField animationLimitFPSAmount

enforceSecureScripting

JCheckBox enforceSecureScripting

grantScriptFileAccess

JCheckBox grantScriptFileAccess

grantScriptNetworkAccess

JCheckBox grantScriptNetworkAccess

loadJava

JCheckBox loadJava

loadEcmascript

JCheckBox loadEcmascript

allowedScriptOrigin

JComboBox allowedScriptOrigin

allowedResourceOrigin

JComboBox allowedResourceOrigin

mediaList

JList mediaList

mediaListRemoveButton

JButton mediaListRemoveButton

mediaListClearButton

JButton mediaListClearButton

host

JTextField host

port

JTextField port

languagePanel

LanguageDialog.Panel languagePanel

mediaListModel

DefaultListModel mediaListModel

returnCode

int returnCode
Code indicating whether the dialog was okayed or cancelled.

Class org.apache.batik.apps.svgbrowser.PreferenceDialog.JConfigurationPanel extends JPanel implements Serializable

Serialized Fields

toolbar

JToolBar toolbar
The toolbar that allows selection between the pages.


panel

JPanel panel
The panel that holds the configuration pages.


layout

CardLayout layout
The layout manager for the configuration pages.


group

ButtonGroup group
The button group for the configuration page buttons.


page

int page
The currently selected page.

Class org.apache.batik.apps.svgbrowser.PreferenceDialog.JConfigurationPanel.ResizingCardLayout extends CardLayout implements Serializable

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.


message

String message
The message.


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

Class org.apache.batik.bridge.svg12.ContentSelectionChangedEvent extends EventObject implements Serializable


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.


typeInfo

TypeInfo typeInfo
The attribute type information.

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

inputEncoding

String inputEncoding
Input encoding of this document.


xmlEncoding

String xmlEncoding
XML encoding of this document.


xmlVersion

String xmlVersion
XML version of this document.


xmlStandalone

boolean xmlStandalone
Whether this document is standalone.


documentURI

String documentURI
The document URI.


strictErrorChecking

boolean strictErrorChecking
Whether strict error checking is in force.


domConfig

AbstractDocument.DocumentConfiguration domConfig
The DOMConfiguration object for this document.

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

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

Serialized Fields

localizableSupport

LocalizableSupport localizableSupport
The localizable support for the error messages.


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.


typeInfo

TypeInfo typeInfo
The element type information.

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

Serialized Fields

hash

int hash
The hash code, must not change after creation.


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.


userData

HashMap userData
User data.


userDataHandlers

HashMap userDataHandlers
User data handlers.


managerData

Object managerData
The XBL manager data.

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.


elementChildren

int elementChildren
The number of Element 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.

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
The qualified name of the document element.


publicId

String publicId
The DTD public ID, if specified.


systemId

String systemId
The DTD system ID, if specified.

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.LiveAttributeException extends RuntimeException implements Serializable

Serialized Fields

e

Element e
The element on which the error occured.


attributeName

String attributeName
The attribute name.


code

short code
The reason for the exception. This must be one of the ERR_* constants defined in this class.


value

String value
The malformed attribute value.

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

Serialized Fields

transform

SVGOMAnimatedTransformList transform
The 'transform' attribute value.


externalResourcesRequired

SVGOMAnimatedBoolean externalResourcesRequired
The 'externalResourcesRequired' attribute value.


motionTransform

AffineTransform motionTransform
Supplemental transformation due to motion animation.

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

Serialized Fields

target

SVGOMAnimatedString target
The 'target' attribute value.

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

Serialized Fields

externalResourcesRequired

SVGOMAnimatedBoolean externalResourcesRequired
The 'externalResourcesRequired' attribute value.

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

Serialized Fields

cx

SVGOMAnimatedLength cx
The 'cx' attribute value.


cy

SVGOMAnimatedLength cy
The 'cy' attribute value.


r

SVGOMAnimatedLength r
The 'r' attribute value.

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

Serialized Fields

clipPathUnits

SVGOMAnimatedEnumeration clipPathUnits
The 'clipPathUnits' attribute value.

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

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

Serialized Fields

type

SVGOMAnimatedEnumeration type
The 'type' attribute value.


tableValues

SVGOMAnimatedNumberList tableValues
The 'tableValues' attribute value.


slope

SVGOMAnimatedNumber slope
The 'slope' attribute value.


intercept

SVGOMAnimatedNumber intercept
The 'intercept' attribute value.


amplitude

SVGOMAnimatedNumber amplitude
The 'amplitude' attribute value.


exponent

SVGOMAnimatedNumber exponent
The 'exponent' attribute value.


offset

SVGOMAnimatedNumber offset
The 'offset' attribute value.

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

Serialized Fields

x

SVGOMAnimatedLength x
The 'x' attribute value.


y

SVGOMAnimatedLength y
The 'y' attribute value.


externalResourcesRequired

SVGOMAnimatedBoolean externalResourcesRequired
The 'externalResourcesRequired' attribute value.

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

ParsedURL url
The URL of the document.


isSVG12

boolean isSVG12
Whether the document supports SVG 1.2.


cssNavigableDocumentListeners

HashMap cssNavigableDocumentListeners
Map of CSSNavigableDocumentListeners to an array of wrapper DOM listeners.


mainAnimatedAttributeListener

AnimatedAttributeListener mainAnimatedAttributeListener
The main AnimatedAttributeListener that redispatches to all listeners in SVGOMDocument.animatedAttributeListeners.


animatedAttributeListeners

LinkedList animatedAttributeListeners
List of AnimatedAttributeListeners attached to this document.

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

Serialized Fields

prefix

String prefix
The element prefix.


targetListeners

DoublyIndexedTable targetListeners
Table mapping namespaceURI/local name pairs to LinkedLists of AnimationTargetListeners.


unitContext

UnitProcessor.Context unitContext
The context used to resolve the units.

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

Serialized Fields

cx

SVGOMAnimatedLength cx
The 'cx' attribute value.


cy

SVGOMAnimatedLength cy
The 'cy' attribute value.


rx

SVGOMAnimatedLength rx
The 'rx' attribute value.


ry

SVGOMAnimatedLength ry
The 'ry' attribute value.

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

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

Serialized Fields

in

SVGOMAnimatedString in
The 'in' attribute value.


in2

SVGOMAnimatedString in2
The 'in2' attribute value.


mode

SVGOMAnimatedEnumeration mode
The 'mode' attribute value.

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

Serialized Fields

in

SVGOMAnimatedString in
The 'in' attribute value.


type

SVGOMAnimatedEnumeration type
The 'type' attribute value.

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

Serialized Fields

in

SVGOMAnimatedString in
The 'in' attribute value.

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

Serialized Fields

in

SVGOMAnimatedString in
The 'in' attribute value.


in2

SVGOMAnimatedString in2
The 'in2' attribute value.


operator

SVGOMAnimatedEnumeration operator
The 'operator' attribute value.


k1

SVGOMAnimatedNumber k1
The 'k1' attribute value.


k2

SVGOMAnimatedNumber k2
The 'k2' attribute value.


k3

SVGOMAnimatedNumber k3
The 'k3' attribute value.


k4

SVGOMAnimatedNumber k4
The 'k4' attribute value.

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

Serialized Fields

in

SVGOMAnimatedString in
The 'in' attribute value.


edgeMode

SVGOMAnimatedEnumeration edgeMode
The 'edgeMode' attribute value.


bias

SVGOMAnimatedNumber bias
The 'bias' attribute value.


preserveAlpha

SVGOMAnimatedBoolean preserveAlpha
The 'preserveAlpha' attribute value.

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

Serialized Fields

in

SVGOMAnimatedString in
The 'in' attribute value.


surfaceScale

SVGOMAnimatedNumber surfaceScale
The 'surfaceScale' attribute value.


diffuseConstant

SVGOMAnimatedNumber diffuseConstant
The 'diffuseConstant' attribute value.

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

Serialized Fields

in

SVGOMAnimatedString in
The 'in' attribute value.


in2

SVGOMAnimatedString in2
The 'in2' attribute value.


scale

SVGOMAnimatedNumber scale
The 'scale' attribute value.


xChannelSelector

SVGOMAnimatedEnumeration xChannelSelector
The 'xChannelSelector' attribute value.


yChannelSelector

SVGOMAnimatedEnumeration yChannelSelector
The 'yChannelSelector' attribute value.

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

Serialized Fields

azimuth

SVGOMAnimatedNumber azimuth
The 'azimuth' attribute value.


elevation

SVGOMAnimatedNumber elevation
The 'elevation' attribute value.

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

Serialized Fields

in

SVGOMAnimatedString in
The 'in' attribute value.

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

Serialized Fields

in

SVGOMAnimatedString in
The 'in' attribute value.

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

Serialized Fields

href

SVGOMAnimatedString href
The 'xlink:href' attribute value.


preserveAspectRatio

SVGOMAnimatedPreserveAspectRatio preserveAspectRatio
The 'preserveAspectRatio' attribute value.


externalResourcesRequired

SVGOMAnimatedBoolean externalResourcesRequired
The 'externalResourcesRequired' attribute value.

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

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

Serialized Fields

in

SVGOMAnimatedString in
The 'in' attribute value.

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

Serialized Fields

in

SVGOMAnimatedString in
The 'in' attribute value.


operator

SVGOMAnimatedEnumeration operator
The 'operator' attribute value.

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

Serialized Fields

in

SVGOMAnimatedString in
The 'in' attribute value.


dx

SVGOMAnimatedNumber dx
The 'dx' attribute value.


dy

SVGOMAnimatedNumber dy
The 'dy' attribute value.

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

Serialized Fields

x

SVGOMAnimatedNumber x
The 'x' attribute value.


y

SVGOMAnimatedNumber y
The 'y' attribute value.


z

SVGOMAnimatedNumber z
The 'z' attribute value.

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

Serialized Fields

in

SVGOMAnimatedString in
The 'in' attribute value.


surfaceScale

SVGOMAnimatedNumber surfaceScale
The 'surfaceScale' attribute value.


specularConstant

SVGOMAnimatedNumber specularConstant
The 'specularConstant' attribute value.


specularExponent

SVGOMAnimatedNumber specularExponent
The 'specularExponent' attribute value.

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

Serialized Fields

x

SVGOMAnimatedNumber x
The 'x' attribute value.


y

SVGOMAnimatedNumber y
The 'y' attribute value.


z

SVGOMAnimatedNumber z
The 'z' attribute value.


pointsAtX

SVGOMAnimatedNumber pointsAtX
The 'pointsAtX' attribute value.


pointsAtY

SVGOMAnimatedNumber pointsAtY
The 'pointsAtY' attribute value.


pointsAtZ

SVGOMAnimatedNumber pointsAtZ
The 'pointsAtZ' attribute value.


specularExponent

SVGOMAnimatedNumber specularExponent
The 'specularExponent' attribute value.


limitingConeAngle

SVGOMAnimatedNumber limitingConeAngle
The 'limitingConeAngle' attribute value.

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

Serialized Fields

in

SVGOMAnimatedString in
The 'in' attribute value.

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

Serialized Fields

numOctaves

SVGOMAnimatedInteger numOctaves
The 'numOctaves' attribute value.


seed

SVGOMAnimatedNumber seed
The 'seed' attribute value.


stitchTiles

SVGOMAnimatedEnumeration stitchTiles
The 'stitchTiles' attribute value.


type

SVGOMAnimatedEnumeration type
The 'type' attribute value.

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

Serialized Fields

filterUnits

SVGOMAnimatedEnumeration filterUnits
The 'filterUnits' attribute value.


primitiveUnits

SVGOMAnimatedEnumeration primitiveUnits
The 'primitiveUnits' attribute value.


x

SVGOMAnimatedLength x
The 'x' attribute value.


y

SVGOMAnimatedLength y
The 'y' attribute value.


width

SVGOMAnimatedLength width
The 'width' attribute value.


height

SVGOMAnimatedLength height
The 'height' attribute value.


href

SVGOMAnimatedString href
The 'xlink:href' attribute value.


externalResourcesRequired

SVGOMAnimatedBoolean externalResourcesRequired
The 'externalResourcesRequired' attribute value.

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

Serialized Fields

x

SVGOMAnimatedLength x
The 'x' attribute value.


y

SVGOMAnimatedLength y
The 'y' attribute value.


width

SVGOMAnimatedLength width
The 'width' attribute value.


height

SVGOMAnimatedLength height
The 'height' attribute value.


result

SVGOMAnimatedString result
The 'result' attribute value.

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

Serialized Fields

externalResourcesRequired

SVGOMAnimatedBoolean externalResourcesRequired
The 'externalResourcesRequired' attribute value.

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

Serialized Fields

x

SVGOMAnimatedLength x
The 'x' attribute value.


y

SVGOMAnimatedLength y
The 'y' attribute value.


width

SVGOMAnimatedLength width
The 'width' attribute value.


height

SVGOMAnimatedLength height
The 'height' attribute value.


preserveAspectRatio

SVGOMAnimatedPreserveAspectRatio preserveAspectRatio
The 'preserveAspectRatio' attribute value.

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

Serialized Fields

href

SVGOMAnimatedString href
The 'xlink:href' attribute value. Note that this attribute not actually animatable, according to SVG 1.1.

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

Serialized Fields

gradientUnits

SVGOMAnimatedEnumeration gradientUnits
The 'gradientUnits' attribute value.


spreadMethod

SVGOMAnimatedEnumeration spreadMethod
The 'spreadMethod' attribute value.


href

SVGOMAnimatedString href
The 'xlink:href' attribute value.


externalResourcesRequired

SVGOMAnimatedBoolean externalResourcesRequired
The 'externalResourcesRequired' attribute value.

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

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

Serialized Fields

x

SVGOMAnimatedLength x
The 'x' attribute value.


y

SVGOMAnimatedLength y
The 'y' attribute value.


width

SVGOMAnimatedLength width
The 'width' attribute value.


height

SVGOMAnimatedLength height
The 'height' attribute value.


preserveAspectRatio

SVGOMAnimatedPreserveAspectRatio preserveAspectRatio
The 'preserveAspectRatio' attribute value.

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

Serialized Fields

x1

SVGOMAnimatedLength x1
The 'x1' attribute value.


y1

SVGOMAnimatedLength y1
The 'y1' attribute value.


x2

SVGOMAnimatedLength x2
The 'x2' attribute value.


y2

SVGOMAnimatedLength y2
The 'y2' attribute value.

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

Serialized Fields

x1

SVGOMAnimatedLength x1
The 'x1' attribute value.


y1

SVGOMAnimatedLength y1
The 'y1' attribute value.


x2

SVGOMAnimatedLength x2
The 'x2' attribute value.


y2

SVGOMAnimatedLength y2
The 'y2' attribute value.

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

Serialized Fields

refX

SVGOMAnimatedLength refX
The 'refX' attribute value.


refY

SVGOMAnimatedLength refY
The 'refY' attribute value.


markerWidth

SVGOMAnimatedLength markerWidth
The 'markerWidth' attribute value.


markerHeight

SVGOMAnimatedLength markerHeight
The 'markerHeight' attribute value.


orient

SVGOMAnimatedMarkerOrientValue orient
The 'orient' attribute value.


markerUnits

SVGOMAnimatedEnumeration markerUnits
The 'markerUnits' attribute value.


preserveAspectRatio

SVGOMAnimatedPreserveAspectRatio preserveAspectRatio
The 'preserveAspectRatio' attribute value.


viewBox

SVGOMAnimatedRect viewBox
The 'viewBox' attribute value.


externalResourcesRequired

SVGOMAnimatedBoolean externalResourcesRequired
The 'externalResourcesRequired' attribute value.

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

Serialized Fields

x

SVGOMAnimatedLength x
The 'x' attribute value.


y

SVGOMAnimatedLength y
The 'y' attribute value.


width

SVGOMAnimatedLength width
The 'width' attribute value.


height

SVGOMAnimatedLength height
The 'height' attribute value.


maskUnits

SVGOMAnimatedEnumeration maskUnits
The 'maskUnits' attribute value.


maskContentUnits

SVGOMAnimatedEnumeration maskContentUnits
The 'maskContentUnits' attribute value.

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

Serialized Fields

externalResourcesRequired

SVGOMAnimatedBoolean externalResourcesRequired
The 'externalResourcesRequired' attribute value.

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

Serialized Fields

d

SVGOMAnimatedPathData d
The 'd' attribute value.

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

Serialized Fields

x

SVGOMAnimatedLength x
The 'x' attribute value.


y

SVGOMAnimatedLength y
The 'y' attribute value.


width

SVGOMAnimatedLength width
The 'width' attribute value.


height

SVGOMAnimatedLength height
The 'height' attribute value.


patternUnits

SVGOMAnimatedEnumeration patternUnits
The 'patternUnits' attribute value.


patternContentUnits

SVGOMAnimatedEnumeration patternContentUnits
The 'patternContentUnits' attribute value.


href

SVGOMAnimatedString href
The 'xlink:href' attribute value.


externalResourcesRequired

SVGOMAnimatedBoolean externalResourcesRequired
The 'externalResourcesRequired' attribute value.


preserveAspectRatio

SVGOMAnimatedPreserveAspectRatio preserveAspectRatio
The 'preserveAspectRatio' attribute value.

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

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

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

Serialized Fields

cx

SVGOMAnimatedLength cx
The 'cx' attribute value.


cy

SVGOMAnimatedLength cy
The 'cy' attribute value.


fx

AbstractSVGAnimatedLength fx
The 'fx' attribute value.


fy

AbstractSVGAnimatedLength fy
The 'fy' attribute value.


r

SVGOMAnimatedLength r
The 'r' attribute value.

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

Serialized Fields

x

SVGOMAnimatedLength x
The 'x' attribute value.


y

SVGOMAnimatedLength y
The 'y' attribute value.


rx

AbstractSVGAnimatedLength rx
The 'rx' attribute value.


ry

AbstractSVGAnimatedLength ry
The 'ry' attribute value.


width

SVGOMAnimatedLength width
The 'width' attribute value.


height

SVGOMAnimatedLength height
The 'height' attribute value.

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

Serialized Fields

externalResourcesRequired

SVGOMAnimatedBoolean externalResourcesRequired
The 'externalResourcesRequired' attribute value.

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

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

Serialized Fields

offset

SVGOMAnimatedNumber offset
The 'offset' attribute value.

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

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

Serialized Fields

x

SVGOMAnimatedLength x
The 'x' attribute value.


y

SVGOMAnimatedLength y
The 'y' attribute value.


width

SVGOMAnimatedLength width
The 'width' attribute value.


height

SVGOMAnimatedLength height
The 'height' attribute value.


externalResourcesRequired

SVGOMAnimatedBoolean externalResourcesRequired
The 'externalResourcesRequired' attribute value.


preserveAspectRatio

SVGOMAnimatedPreserveAspectRatio preserveAspectRatio
The 'preserveAspectRatio' attribute value.


viewBox

SVGOMAnimatedRect viewBox
The 'viewBox' attribute value.

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

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

Serialized Fields

preserveAspectRatio

SVGOMAnimatedPreserveAspectRatio preserveAspectRatio
The 'preserveAspectRatio' attribute value.


externalResourcesRequired

SVGOMAnimatedBoolean externalResourcesRequired
The 'externalResourcesRequired' attribute value.

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

Serialized Fields

externalResourcesRequired

SVGOMAnimatedBoolean externalResourcesRequired
The 'externalResourcesRequired' attribute value.


textLength

AbstractSVGAnimatedLength textLength
The 'textLength' attribute value.


lengthAdjust

SVGOMAnimatedEnumeration lengthAdjust
The 'lengthAdjust' attribute value.

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

Serialized Fields

transform

SVGOMAnimatedTransformList transform
The 'transform' attribute value.


motionTransform

AffineTransform motionTransform
Supplemental transformation due to motion animation.

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

Serialized Fields

method

SVGOMAnimatedEnumeration method
The 'method' attribute value.


spacing

SVGOMAnimatedEnumeration spacing
The 'spacing' attribute value.


startOffset

SVGOMAnimatedLength startOffset
The 'startOffset' attribute value.


href

SVGOMAnimatedString href
The 'xlink:href' attribute value.

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

Serialized Fields

x

SVGOMAnimatedLengthList x
The 'x' attribute value.


y

SVGOMAnimatedLengthList y
The 'y' attribute value.


dx

SVGOMAnimatedLengthList dx
The 'dx' attribute value.


dy

SVGOMAnimatedLengthList dy
The 'dy' attribute value.


rotate

SVGOMAnimatedNumberList rotate
The 'rotate' attribute value.

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

Serialized Fields

href

SVGOMAnimatedString href
The 'xlink:href' attribute value.

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

Serialized Fields

x

SVGOMAnimatedLength x
The 'x' attribute value.


y

SVGOMAnimatedLength y
The 'y' attribute value.


width

SVGOMAnimatedLength width
The 'width' attribute value.


height

SVGOMAnimatedLength height
The 'height' attribute value.


shadowTree

SVGOMUseShadowRoot shadowTree
Store the shadow tree of the use element.

Class org.apache.batik.dom.svg.SVGOMUseShadowRoot 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.SVGOMViewElement extends SVGOMElement implements Serializable

Serialized Fields

externalResourcesRequired

SVGOMAnimatedBoolean externalResourcesRequired
The 'externalResourcesRequired' attribute value.


preserveAspectRatio

SVGOMAnimatedPreserveAspectRatio preserveAspectRatio
The 'preserveAspectRatio' attribute value.

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

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

Serialized Fields

points

SVGOMAnimatedPoints points
The 'points' attribute value.

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

Serialized Fields

computedStyleMap

StyleMap computedStyleMap
The computed style map.


overrideStyleDeclaration

SVGStylableElement.OverrideStyleDeclaration overrideStyleDeclaration
The override style declaration for this element.


className

SVGOMAnimatedString className
The 'class' attribute value.


style

SVGStylableElement.StyleDeclaration style
The 'style' attribute value.

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

Serialized Fields

href

SVGOMAnimatedString href
The 'xlink:href' attribute value.

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

Serialized Fields

href

SVGOMAnimatedString href
The 'xlink:href' attribute value.


Package org.apache.batik.dom.svg12

Class org.apache.batik.dom.svg12.BindableElement extends SVGGraphicsElement implements Serializable

Serialized Fields

namespaceURI

String namespaceURI
The namespace URI of the custom element.


localName

String localName
The local name of the custom element.


xblShadowTree

XBLOMShadowTreeElement xblShadowTree
The shadow tree.

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

Class org.apache.batik.dom.svg12.SVG12OMDocument extends SVGOMDocument implements Serializable

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

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

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

Class org.apache.batik.dom.svg12.SVGOMFlowRegionBreakElement extends SVGOMTextPositioningElement 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 SVGGraphicsElement implements Serializable

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

Class org.apache.batik.dom.svg12.SVGOMHandlerElement extends SVGOMElement 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

Class org.apache.batik.dom.svg12.XBLOMContentElement extends XBLOMElement implements Serializable

Class org.apache.batik.dom.svg12.XBLOMDefinitionElement extends XBLOMElement implements Serializable

Class org.apache.batik.dom.svg12.XBLOMElement extends SVGOMElement implements Serializable

Serialized Fields

prefix

String prefix
The element prefix.

Class org.apache.batik.dom.svg12.XBLOMHandlerGroupElement extends XBLOMElement implements Serializable

Class org.apache.batik.dom.svg12.XBLOMImportElement extends XBLOMElement implements Serializable

Class org.apache.batik.dom.svg12.XBLOMShadowTreeElement extends XBLOMElement implements Serializable

Class org.apache.batik.dom.svg12.XBLOMTemplateElement extends XBLOMElement implements Serializable

Class org.apache.batik.dom.svg12.XBLOMXBLElement extends XBLOMElement 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

Class org.apache.batik.dom.util.IntTable extends Object implements Serializable

Serialized Fields

table

IntTable.Entry[] table
The underlying array


count

int count
The number of entries

Class org.apache.batik.dom.util.IntTable.Entry extends Object implements Serializable

Serialized Fields

hash

int hash
The hash code.


key

Object key
The key.


value

int value
The value.


next

IntTable.Entry next
The next entry

Class org.apache.batik.dom.util.SAXIOException extends IOException implements Serializable

Serialized Fields

saxe

SAXException saxe


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

Class org.apache.batik.ext.awt.geom.Polygon2D extends Object implements Serializable

Serialized Fields

npoints

int npoints
The total number of points. The value of npoints represents the number of valid points in this Polygon.


xpoints

float[] xpoints
The array of x coordinates. The value of npoints is equal to the number of points in this Polygon2D.


ypoints

float[] ypoints
The array of x coordinates. The value of npoints is equal to the number of points in this Polygon2D.


bounds

Rectangle2D bounds
Bounds of the Polygon2D.

See Also:
Polygon2D.getBounds()

path

GeneralPath path

closedPath

GeneralPath closedPath

Class org.apache.batik.ext.awt.geom.Polyline2D extends Object implements Serializable

Serialized Fields

npoints

int npoints
The total number of points. The value of npoints represents the number of points in this Polyline2D.


xpoints

float[] xpoints
The array of x coordinates. The value of npoints is equal to the number of points in this Polyline2D.


ypoints

float[] ypoints
The array of x coordinates. The value of npoints is equal to the number of points in this Polyline2D.


bounds

Rectangle2D bounds
Bounds of the Polyline2D.

See Also:
Polyline2D.getBounds()

path

GeneralPath path

closedPath

GeneralPath closedPath


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

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

List chunkType

chunkData

List chunkData

Class org.apache.batik.ext.awt.image.codec.png.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.png.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.png.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.png.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.GraphicsExtensionElement extends StylableExtensionElement implements Serializable

Serialized Fields

transform

SVGOMAnimatedTransformList transform
The 'transform' attribute value.


externalResourcesRequired

SVGOMAnimatedBoolean externalResourcesRequired
The 'externalResourcesRequired' attribute value.

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

ParsedURL 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 GraphicsExtensionElement implements Serializable

Class org.apache.batik.extension.svg.BatikStarElement extends GraphicsExtensionElement 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 SVGOMTextPositioningElement implements Serializable

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

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

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

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

Class org.apache.batik.extension.svg.FlowTextElement extends GraphicsExtensionElement 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 keys at the time the graphics node input event was fired.


lockState

int lockState
The state of the key locks 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.


keyLocation

int keyLocation
The key location.

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.


button

int button
The mouse button that changed state.


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.

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

Serialized Fields

wheelDelta

int wheelDelta
Indicates the number of wheel notches have been moved. Positive for scrolling up/left, negative for down/right.


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

Serialized Fields

interpreter

RhinoInterpreter interpreter
The rhino interpreter.


window

Window window
The wrapped window.


Package org.apache.batik.script.rhino.svg12

Class org.apache.batik.script.rhino.svg12.GlobalWrapper extends WindowWrapper 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

toolTipDocs

Map toolTipDocs

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

scrollbarsAlwaysVisible

boolean scrollbarsAlwaysVisible

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.


selfCallingDisableInteractions

boolean selfCallingDisableInteractions
Set to true before component calls setDisableInteractors so it knows that the users isn't the one calling it.


userSetDisableInteractions

boolean userSetDisableInteractions
Set to true if the user ever calls setDisableInteractions


documentState

int documentState
The document state.


prevComponentSize

Dimension prevComponentSize

afterStopRunnable

Runnable afterStopRunnable

updateOverlay

SVGUpdateOverlay updateOverlay

recenterOnResize

boolean recenterOnResize

viewingTransform

AffineTransform viewingTransform

animationLimitingMode

int animationLimitingMode
The animation limiting mode.


animationLimitingAmount

float animationLimitingAmount
The amount of animation limiting.


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.DropDownComponent extends JPanel implements Serializable

Serialized Fields

mainButton

JButton mainButton
The main button for this component.


dropDownButton

JButton dropDownButton
The drop down button. When clicked the dropdown popup menu appears.


enabledDownArrow

Icon enabledDownArrow
The icon for enabled drop down button.


disabledDownArrow

Icon disabledDownArrow
The icon for disabled drop down button.


popupMenu

DropDownComponent.ScrollablePopupMenu popupMenu
The scrollable pop up menu.


isDropDownEnabled

boolean isDropDownEnabled
If drop down menu appears when clicked on dropdown button.

Class org.apache.batik.util.gui.DropDownComponent.DefaultScrollablePopupMenuItem extends JButton implements Serializable

Serialized Fields

parent

DropDownComponent.ScrollablePopupMenu parent
The parent scrollable popup menu.

Class org.apache.batik.util.gui.DropDownComponent.ScrollablePopupMenu extends JPopupMenu implements Serializable

Serialized Fields

menuPanel

JPanel menuPanel
The menu panel.


scrollPane

JScrollPane scrollPane
The scroll pane.


preferredHeight

int preferredHeight
Max menu height.


model

DropDownComponent.ScrollablePopupMenuModel model
The model for this component.


ownerComponent

JComponent ownerComponent
The owner component.


footer

DropDownComponent.ScrollablePopupMenuItem footer
Footer item. Should be always shown at the bottom of this pop up.


eventListeners

EventListenerList eventListeners
Listeners list.

Class org.apache.batik.util.gui.DropDownComponent.ScrollablePopupMenuEvent extends EventObject implements Serializable

Serialized Fields

type

int type
The event type.


itemNumber

int itemNumber
The number of items that were added / removed.


details

String details
The details about the event.

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.JToolbarToggleButton extends JToggleButton 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

 


Package org.apache.batik.util.gui.xmleditor

Class org.apache.batik.util.gui.xmleditor.XMLContext extends StyleContext implements Serializable

Serialized Fields

syntaxForegroundMap

Map syntaxForegroundMap
Map


syntaxFontMap

Map syntaxFontMap
Map

Class org.apache.batik.util.gui.xmleditor.XMLDocument extends PlainDocument implements Serializable

Serialized Fields

lexer

XMLScanner lexer

context

XMLContext context

cacheToken

XMLToken cacheToken

Class org.apache.batik.util.gui.xmleditor.XMLEditorKit extends DefaultEditorKit implements Serializable

Serialized Fields

context

XMLContext context

factory

ViewFactory factory

Class org.apache.batik.util.gui.xmleditor.XMLTextEditor extends JEditorPane implements Serializable

Serialized Fields

undoManager

UndoManager undoManager


Package org.apache.batik.util.resources

Class org.apache.batik.util.resources.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.dom

Class org.w3c.dom.DOMException extends RuntimeException implements Serializable

Serialized Fields

code

short code


Package org.w3c.dom.events

Class org.w3c.dom.events.EventException extends RuntimeException implements Serializable

Serialized Fields

code

short code



Copyright © 2009 Apache Software Foundation. All Rights Reserved.