Serialized Form
|
Package org.apache.batik.anim |
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 |
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 |
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 |
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.
listeners
Map<K,V> 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.
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.
node
Node node
- Associated node.
textArea
JTextArea textArea
- The text area.
node
Node node
- The node.
style
CSSStyleDeclaration style
- The computed style.
propertyNames
List<E> propertyNames
- The property names.
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.
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<K,V> listeners
- The map that contains the listeners
quality
JSlider quality
- The jpeg encoding quality.
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
org.w3c.dom.svg.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<K,V> listeners
- The map that contains the action listeners
time
long time
components
List<E> components
components
List<E> components
components
List<E> components
components
List<E> components
components
List<E> components
components
List<E> components
components
List<E> components
components
List<E> components
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<K,V> listeners
- The map that contains the listeners
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<K,V> listeners
- The map that contains the listeners
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.
nodeXmlArea
XMLTextEditor nodeXmlArea
- The text area.
ok
JButton ok
- The 'ok' button.
panel
JPanel panel
- The 'ok' button.
check
JCheckBox check
- The check box for outputing an indexed PNG.
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.
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.
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.
xmlbaseCB
JCheckBox xmlbaseCB
- The svg encoding options.
prettyPrintCB
JCheckBox prettyPrintCB
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
|
Package org.apache.batik.bridge |
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.
image
BufferedImage image
- The buffered image.
dirtyAreas
List<E> 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 |
|
Package org.apache.batik.css.engine |
element
Element element
- The event target.
properties
int[] properties
- The changed properties indexes.
|
Package org.apache.batik.css.parser |
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 |
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.
namespaceURI
String namespaceURI
- The namespace URI
nodeValue
String nodeValue
- The value of this node.
parentNode
Node parentNode
- The parent node of this node.
previousSibling
Node previousSibling
- The previous sibling.
nextSibling
Node nextSibling
- Returns the next sibling.