Serialized Form


Package org.apache.batik.apps.applet

Class org.apache.batik.apps.applet.JSVGApplet implements Serializable

Serialized Fields

thread

java.lang.Thread thread
The current processing thread

userLanguages

java.lang.String userLanguages
The user languages.

userStyleSheetURI

java.lang.String userStyleSheetURI
The user style sheet URI.

canvas

JSVGCanvas canvas
The SVG canvas.

df

SVGDocumentFactory df
The factory that creates new SVG Document instances.

eventDispatcher

EventDispatcher eventDispatcher
The event dispatcher.


Package org.apache.batik.apps.svgviewer

Class org.apache.batik.apps.svgviewer.Main.CloseAction implements Serializable

Serialized Fields

this$0

Main this$0

viewerFrame

ViewerFrame viewerFrame

Class org.apache.batik.apps.svgviewer.Main.ExitAction implements Serializable

Serialized Fields

this$0

Main this$0

Class org.apache.batik.apps.svgviewer.StatusBar implements Serializable

Serialized Fields

xPosition

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

yPosition

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

zoom

javax.swing.JLabel zoom
The zoom label.

message

javax.swing.JLabel message
The message label

mainMessage

java.lang.String mainMessage
The main message

Class org.apache.batik.apps.svgviewer.ViewerFrame implements Serializable

Serialized Fields

application

ViewerFrame.Application application
The application.

locationBar

LocationBar locationBar
The location bar.

uri

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

currentPath

java.lang.String currentPath
The current path.

currentExportPath

java.lang.String currentExportPath
The current path where to export files.

uriChooser

URIChooser uriChooser
The uri chooser.

panel

javax.swing.JPanel panel
The view panel.

statusBar

StatusBar statusBar
The status bar.

canvas

JSVGCanvas canvas
The SVG canvas.

thread

java.lang.Thread thread
The current processing thread

domViewer

DOMViewer domViewer
The tree view panel.

languageDialog

LanguageDialog languageDialog
The language dialog.

userStyleDialog

UserStyleDialog userStyleDialog
The user style dialog.

thumbnailFrame

javax.swing.JFrame thumbnailFrame
The thumbnail frame.

reloadAction

ViewerFrame.ReloadAction reloadAction
The reload action

backAction

ViewerFrame.BackAction backAction
The back action

forwardAction

ViewerFrame.ForwardAction forwardAction
The forward action

stopAction

ViewerFrame.StopAction stopAction
The stop action

description

java.lang.String description
The document description.

fixedSize

boolean fixedSize
Has the windows a fixed size?

progressivePaintEnabled

boolean progressivePaintEnabled
Is incremental painting of the offscreen buffer enabled?

eventDispatcher

ConcreteEventDispatcher eventDispatcher
The event dispatcher.

userLanguages

java.lang.String userLanguages
The user languages.

userStyleSheetURI

java.lang.String userStyleSheetURI
The user style sheet URI.

loadedDocuments

java.util.List loadedDocuments
The documents loaded with this viewer.

loadedDocument

int loadedDocument
The current document index.

loadedDocumentsCount

int loadedDocumentsCount
The loaded documents count.

df

SVGDocumentFactory df
The factory that creates new SVG Document instances.

listeners

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

Class org.apache.batik.apps.svgviewer.ViewerFrame.AboutAction implements Serializable

Serialized Fields

this$0

ViewerFrame this$0

canvas

JSVGCanvas canvas

Class org.apache.batik.apps.svgviewer.ViewerFrame.BackAction implements Serializable

Serialized Fields

this$0

ViewerFrame this$0

components

java.util.List components

Class org.apache.batik.apps.svgviewer.ViewerFrame.DescriptionAction implements Serializable

Serialized Fields

this$0

ViewerFrame this$0

Class org.apache.batik.apps.svgviewer.ViewerFrame.ExportJPGAction implements Serializable

Serialized Fields

this$0

ViewerFrame this$0

Class org.apache.batik.apps.svgviewer.ViewerFrame.ExportPNGAction implements Serializable

Serialized Fields

this$0

ViewerFrame this$0

Class org.apache.batik.apps.svgviewer.ViewerFrame.FixedSizeAction implements Serializable

Serialized Fields

this$0

ViewerFrame this$0

Class org.apache.batik.apps.svgviewer.ViewerFrame.ForwardAction implements Serializable

Serialized Fields

this$0

ViewerFrame this$0

components

java.util.List components

Class org.apache.batik.apps.svgviewer.ViewerFrame.LanguageAction implements Serializable

Serialized Fields

this$0

ViewerFrame this$0

Class org.apache.batik.apps.svgviewer.ViewerFrame.LocationBarAction implements Serializable

Serialized Fields

this$0

ViewerFrame this$0

Class org.apache.batik.apps.svgviewer.ViewerFrame.MonitorAction implements Serializable

Serialized Fields

this$0

ViewerFrame this$0

Class org.apache.batik.apps.svgviewer.ViewerFrame.NewWindowAction implements Serializable

Serialized Fields

this$0

ViewerFrame this$0

Class org.apache.batik.apps.svgviewer.ViewerFrame.OpenAction implements Serializable

Serialized Fields

this$0

ViewerFrame this$0

Class org.apache.batik.apps.svgviewer.ViewerFrame.OpenPageAction implements Serializable

Serialized Fields

this$0

ViewerFrame this$0

Class org.apache.batik.apps.svgviewer.ViewerFrame.ProgressivePaintAction implements Serializable

Serialized Fields

this$0

ViewerFrame this$0

Class org.apache.batik.apps.svgviewer.ViewerFrame.ReloadAction implements Serializable

Serialized Fields

this$0

ViewerFrame this$0

components

java.util.List components

Class org.apache.batik.apps.svgviewer.ViewerFrame.SourceAction implements Serializable

Serialized Fields

this$0

ViewerFrame this$0

Class org.apache.batik.apps.svgviewer.ViewerFrame.StopAction implements Serializable

Serialized Fields

this$0

ViewerFrame this$0

components

java.util.List components

Class org.apache.batik.apps.svgviewer.ViewerFrame.ThumbnailAction implements Serializable

Serialized Fields

this$0

ViewerFrame this$0

Class org.apache.batik.apps.svgviewer.ViewerFrame.TreeAction implements Serializable

Serialized Fields

this$0

ViewerFrame this$0

Class org.apache.batik.apps.svgviewer.ViewerFrame.URIChooserOKAction implements Serializable

Serialized Fields

this$0

ViewerFrame this$0

Class org.apache.batik.apps.svgviewer.ViewerFrame.UserStyleAction implements Serializable

Serialized Fields

this$0

ViewerFrame this$0


Package org.apache.batik.bridge

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

Serialized Fields

node

GraphicsNode node

Class org.apache.batik.bridge.BridgeMutationEvent implements Serializable

Serialized Fields

context

BridgeContext context
The bridge context.

type

int type
Type of the event.

attrName

java.lang.String attrName
The name of the modified attribute.

attrNewValue

java.lang.String attrNewValue
The new value of the modified attribute.

graphicsNode

GraphicsNode graphicsNode
Graphic node impacted by the mutation

styleMutationEvent

BridgeMutationEvent styleMutationEvent
Sub event describing modification of a style element

Class org.apache.batik.bridge.BuilderException implements Serializable

Serialized Fields

element

Element element

root

GraphicsNode root

Class org.apache.batik.bridge.IllegalAttributeValueException implements Serializable

Class org.apache.batik.bridge.MissingAttributeException implements Serializable


Package org.apache.batik.dom

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

Serialized Fields

nodeName

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

unspecified

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

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

Serialized Fields

namespaceURI

java.lang.String namespaceURI
The namespace URI

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

Serialized Fields

nodeValue

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

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

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

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

Serialization Methods

readObject

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

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Writes the object to the given stream.
Serialized Fields

eventsEnabled

boolean eventsEnabled
Whether the event dispatching must be done.

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

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

Serialized Fields

attributes

NamedNodeMap attributes
The attributes of this element.

Class org.apache.batik.dom.AbstractElement.NamedNodeHashMap implements Serializable

Serialization Methods

readObject

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

this$0

AbstractElement this$0

table

HashTable table
The place where the nodes in the anonymous namespace are stored.

tableNS

HashTable tableNS
The place where the the nodes that use namespaces are stored.

namespaceURI

java.lang.String namespaceURI
The current namespace URI.

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

Serialized Fields

namespaceURI

java.lang.String namespaceURI
The namespace URI

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

Serialized Fields

nodeName

java.lang.String nodeName
The node name.

publicId

java.lang.String publicId
The public id.

systemId

java.lang.String systemId
The system id.

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

Serialized Fields

nodeName

java.lang.String nodeName
The node name.

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

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

Serialized Fields

nodeName

java.lang.String nodeName
The node name.

publicId

java.lang.String publicId
The public id.

systemId

java.lang.String systemId
The system id.

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

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

Serialized Fields

childNodes

AbstractParentNode.ChildNodes childNodes
The children.

Class org.apache.batik.dom.AbstractParentNode.ChildNodes implements Serializable

Serialization Methods

readObject

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

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Writes the object to the given stream.
Serialized Fields

this$0

AbstractParentNode this$0

children

int children
The number of children.

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

Serialized Fields

data

java.lang.String data
The data.

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

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

Serialized Fields

readonly

boolean readonly
Is this attribute immutable?

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

Serialized Fields

readonly

boolean readonly
Is this attribute immutable?

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

Serialized Fields

readonly

boolean readonly
Is this element immutable?

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

Serialized Fields

readonly

boolean readonly
Is this element immutable?

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

Serialized Fields

readonly

boolean readonly
Is this document immutable?

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

Serialized Fields

readonly

boolean readonly
Is this element immutable?

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

Serialized Fields

nodeName

java.lang.String nodeName
The node name.

readonly

boolean readonly
Is this element immutable?

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

Serialized Fields

nodeName

java.lang.String nodeName
The node name.

readonly

boolean readonly
Is this element immutable?

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

Serialized Fields

readonly

boolean readonly
Is this node immutable?

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

Serialized Fields

readonly

boolean readonly
Is this node immutable?

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

Serialized Fields

readonly

boolean readonly
Is this node immutable?

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

Serialized Fields

target

java.lang.String target
The target.

readonly

boolean readonly
Is this node immutable?

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

Serialized Fields

readonly

boolean readonly
Is this element immutable?

Class org.apache.batik.dom.StyleSheetProcessingInstruction 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.SVGClippingMaskingElement implements Serializable

Serialized Fields

transformableSupport

SVGTransformableSupport transformableSupport
The transformable support.

stylableSupport

SVGStylableSupport stylableSupport
The stylable support.

externalResourcesRequiredSupport

SVGExternalResourcesRequiredSupport externalResourcesRequiredSupport
The SVGExternalResourcesRequired support.

testsSupport

SVGTestsSupport testsSupport
The tests support.

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

Serialized Fields

stylableSupport

SVGStylableSupport stylableSupport
The stylable support.

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

Serialized Fields

transformableSupport

SVGTransformableSupport transformableSupport
The transformable support.

stylableSupport

SVGStylableSupport stylableSupport
The stylable support.

externalResourcesRequiredSupport

SVGExternalResourcesRequiredSupport externalResourcesRequiredSupport
The SVGExternalResourcesRequired support.

testsSupport

SVGTestsSupport testsSupport
The tests support.

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

Serialized Fields

targetReference

java.lang.ref.WeakReference targetReference
The reference to the target attribute.

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

Serialized Fields

cxReference

java.lang.ref.WeakReference cxReference
The reference to the cx attribute.

cyReference

java.lang.ref.WeakReference cyReference
The reference to the cy attribute.

rReference

java.lang.ref.WeakReference rReference
The reference to the r attribute.

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

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

Serialized Fields

slopeReference

java.lang.ref.WeakReference slopeReference
The slope attribute reference.

interceptReference

java.lang.ref.WeakReference interceptReference
The intercept attribute reference.

amplitudeReference

java.lang.ref.WeakReference amplitudeReference
The amplitude attribute reference.

exponentReference

java.lang.ref.WeakReference exponentReference
The exponent attribute reference.

offsetReference

java.lang.ref.WeakReference offsetReference
The offset attribute reference.

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

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

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

Serialized Fields

localizableSupport

LocalizableSupport localizableSupport
The localizable support for the error messages.

url

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

readonly

boolean readonly
Is this document immutable?

defaultView

AbstractView defaultView
The default view.

context

SVGContext context
The document context.

factories

HashTable factories
The SVG element factories.

styleSheets

DOMStyleSheetList styleSheets

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

Serialized Fields

readonly

boolean readonly
Is this element immutable?

prefix

java.lang.String prefix
The element prefix.

liveAttributeValues

java.util.Map liveAttributeValues
The live attribute values map.

parentElement

Element parentElement
The parent element.

Class org.apache.batik.dom.svg.SVGOMElement.SVGNamedNodeHashMap implements Serializable

Serialized Fields

this$0

SVGOMElement this$0

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

Serialized Fields

cxReference

java.lang.ref.WeakReference cxReference
The reference to the cx attribute.

cyReference

java.lang.ref.WeakReference cyReference
The reference to the cy attribute.

rxReference

java.lang.ref.WeakReference rxReference
The reference to the rx attribute.

ryReference

java.lang.ref.WeakReference ryReference
The reference to the ry attribute.

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

Serialized Fields

inReference

java.lang.ref.WeakReference inReference
The reference to the in attribute.

in2Reference

java.lang.ref.WeakReference in2Reference
The reference to the in2 attribute.

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

Serialized Fields

inReference

java.lang.ref.WeakReference inReference
The reference to the in attribute.

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

Serialized Fields

inReference

java.lang.ref.WeakReference inReference
The reference to the in attribute.

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

Serialized Fields

inReference

java.lang.ref.WeakReference inReference
The reference to the in attribute.

in2Reference

java.lang.ref.WeakReference in2Reference
The reference to the in2 attribute.

k1Reference

java.lang.ref.WeakReference k1Reference
The reference to the k1 attribute.

k2Reference

java.lang.ref.WeakReference k2Reference
The reference to the k2 attribute.

k3Reference

java.lang.ref.WeakReference k3Reference
The reference to the k3 attribute.

k4Reference

java.lang.ref.WeakReference k4Reference
The reference to the k4 attribute.

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

Serialized Fields

inReference

java.lang.ref.WeakReference inReference
The reference to the in attribute.

orderXReference

java.lang.ref.WeakReference orderXReference
The reference to the orderX attribute.

orderYReference

java.lang.ref.WeakReference orderYReference
The reference to the orderY attribute.

targetXReference

java.lang.ref.WeakReference targetXReference
The reference to the targetX attribute.

targetYReference

java.lang.ref.WeakReference targetYReference
The reference to the targetY attribute.

divisorReference

java.lang.ref.WeakReference divisorReference
The reference to the divisor attribute.

biasReference

java.lang.ref.WeakReference biasReference
The reference to the bias attribute.

kernelUnitLengthXReference

java.lang.ref.WeakReference kernelUnitLengthXReference
The reference to the kernelUnitLengthX attribute.

kernelUnitLengthYReference

java.lang.ref.WeakReference kernelUnitLengthYReference
The reference to the kernelUnitLengthY attribute.

preserveAlphaReference

java.lang.ref.WeakReference preserveAlphaReference
The reference to the preserveAlpha attribute.

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

Serialized Fields

inReference

java.lang.ref.WeakReference inReference
The reference to the in attribute.

surfaceScaleReference

java.lang.ref.WeakReference surfaceScaleReference
The reference to the surfaceScale attribute.

diffuseConstantReference

java.lang.ref.WeakReference diffuseConstantReference
The reference to the diffuseConstant attribute.

stylableSupport

SVGStylableSupport stylableSupport
The stylable support.

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

Serialized Fields

inReference

java.lang.ref.WeakReference inReference
The reference to the in attribute.

in2Reference

java.lang.ref.WeakReference in2Reference
The reference to the in2 attribute.

scaleReference

java.lang.ref.WeakReference scaleReference
The reference to the scale attribute.

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

Serialized Fields

azimuthReference

java.lang.ref.WeakReference azimuthReference
The reference to the azimuth attribute.

elevationReference

java.lang.ref.WeakReference elevationReference
The reference to the elevation attribute.

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

Serialized Fields

inReference

java.lang.ref.WeakReference inReference
The reference to the in attribute.

stylableSupport

SVGStylableSupport stylableSupport
The stylable support.

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

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

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

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

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

Serialized Fields

inReference

java.lang.ref.WeakReference inReference
The reference to the in attribute.

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

Serialized Fields

uriReferenceSupport

SVGURIReferenceSupport uriReferenceSupport
The SVGURIReference support.

externalResourcesRequiredSupport

SVGExternalResourcesRequiredSupport externalResourcesRequiredSupport
The SVGExternalResourcesRequired support.

transformableSupport

SVGTransformableSupport transformableSupport
The transformable support.

stylableSupport

SVGStylableSupport stylableSupport
The stylable support.

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

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

Serialized Fields

inReference

java.lang.ref.WeakReference inReference
The reference to the in attribute.

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

Serialized Fields

inReference

java.lang.ref.WeakReference inReference
The reference to the in attribute.

radiusXReference

java.lang.ref.WeakReference radiusXReference
The reference to the radiusX attribute.

radiusYReference

java.lang.ref.WeakReference radiusYReference
The reference to the radiusY attribute.

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

Serialized Fields

inReference

java.lang.ref.WeakReference inReference
The reference to the in attribute.

dxReference

java.lang.ref.WeakReference dxReference
The reference to the dx attribute.

dyReference

java.lang.ref.WeakReference dyReference
The reference to the dy attribute.

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

Serialized Fields

xReference

java.lang.ref.WeakReference xReference
The reference to the x attribute.

yReference

java.lang.ref.WeakReference yReference
The reference to the y attribute.

zReference

java.lang.ref.WeakReference zReference
The reference to the z attribute.

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

Serialized Fields

xReference

java.lang.ref.WeakReference xReference
The reference to the x attribute.

yReference

java.lang.ref.WeakReference yReference
The reference to the y attribute.

zReference

java.lang.ref.WeakReference zReference
The reference to the z attribute.

pointsAtXReference

java.lang.ref.WeakReference pointsAtXReference
The reference to the pointsAtX attribute.

pointsAtYReference

java.lang.ref.WeakReference pointsAtYReference
The reference to the pointsAtY attribute.

pointsAtZReference

java.lang.ref.WeakReference pointsAtZReference
The reference to the pointsAtZ attribute.

specularExponentReference

java.lang.ref.WeakReference specularExponentReference
The reference to the specularExponent attribute.

limitingConeAngleReference

java.lang.ref.WeakReference limitingConeAngleReference
The reference to the limitingConeAngle attribute.

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

Serialized Fields

xReference

java.lang.ref.WeakReference xReference
The reference to the x attribute.

yReference

java.lang.ref.WeakReference yReference
The reference to the y attribute.

widthReference

java.lang.ref.WeakReference widthReference
The reference to the width attribute.

heightReference

java.lang.ref.WeakReference heightReference
The reference to the height attribute.

uriReferenceSupport

SVGURIReferenceSupport uriReferenceSupport
The SVGURIReference support.

stylableSupport

SVGStylableSupport stylableSupport
The stylable support.

externalResourcesRequiredSupport

SVGExternalResourcesRequiredSupport externalResourcesRequiredSupport
The SVGExternalResourcesRequired support.

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

Serialized Fields

xReference

java.lang.ref.WeakReference xReference
The reference to the x attribute.

yReference

java.lang.ref.WeakReference yReference
The reference to the y attribute.

widthReference

java.lang.ref.WeakReference widthReference
The reference to the width attribute.

heightReference

java.lang.ref.WeakReference heightReference
The reference to the height attribute.

resultReference

java.lang.ref.WeakReference resultReference
The reference to the result attribute.

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

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

Serialized Fields

stylableSupport

SVGStylableSupport stylableSupport
The stylable support.

uriReferenceSupport

SVGURIReferenceSupport uriReferenceSupport
The SVGURIReference support.

externalResourcesRequiredSupport

SVGExternalResourcesRequiredSupport externalResourcesRequiredSupport
The SVGExternalResourcesRequired support.

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

Serialized Fields

xReference

java.lang.ref.WeakReference xReference
The reference to the x attribute.

yReference

java.lang.ref.WeakReference yReference
The reference to the y attribute.

widthReference

java.lang.ref.WeakReference widthReference
The reference to the width attribute.

heightReference

java.lang.ref.WeakReference heightReference
The reference to the height attribute.

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

Serialized Fields

x1Reference

java.lang.ref.WeakReference x1Reference
The reference to the x1 attribute.

y1Reference

java.lang.ref.WeakReference y1Reference
The reference to the y1 attribute.

x2Reference

java.lang.ref.WeakReference x2Reference
The reference to the x2 attribute.

y2Reference

java.lang.ref.WeakReference y2Reference
The reference to the y2 attribute.

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

Serialized Fields

x1Reference

java.lang.ref.WeakReference x1Reference
The reference to the x1 attribute.

y1Reference

java.lang.ref.WeakReference y1Reference
The reference to the y1 attribute.

x2Reference

java.lang.ref.WeakReference x2Reference
The reference to the x2 attribute.

y2Reference

java.lang.ref.WeakReference y2Reference
The reference to the y2 attribute.

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

Serialized Fields

xReference

java.lang.ref.WeakReference xReference
The reference to the x attribute.

yReference

java.lang.ref.WeakReference yReference
The reference to the y attribute.

widthReference

java.lang.ref.WeakReference widthReference
The reference to the width attribute.

heightReference

java.lang.ref.WeakReference heightReference
The reference to the height attribute.

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

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

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

Serialized Fields

xReference

java.lang.ref.WeakReference xReference
The reference to the x attribute.

yReference

java.lang.ref.WeakReference yReference
The reference to the y attribute.

widthReference

java.lang.ref.WeakReference widthReference
The reference to the width attribute.

heightReference

java.lang.ref.WeakReference heightReference
The reference to the height attribute.

uriReferenceSupport

SVGURIReferenceSupport uriReferenceSupport
The SVGURIReference support.

externalResourcesRequiredSupport

SVGExternalResourcesRequiredSupport externalResourcesRequiredSupport
The SVGExternalResourcesRequired support.

testsSupport

SVGTestsSupport testsSupport
The tests support.

stylableSupport

SVGStylableSupport stylableSupport
The stylable support.

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

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

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

Serialized Fields

cxReference

java.lang.ref.WeakReference cxReference
The reference to the cx attribute.

cyReference

java.lang.ref.WeakReference cyReference
The reference to the cy attribute.

rReference

java.lang.ref.WeakReference rReference
The reference to the r attribute.

fxReference

java.lang.ref.WeakReference fxReference
The reference to the fx attribute.

fyReference

java.lang.ref.WeakReference fyReference
The reference to the fy attribute.

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

Serialized Fields

xReference

java.lang.ref.WeakReference xReference
The reference to the x attribute.

yReference

java.lang.ref.WeakReference yReference
The reference to the y attribute.

widthReference

java.lang.ref.WeakReference widthReference
The reference to the width attribute.

heightReference

java.lang.ref.WeakReference heightReference
The reference to the height attribute.

rxReference

java.lang.ref.WeakReference rxReference
The reference to the rx attribute.

ryReference

java.lang.ref.WeakReference ryReference
The reference to the ry attribute.

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

Serialized Fields

uriReferenceSupport

SVGURIReferenceSupport uriReferenceSupport
The SVGURIReference support.

externalResourcesRequiredSupport

SVGExternalResourcesRequiredSupport externalResourcesRequiredSupport
The SVGExternalResourcesRequired support.

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

Serialized Fields

offsetReference

java.lang.ref.WeakReference offsetReference
The reference to the offset attribute.

stylableSupport

SVGStylableSupport stylableSupport
The stylable support.

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

Serialized Fields

sheet

StyleSheet sheet
The style sheet.

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

Serialized Fields

xReference

java.lang.ref.WeakReference xReference
The reference to the x attribute.

yReference

java.lang.ref.WeakReference yReference
The reference to the y attribute.

widthReference

java.lang.ref.WeakReference widthReference
The reference to the width attribute.

heightReference

java.lang.ref.WeakReference heightReference
The reference to the height attribute.

parentElement

Element parentElement
The parent element.

stylableSupport

SVGStylableSupport stylableSupport
The stylable support.

externalResourcesRequiredSupport

SVGExternalResourcesRequiredSupport externalResourcesRequiredSupport
The SVGExternalResourcesRequired support.

testsSupport

SVGTestsSupport testsSupport
The tests support.

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

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

Serialized Fields

stylableSupport

SVGStylableSupport stylableSupport
The stylable support.

externalResourcesRequiredSupport

SVGExternalResourcesRequiredSupport externalResourcesRequiredSupport
The SVGExternalResourcesRequired support.

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

Serialized Fields

stylableSupport

SVGStylableSupport stylableSupport
The stylable support.

externalResourcesRequiredSupport

SVGExternalResourcesRequiredSupport externalResourcesRequiredSupport
The SVGExternalResourcesRequired support.

testsSupport

SVGTestsSupport testsSupport
The tests support.

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

Serialized Fields

xReference

java.lang.ref.WeakReference xReference
The reference to the x attribute.

yReference

java.lang.ref.WeakReference yReference
The reference to the y attribute.

transformableSupport

SVGTransformableSupport transformableSupport
The transformable support.

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

Serialized Fields

uriReferenceSupport

SVGURIReferenceSupport uriReferenceSupport
The SVGURIReference support.

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

Serialized Fields

xReference

java.lang.ref.WeakReference xReference
The reference to the x attribute.

yReference

java.lang.ref.WeakReference yReference
The reference to the y attribute.

dxReference

java.lang.ref.WeakReference dxReference
The reference to the dx attribute.

dyReference

java.lang.ref.WeakReference dyReference
The reference to the dy attribute.

rotateReference

java.lang.ref.WeakReference rotateReference
The reference to the rotate attribute.

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

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

Serialized Fields

localName

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

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

Serialized Fields

uriReferenceSupport

SVGURIReferenceSupport uriReferenceSupport
The SVGURIReference support.

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

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

Serialized Fields

xReference

java.lang.ref.WeakReference xReference
The reference to the x attribute.

yReference

java.lang.ref.WeakReference yReference
The reference to the y attribute.

widthReference

java.lang.ref.WeakReference widthReference
The reference to the width attribute.

heightReference

java.lang.ref.WeakReference heightReference
The reference to the height attribute.

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

Serialized Fields

uriReferenceSupport

SVGURIReferenceSupport uriReferenceSupport
The SVGURIReference support.


Package org.apache.batik.dom.util

Class org.apache.batik.dom.util.HashTable implements Serializable

Serialized Fields

table

HashTable.Entry[] table
The underlying array

count

int count
The number of entries

threshold

int threshold
The resizing threshold

Class org.apache.batik.dom.util.HashTable.Entry implements Serializable

Serialized Fields

hash

int hash
The hash code

key

java.lang.Object key
The key

value

java.lang.Object value
The value

next

HashTable.Entry next
The next entry


Package org.apache.batik.gvt

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

Serialized Fields

type

int type


Package org.apache.batik.gvt.event

Class org.apache.batik.gvt.event.CompositeGraphicsNodeEvent implements Serializable

Serialized Fields

child

GraphicsNode child
The graphics node that was added or removed.

Class org.apache.batik.gvt.event.GraphicsNodeEvent 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.GraphicsNodeInputEvent implements Serializable

Serialized Fields

when

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

modifiers

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

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

Serialized Fields

keyCode

int keyCode

keyChar

char keyChar

Class org.apache.batik.gvt.event.GraphicsNodeMouseEvent 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.

clickCount

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

Class org.apache.batik.gvt.event.GraphicsNodePaintEvent implements Serializable

Serialized Fields

oldBounds

java.awt.geom.Rectangle2D oldBounds
The old bounds of the source.


Package org.apache.batik.gvt.filter

Class org.apache.batik.gvt.filter.ARGBChannel implements Serializable

Serialized Fields

desc

java.lang.String desc

val

int val

Class org.apache.batik.gvt.filter.CompositeRule implements Serializable

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.gvt.filter.PadMode implements Serializable

Serialized Fields

mode

int mode
The pad mode for this object.


Package org.apache.batik.gvt.text

Class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute implements Serializable


Package org.apache.batik.parser

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

Serialized Fields

exception

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

lineNumber

int lineNumber
The line number.

columnNumber

int columnNumber
The column number.


Package org.apache.batik.refimpl.util

Class org.apache.batik.refimpl.util.JSVGCanvas implements Serializable

Serialized Fields

requestedCursor

java.awt.Cursor requestedCursor
The cursor which has been most recently requested by a background thread.

globalBuffer

java.awt.image.BufferedImage globalBuffer
The global offscreen buffer.

buffer

java.awt.image.BufferedImage buffer
The current offscreen buffer.

gvtRoot

GraphicsNode gvtRoot
Root of the GVT tree displayed by this viewer

rendererFactory

RendererFactory rendererFactory
The renderer factory.

builder

GVTBuilder builder
The GVT builder.

document

SVGDocument document
The SVG document to render.

bufferNeedsRendering

boolean bufferNeedsRendering
Must the buffer be updated?

isLoadPending

boolean isLoadPending
Is there a document load pending?

userAgent

UserAgent userAgent
The user agent.

transform

java.awt.geom.AffineTransform transform
The transform to apply to the graphics object.

panTransform

java.awt.geom.AffineTransform panTransform
The transform representing the pan tranlate.

rotateTransform

java.awt.geom.AffineTransform rotateTransform
The transform representing the rotation.

previousRotateTransform

java.awt.geom.AffineTransform previousRotateTransform
The transform representing the previous rotation.

docBBox

java.awt.Shape docBBox
The pan bounding box.

markerTop

java.awt.geom.Line2D markerTop
The zoom marker top line.

markerLeft

java.awt.geom.Line2D markerLeft
The zoom marker left line.

markerBottom

java.awt.geom.Line2D markerBottom
The zoom marker bottom line.

markerRight

java.awt.geom.Line2D markerRight
The zoom marker right line.

rotateMarker

java.awt.Shape rotateMarker
The rotate marker.

selectionHighlightShape

java.awt.Shape selectionHighlightShape
The selection highlight shape.

canvasSpaceHighlightShape

java.awt.Shape canvasSpaceHighlightShape
The selection highlight shape, in canvas space coords.

thumbnailCanvas

JSVGCanvas.ThumbnailCanvas thumbnailCanvas
The thumbnail canvas.

parserFactory

ParserFactory parserFactory
The parser factory.

textSelector

Selector textSelector
The text selector.

zoomHandler

JSVGCanvas.ZoomHandler zoomHandler
The zoom handler.

rotateAngle

double rotateAngle
The rotation angle

rotateCos

double rotateCos
The rotation cosinus

initialScale

double initialScale
The initial scale factor.

progressiveRenderingEnabled

boolean progressiveRenderingEnabled
Fires periodic repaints while buffer is rendered

documentTransformed

boolean documentTransformed
Whether or not the current document was transformed.

markerStroke

java.awt.BasicStroke markerStroke
Used to draw marker

loadPendingLock

java.lang.Object loadPendingLock
An object used to synchronize access to loadPending flag.

backgroundRenderThread

java.lang.Thread backgroundRenderThread
The background rendering thread instance - should be only one alive.

backgroundBuilderThread

java.lang.Thread backgroundBuilderThread
The background gvt building thread instance - should be only one alive.

listeners

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

repaintState

org.apache.batik.refimpl.util.JSVGCanvas.RepaintState repaintState

Class org.apache.batik.refimpl.util.JSVGCanvas.ThumbnailCanvas implements Serializable

Serialized Fields

this$0

JSVGCanvas this$0

offscreenBuffer

java.awt.image.BufferedImage offscreenBuffer
The offscreen buffer.

buffer

java.awt.image.BufferedImage buffer
The currently visible offscreen sub-buffer.

transform

java.awt.geom.AffineTransform transform
The tranform to apply to the graphics object.

renderer

Renderer renderer
The current renderer.

repaintThread

java.lang.Thread repaintThread
The repaint thread.

bufferNeedsRendering

boolean bufferNeedsRendering
Must the buffer be updated?

markerTransform

java.awt.geom.AffineTransform markerTransform
An additional transform for the marker.

backgroundRenderThread

java.lang.Thread backgroundRenderThread
The background rendering thread instance - should be only one alive.

markerStroke

java.awt.BasicStroke markerStroke
Used to draw marker

Class org.apache.batik.refimpl.util.JSVGCanvas.UnzoomAction implements Serializable

Serialized Fields

this$0

JSVGCanvas this$0

Class org.apache.batik.refimpl.util.JSVGCanvas.ZoomInAction implements Serializable

Serialized Fields

this$0

JSVGCanvas this$0

Class org.apache.batik.refimpl.util.JSVGCanvas.ZoomOutAction implements Serializable

Serialized Fields

this$0

JSVGCanvas this$0


Package org.apache.batik.script

Class org.apache.batik.script.InterpreterException implements Serializable

Serialized Fields

line

int line

column

int column

embedded

java.lang.Exception embedded


Package org.apache.batik.transcoder

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

Serialized Fields

ex

java.lang.Exception ex
The enclosed exception.


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

Class org.apache.batik.util.awt.image.codec.PNGEncodeParam implements Serializable

Serialized Fields

bitDepth

int bitDepth

bitDepthSet

boolean bitDepthSet

useInterlacing

boolean useInterlacing

chromaticity

float[] chromaticity

chromaticitySet

boolean chromaticitySet

gamma

float gamma

gammaSet

boolean gammaSet

paletteHistogram

int[] paletteHistogram

paletteHistogramSet

boolean paletteHistogramSet

ICCProfileData

byte[] ICCProfileData

ICCProfileDataSet

boolean ICCProfileDataSet

physicalDimension

int[] physicalDimension

physicalDimensionSet

boolean physicalDimensionSet

suggestedPalette

PNGSuggestedPaletteEntry[] suggestedPalette

suggestedPaletteSet

boolean suggestedPaletteSet

significantBits

int[] significantBits

significantBitsSet

boolean significantBitsSet

SRGBIntent

int SRGBIntent

SRGBIntentSet

boolean SRGBIntentSet

text

java.lang.String[] text

textSet

boolean textSet

modificationTime

java.util.Date modificationTime

modificationTimeSet

boolean modificationTimeSet

transparencySet

boolean transparencySet

zText

java.lang.String[] zText

zTextSet

boolean zTextSet

chunkType

java.util.Vector chunkType

chunkData

java.util.Vector chunkData

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

Serialized Fields

backgroundSet

boolean backgroundSet

backgroundPaletteGray

int backgroundPaletteGray

transparency

int[] transparency

bitShift

int bitShift

bitShiftSet

boolean bitShiftSet

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

Serialized Fields

backgroundSet

boolean backgroundSet

palette

int[] palette

paletteSet

boolean paletteSet

backgroundPaletteIndex

int backgroundPaletteIndex

transparency

int[] transparency

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

Serialized Fields

backgroundSet

boolean backgroundSet

backgroundRGB

int[] backgroundRGB

transparency

int[] transparency

Class org.apache.batik.util.awt.image.codec.PNGSuggestedPaletteEntry implements Serializable

Serialized Fields

name

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

sampleDepth

int sampleDepth
The depth of the color samples.

red

int red
The red color value of the entry.

green

int green
The green color value of the entry.

blue

int blue
The blue color value of the entry.

alpha

int alpha
The alpha opacity value of the entry.

frequency

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


Package org.apache.batik.util.gui

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

Serialized Fields

listeners

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

panel

DOMViewer.Panel panel
The panel.

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

Serialized Fields

this$0

DOMViewer this$0

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

Serialized Fields

document

Document document
The DOM document.

viewCSS

ViewCSS viewCSS
The ViewCSS object associated with the document.

tree

javax.swing.JTree tree
The tree.

splitPane

javax.swing.JSplitPane splitPane
The split pane.

rightPanel

javax.swing.JPanel rightPanel
The right panel.

attributesTable

javax.swing.JTable attributesTable
The attributes table.

propertiesTable

javax.swing.JTable propertiesTable
The properties table.

elementPanel

javax.swing.JPanel elementPanel
The element panel.

characterData

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

characterDataPanel

javax.swing.JPanel characterDataPanel
The CharacterData node panel.

documentInfo

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

documentInfoPanel

javax.swing.JPanel documentInfoPanel
The documentInfo node panel.

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

Serialized Fields

this$0

DOMViewer.Panel this$0

node

Node node
The node.

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

Serialized Fields

this$0

DOMViewer.Panel this$0

node

Node node
The node.

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

Serialized Fields

this$0

DOMViewer.Panel this$0

elementIcon

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

commentIcon

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

piIcon

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

textIcon

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

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

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

Serialized Fields

listeners

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

panel

LanguageDialog.Panel panel
The user languages panel.

languageChangeHandler

LanguageChangeHandler languageChangeHandler
The language change handler.

Class org.apache.batik.util.gui.LanguageDialog.CancelButtonAction implements Serializable

Serialized Fields

this$0

LanguageDialog this$0

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

Serialized Fields

this$0

LanguageDialog this$0

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

Serialized Fields

userList

javax.swing.JList userList
The user languages list

languageList

javax.swing.JList languageList
The languages list

userListModel

javax.swing.DefaultListModel userListModel
The user list model

languageListModel

javax.swing.DefaultListModel languageListModel
The language list model

addLanguageButton

javax.swing.JButton addLanguageButton
The AddLanguageButton.

removeLanguageButton

javax.swing.JButton removeLanguageButton
The RemoveLanguageButton.

upLanguageButton

javax.swing.JButton upLanguageButton
The UpLanguageButton.

downLanguageButton

javax.swing.JButton downLanguageButton
The DownLanguageButton.

clearLanguageButton

javax.swing.JButton clearLanguageButton
The ClearLanguageButton.

listeners

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

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

Serialized Fields

this$0

LanguageDialog.Panel this$0

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

Serialized Fields

this$0

LanguageDialog.Panel this$0

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

Serialized Fields

this$0

LanguageDialog.Panel this$0

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

Serialized Fields

this$0

LanguageDialog.Panel this$0

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

Serialized Fields

this$0

LanguageDialog.Panel this$0

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

Serialized Fields

this$0

LanguageDialog.Panel this$0

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

Serialized Fields

comboBox

javax.swing.JComboBox comboBox
The combo box

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

Serialized Fields

listeners

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

panel

MemoryMonitor.Panel panel
The Panel instance.

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

Serialized Fields

this$0

MemoryMonitor this$0

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

Serialized Fields

gridLinesColor

java.awt.Color gridLinesColor
The grid lines color.

curveColor

java.awt.Color curveColor
The curve color.

borderColor

java.awt.Color borderColor
The border color.

data

java.util.List data
The data.

xShift

int xShift
The vertical lines shift.

totalMemory

long totalMemory
The total memory.

freeMemory

long freeMemory
The free memory.

path

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

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

Serialized Fields

repaintThread

MemoryMonitor.RepaintThread repaintThread
The repaint thread.

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

Serialized Fields

usedColors

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

freeColors

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

font

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

textColor

java.awt.Color textColor
The text color.

totalMemory

long totalMemory
The total memory.

freeMemory

long freeMemory
The free memory.

Class org.apache.batik.util.gui.URIChooser implements Serializable

Serialized Fields

buttonFactory

ButtonFactory buttonFactory
The button factory

textField

javax.swing.JTextField textField
The text field

okButton

javax.swing.JButton okButton
The OK button

clearButton

javax.swing.JButton clearButton
The Clear button

okAction

javax.swing.Action okAction
The external action associated with the ok button

currentPath

java.lang.String currentPath
The current path.

fileFilter

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

listeners

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

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

Serialized Fields

this$0

URIChooser this$0

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

Serialized Fields

this$0

URIChooser this$0

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

Serialized Fields

this$0

URIChooser this$0

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

Serialized Fields

this$0

URIChooser this$0

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

Serialized Fields

panel

UserStyleDialog.Panel panel
The main panel.

changeHandler

UserStyleDialog.ChangeHandler changeHandler
The change handler.

listeners

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

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

Serialized Fields

this$0

UserStyleDialog this$0

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

Serialized Fields

this$0

UserStyleDialog this$0

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

Serialized Fields

fileCheckBox

javax.swing.JCheckBox fileCheckBox
The file check box

fileLabel

javax.swing.JLabel fileLabel
The file label

fileTextField

javax.swing.JTextField fileTextField
The file text field

browseButton

javax.swing.JButton browseButton
The browse button

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

Serialized Fields

this$0

UserStyleDialog.Panel this$0


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

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

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

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

Serialized Fields

className

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

key

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

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

Serialized Fields

className

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

key

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


Package org.w3c.css.sac

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

Serialized Fields

s

java.lang.String s

e

java.lang.Exception e
The internal exception.

code

short code

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

Serialized Fields

uri

java.lang.String uri

lineNumber

int lineNumber

columnNumber

int columnNumber


Package org.w3c.dom

Class org.w3c.dom.DOMException implements Serializable

Serialized Fields

code

short code


Package org.w3c.dom.events

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

Serialized Fields

code

short code


Package org.w3c.dom.svg

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

Serialized Fields

code

short code


Package org.xml.sax

Class org.xml.sax.SAXException implements Serializable

Serialized Fields

exception

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

Class org.xml.sax.SAXNotRecognizedException implements Serializable

Class org.xml.sax.SAXNotSupportedException implements Serializable

Class org.xml.sax.SAXParseException implements Serializable

Serialized Fields

publicId

java.lang.String publicId
The public identifier, or null.
See Also:
SAXParseException.getPublicId()

systemId

java.lang.String systemId
The system identifier, or null.
See Also:
SAXParseException.getSystemId()

lineNumber

int lineNumber
The line number, or -1.
See Also:
SAXParseException.getLineNumber()

columnNumber

int columnNumber
The column number, or -1.
See Also:
SAXParseException.getColumnNumber()



Copyright © 2000 Apache Software Foundation. All Rights Reserved.