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.anim.dom

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

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

Class org.apache.batik.anim.dom.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.anim.dom.SVG12DOMImplementation extends SVGDOMImplementation implements Serializable

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

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

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

Serialized Fields

factories

HashTable factories

Class org.apache.batik.anim.dom.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.anim.dom.SVGOMAElement extends SVGURIReferenceGraphicsElement implements Serializable

Serialized Fields

target

SVGOMAnimatedString target
The 'target' attribute value.

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

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

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

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

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

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

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

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

Serialized Fields

externalResourcesRequired

SVGOMAnimatedBoolean externalResourcesRequired
The 'externalResourcesRequired' attribute value.

Class org.apache.batik.anim.dom.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.anim.dom.SVGOMClipPathElement extends SVGGraphicsElement implements Serializable

Serialized Fields

clipPathUnits

SVGOMAnimatedEnumeration clipPathUnits
The 'clipPathUnits' attribute value.

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

Class org.apache.batik.anim.dom.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.anim.dom.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.anim.dom.SVGOMDefinitionSrcElement extends SVGOMElement implements Serializable

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

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

Class org.apache.batik.anim.dom.SVGOMDocument extends AbstractStylableDocument implements Serializable

Serialization Methods

readObject

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

Throws:
IOException
ClassNotFoundException
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<K,V> 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<E> animatedAttributeListeners
List of AnimatedAttributeListeners attached to this document.

Class org.apache.batik.anim.dom.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.anim.dom.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.anim.dom.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.anim.dom.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.anim.dom.SVGOMFEComponentTransferElement extends SVGOMFilterPrimitiveStandardAttributes implements Serializable

Serialized Fields

in

SVGOMAnimatedString in
The 'in' attribute value.

Class org.apache.batik.anim.dom.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.anim.dom.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.anim.dom.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.anim.dom.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.anim.dom.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.anim.dom.SVGOMFEFloodElement extends SVGOMFilterPrimitiveStandardAttributes implements Serializable

Serialized Fields

in

SVGOMAnimatedString in
The 'in' attribute value.

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

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

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

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

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

Serialized Fields

in

SVGOMAnimatedString in
The 'in' attribute value.

Class org.apache.batik.anim.dom.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.anim.dom.SVGOMFEMergeElement extends SVGOMFilterPrimitiveStandardAttributes implements Serializable

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

Serialized Fields

in

SVGOMAnimatedString in
The 'in' attribute value.

Class org.apache.batik.anim.dom.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.anim.dom.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.anim.dom.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.anim.dom.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.anim.dom.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.anim.dom.SVGOMFETileElement extends SVGOMFilterPrimitiveStandardAttributes implements Serializable

Serialized Fields

in

SVGOMAnimatedString in
The 'in' attribute value.

Class org.apache.batik.anim.dom.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.anim.dom.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.anim.dom.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.anim.dom.SVGOMFlowDivElement extends SVGOMTextContentElement implements Serializable

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

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

Class org.apache.batik.anim.dom.SVGOMFlowRegionBreakElement extends SVGOMTextPositioningElement implements Serializable

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

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

Class org.apache.batik.anim.dom.SVGOMFlowRootElement extends SVGGraphicsElement implements Serializable

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

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

Serialized Fields

externalResourcesRequired

SVGOMAnimatedBoolean externalResourcesRequired
The 'externalResourcesRequired' attribute value.

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

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

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

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

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

Class org.apache.batik.anim.dom.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.anim.dom.SVGOMGElement extends SVGGraphicsElement implements Serializable

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

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

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

Class org.apache.batik.anim.dom.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.anim.dom.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.anim.dom.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.anim.dom.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.anim.dom.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.anim.dom.SVGOMMetadataElement extends SVGOMElement implements Serializable

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

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

Serialized Fields

externalResourcesRequired

SVGOMAnimatedBoolean externalResourcesRequired
The 'externalResourcesRequired' attribute value.

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

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

Serialized Fields

d

SVGOMAnimatedPathData d
The 'd' attribute value.

Class org.apache.batik.anim.dom.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.anim.dom.SVGOMPolygonElement extends SVGPointShapeElement implements Serializable

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

Class org.apache.batik.anim.dom.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.anim.dom.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.anim.dom.SVGOMScriptElement extends SVGOMURIReferenceElement implements Serializable

Serialized Fields

externalResourcesRequired

SVGOMAnimatedBoolean externalResourcesRequired
The 'externalResourcesRequired' attribute value.

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

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

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

Serialized Fields

offset

SVGOMAnimatedNumber offset
The 'offset' attribute value.

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

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

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

Class org.apache.batik.anim.dom.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.anim.dom.SVGOMSwitchElement extends SVGGraphicsElement implements Serializable

Class org.apache.batik.anim.dom.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.anim.dom.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.anim.dom.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.anim.dom.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.anim.dom.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.anim.dom.SVGOMTitleElement extends SVGDescriptiveElement implements Serializable

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

Serialized Fields

localName

String localName
This element's local name

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

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

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

Serialized Fields

href

SVGOMAnimatedString href
The 'xlink:href' attribute value.

Class org.apache.batik.anim.dom.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.anim.dom.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.anim.dom.SVGOMVKernElement extends SVGOMElement implements Serializable

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

Serialized Fields

points

SVGOMAnimatedPoints points
The 'points' attribute value.

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

Serialized Fields

styleSheet

StyleSheet styleSheet
The style-sheet.

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

Serialized Fields

href

SVGOMAnimatedString href
The 'xlink:href' attribute value.

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

Serialized Fields

href

SVGOMAnimatedString href
The 'xlink:href' attribute value.

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

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

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

Serialized Fields

prefix

String prefix
The element prefix.

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

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

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

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

Class org.apache.batik.anim.dom.XBLOMXBLElement extends XBLOMElement implements Serializable



Copyright © 2000–2017 Apache Software Foundation. All rights reserved.