Serialized Form
-
Package org.apache.batik.anim
-
Exception Class org.apache.batik.anim.AnimationException
class AnimationException extends RuntimeException implements Serializable-
Serialized Fields
-
code
String code
The error code. -
e
TimedElement e
The timed element on which the error occurred. -
message
String message
The message. -
params
Object[] params
The parameters to use for the error message.
-
-
-
-
Package org.apache.batik.anim.dom
-
Class org.apache.batik.anim.dom.AbstractElement
class AbstractElement extends AbstractElement implements Serializable -
Class org.apache.batik.anim.dom.AbstractElement.ExtendedNamedNodeHashMap
class ExtendedNamedNodeHashMap extends AbstractElement.NamedNodeHashMap implements Serializable -
Class org.apache.batik.anim.dom.BindableElement
class BindableElement extends SVGGraphicsElement implements Serializable-
Serialized Fields
-
localName
String localName
The local name of the custom element. -
namespaceURI
String namespaceURI
The namespace URI of the custom element. -
xblShadowTree
XBLOMShadowTreeElement xblShadowTree
The shadow tree.
-
-
-
Class org.apache.batik.anim.dom.SVG12DOMImplementation
class SVG12DOMImplementation extends SVGDOMImplementation implements Serializable -
Class org.apache.batik.anim.dom.SVG12OMDocument
class SVG12OMDocument extends SVGOMDocument implements Serializable -
Class org.apache.batik.anim.dom.SVGDescriptiveElement
class SVGDescriptiveElement extends SVGStylableElement implements Serializable -
Class org.apache.batik.anim.dom.SVGDOMImplementation
class SVGDOMImplementation extends ExtensibleDOMImplementation implements Serializable-
Serialized Fields
-
factories
HashMap<String,
ExtensibleDOMImplementation.ElementFactory> factories
-
-
-
Class org.apache.batik.anim.dom.SVGGraphicsElement
class SVGGraphicsElement extends SVGStylableElement implements Serializable-
Serialized Fields
-
externalResourcesRequired
SVGOMAnimatedBoolean externalResourcesRequired
The 'externalResourcesRequired' attribute value. -
motionTransform
AffineTransform motionTransform
Supplemental transformation due to motion animation. -
transform
SVGOMAnimatedTransformList transform
The 'transform' attribute value.
-
-
-
Class org.apache.batik.anim.dom.SVGOMAElement
class SVGOMAElement extends SVGURIReferenceGraphicsElement implements Serializable-
Serialized Fields
-
target
SVGOMAnimatedString target
The 'target' attribute value.
-
-
-
Class org.apache.batik.anim.dom.SVGOMAltGlyphDefElement
class SVGOMAltGlyphDefElement extends SVGOMElement implements Serializable -
Class org.apache.batik.anim.dom.SVGOMAltGlyphElement
class SVGOMAltGlyphElement extends SVGURIReferenceTextPositioningElement implements Serializable -
Class org.apache.batik.anim.dom.SVGOMAltGlyphItemElement
class SVGOMAltGlyphItemElement extends SVGOMElement implements Serializable -
Class org.apache.batik.anim.dom.SVGOMAnimateColorElement
class SVGOMAnimateColorElement extends SVGOMAnimationElement implements Serializable -
Class org.apache.batik.anim.dom.SVGOMAnimateElement
class SVGOMAnimateElement extends SVGOMAnimationElement implements Serializable -
Class org.apache.batik.anim.dom.SVGOMAnimateMotionElement
class SVGOMAnimateMotionElement extends SVGOMAnimationElement implements Serializable -
Class org.apache.batik.anim.dom.SVGOMAnimateTransformElement
class SVGOMAnimateTransformElement extends SVGOMAnimationElement implements Serializable -
Class org.apache.batik.anim.dom.SVGOMAnimationElement
class SVGOMAnimationElement extends SVGOMElement implements Serializable-
Serialized Fields
-
externalResourcesRequired
SVGOMAnimatedBoolean externalResourcesRequired
The 'externalResourcesRequired' attribute value.
-
-
-
Class org.apache.batik.anim.dom.SVGOMCircleElement
class 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
class SVGOMClipPathElement extends SVGGraphicsElement implements Serializable-
Serialized Fields
-
clipPathUnits
SVGOMAnimatedEnumeration clipPathUnits
The 'clipPathUnits' attribute value.
-
-
-
Class org.apache.batik.anim.dom.SVGOMColorProfileElement
class SVGOMColorProfileElement extends SVGOMURIReferenceElement implements Serializable -
Class org.apache.batik.anim.dom.SVGOMComponentTransferFunctionElement
class SVGOMComponentTransferFunctionElement extends SVGOMElement implements Serializable-
Serialized Fields
-
amplitude
SVGOMAnimatedNumber amplitude
The 'amplitude' attribute value. -
exponent
SVGOMAnimatedNumber exponent
The 'exponent' attribute value. -
intercept
SVGOMAnimatedNumber intercept
The 'intercept' attribute value. -
offset
SVGOMAnimatedNumber offset
The 'offset' attribute value. -
slope
SVGOMAnimatedNumber slope
The 'slope' attribute value. -
tableValues
SVGOMAnimatedNumberList tableValues
The 'tableValues' attribute value. -
type
SVGOMAnimatedEnumeration type
The 'type' attribute value.
-
-
-
Class org.apache.batik.anim.dom.SVGOMCursorElement
class SVGOMCursorElement extends SVGOMURIReferenceElement implements Serializable-
Serialized Fields
-
externalResourcesRequired
SVGOMAnimatedBoolean externalResourcesRequired
The 'externalResourcesRequired' attribute value. -
x
SVGOMAnimatedLength x
The 'x' attribute value. -
y
SVGOMAnimatedLength y
The 'y' attribute value.
-
-
-
Class org.apache.batik.anim.dom.SVGOMDefinitionSrcElement
class SVGOMDefinitionSrcElement extends SVGOMElement implements Serializable -
Class org.apache.batik.anim.dom.SVGOMDefsElement
class SVGOMDefsElement extends SVGGraphicsElement implements Serializable -
Class org.apache.batik.anim.dom.SVGOMDescElement
class SVGOMDescElement extends SVGDescriptiveElement implements Serializable -
Class org.apache.batik.anim.dom.SVGOMDocument
class SVGOMDocument extends AbstractStylableDocument implements Serializable-
Serialization Methods
-
readObject
Reads the object from the given stream.- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
animatedAttributeListeners
LinkedList animatedAttributeListeners
List ofAnimatedAttributeListener
s attached to this document. -
cssNavigableDocumentListeners
HashMap cssNavigableDocumentListeners
Map of CSSNavigableDocumentListeners to an array of wrapper DOM listeners. -
isSVG12
boolean isSVG12
Whether the document supports SVG 1.2. -
mainAnimatedAttributeListener
AnimatedAttributeListener mainAnimatedAttributeListener
The mainAnimatedAttributeListener
that redispatches to all listeners inSVGOMDocument.animatedAttributeListeners
. -
referrer
String referrer
The string representing the referrer. -
url
ParsedURL url
The URL of the document.
-
-
-
Class org.apache.batik.anim.dom.SVGOMElement
class SVGOMElement extends AbstractElement implements Serializable-
Serialized Fields
-
prefix
String prefix
The element prefix. -
targetListeners
DoublyIndexedTable targetListeners
Table mapping namespaceURI/local name pairs toLinkedList
s ofAnimationTargetListener
s. -
unitContext
UnitProcessor.Context unitContext
The context used to resolve the units.
-
-
-
Class org.apache.batik.anim.dom.SVGOMEllipseElement
class 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
class 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
class 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
class SVGOMFEComponentTransferElement extends SVGOMFilterPrimitiveStandardAttributes implements Serializable-
Serialized Fields
-
in
SVGOMAnimatedString in
The 'in' attribute value.
-
-
-
Class org.apache.batik.anim.dom.SVGOMFECompositeElement
class SVGOMFECompositeElement extends SVGOMFilterPrimitiveStandardAttributes implements Serializable-
Serialized Fields
-
in
SVGOMAnimatedString in
The 'in' attribute value. -
in2
SVGOMAnimatedString in2
The 'in2' 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. -
operator
SVGOMAnimatedEnumeration operator
The 'operator' attribute value.
-
-
-
Class org.apache.batik.anim.dom.SVGOMFEConvolveMatrixElement
class SVGOMFEConvolveMatrixElement extends SVGOMFilterPrimitiveStandardAttributes implements Serializable-
Serialized Fields
-
bias
SVGOMAnimatedNumber bias
The 'bias' attribute value. -
edgeMode
SVGOMAnimatedEnumeration edgeMode
The 'edgeMode' attribute value. -
in
SVGOMAnimatedString in
The 'in' attribute value. -
preserveAlpha
SVGOMAnimatedBoolean preserveAlpha
The 'preserveAlpha' attribute value.
-
-
-
Class org.apache.batik.anim.dom.SVGOMFEDiffuseLightingElement
class SVGOMFEDiffuseLightingElement extends SVGOMFilterPrimitiveStandardAttributes implements Serializable-
Serialized Fields
-
diffuseConstant
SVGOMAnimatedNumber diffuseConstant
The 'diffuseConstant' attribute value. -
in
SVGOMAnimatedString in
The 'in' attribute value. -
surfaceScale
SVGOMAnimatedNumber surfaceScale
The 'surfaceScale' attribute value.
-
-
-
Class org.apache.batik.anim.dom.SVGOMFEDisplacementMapElement
class 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
class 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
class SVGOMFEFloodElement extends SVGOMFilterPrimitiveStandardAttributes implements Serializable-
Serialized Fields
-
in
SVGOMAnimatedString in
The 'in' attribute value.
-
-
-
Class org.apache.batik.anim.dom.SVGOMFEFuncAElement
class SVGOMFEFuncAElement extends SVGOMComponentTransferFunctionElement implements Serializable -
Class org.apache.batik.anim.dom.SVGOMFEFuncBElement
class SVGOMFEFuncBElement extends SVGOMComponentTransferFunctionElement implements Serializable -
Class org.apache.batik.anim.dom.SVGOMFEFuncGElement
class SVGOMFEFuncGElement extends SVGOMComponentTransferFunctionElement implements Serializable -
Class org.apache.batik.anim.dom.SVGOMFEFuncRElement
class SVGOMFEFuncRElement extends SVGOMComponentTransferFunctionElement implements Serializable -
Class org.apache.batik.anim.dom.SVGOMFEGaussianBlurElement
class SVGOMFEGaussianBlurElement extends SVGOMFilterPrimitiveStandardAttributes implements Serializable-
Serialized Fields
-
in
SVGOMAnimatedString in
The 'in' attribute value.
-
-
-
Class org.apache.batik.anim.dom.SVGOMFEImageElement
class SVGOMFEImageElement extends SVGOMFilterPrimitiveStandardAttributes implements Serializable-
Serialized Fields
-
externalResourcesRequired
SVGOMAnimatedBoolean externalResourcesRequired
The 'externalResourcesRequired' attribute value. -
href
SVGOMAnimatedString href
The 'xlink:href' attribute value. -
preserveAspectRatio
SVGOMAnimatedPreserveAspectRatio preserveAspectRatio
The 'preserveAspectRatio' attribute value.
-
-
-
Class org.apache.batik.anim.dom.SVGOMFEMergeElement
class SVGOMFEMergeElement extends SVGOMFilterPrimitiveStandardAttributes implements Serializable -
Class org.apache.batik.anim.dom.SVGOMFEMergeNodeElement
class SVGOMFEMergeNodeElement extends SVGOMElement implements Serializable-
Serialized Fields
-
in
SVGOMAnimatedString in
The 'in' attribute value.
-
-
-
Class org.apache.batik.anim.dom.SVGOMFEMorphologyElement
class 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
class SVGOMFEOffsetElement extends SVGOMFilterPrimitiveStandardAttributes implements Serializable-
Serialized Fields
-
dx
SVGOMAnimatedNumber dx
The 'dx' attribute value. -
dy
SVGOMAnimatedNumber dy
The 'dy' attribute value. -
in
SVGOMAnimatedString in
The 'in' attribute value.
-
-
-
Class org.apache.batik.anim.dom.SVGOMFEPointLightElement
class 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
class SVGOMFESpecularLightingElement extends SVGOMFilterPrimitiveStandardAttributes implements Serializable-
Serialized Fields
-
in
SVGOMAnimatedString in
The 'in' attribute value. -
specularConstant
SVGOMAnimatedNumber specularConstant
The 'specularConstant' attribute value. -
specularExponent
SVGOMAnimatedNumber specularExponent
The 'specularExponent' attribute value. -
surfaceScale
SVGOMAnimatedNumber surfaceScale
The 'surfaceScale' attribute value.
-
-
-
Class org.apache.batik.anim.dom.SVGOMFESpotLightElement
class SVGOMFESpotLightElement extends SVGOMElement implements Serializable-
Serialized Fields
-
limitingConeAngle
SVGOMAnimatedNumber limitingConeAngle
The 'limitingConeAngle' 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. -
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.SVGOMFETileElement
class SVGOMFETileElement extends SVGOMFilterPrimitiveStandardAttributes implements Serializable-
Serialized Fields
-
in
SVGOMAnimatedString in
The 'in' attribute value.
-
-
-
Class org.apache.batik.anim.dom.SVGOMFETurbulenceElement
class 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
class SVGOMFilterElement extends SVGStylableElement implements Serializable-
Serialized Fields
-
externalResourcesRequired
SVGOMAnimatedBoolean externalResourcesRequired
The 'externalResourcesRequired' attribute value. -
filterUnits
SVGOMAnimatedEnumeration filterUnits
The 'filterUnits' attribute value. -
height
SVGOMAnimatedLength height
The 'height' attribute value. -
href
SVGOMAnimatedString href
The 'xlink:href' attribute value. -
primitiveUnits
SVGOMAnimatedEnumeration primitiveUnits
The 'primitiveUnits' attribute value. -
width
SVGOMAnimatedLength width
The 'width' attribute value. -
x
SVGOMAnimatedLength x
The 'x' attribute value. -
y
SVGOMAnimatedLength y
The 'y' attribute value.
-
-
-
Class org.apache.batik.anim.dom.SVGOMFilterPrimitiveStandardAttributes
class SVGOMFilterPrimitiveStandardAttributes extends SVGStylableElement implements Serializable-
Serialized Fields
-
height
SVGOMAnimatedLength height
The 'height' attribute value. -
result
SVGOMAnimatedString result
The 'result' attribute value. -
width
SVGOMAnimatedLength width
The 'width' attribute value. -
x
SVGOMAnimatedLength x
The 'x' attribute value. -
y
SVGOMAnimatedLength y
The 'y' attribute value.
-
-
-
Class org.apache.batik.anim.dom.SVGOMFlowDivElement
class SVGOMFlowDivElement extends SVGOMTextContentElement implements Serializable -
Class org.apache.batik.anim.dom.SVGOMFlowLineElement
class SVGOMFlowLineElement extends SVGOMTextPositioningElement implements Serializable -
Class org.apache.batik.anim.dom.SVGOMFlowParaElement
class SVGOMFlowParaElement extends SVGOMTextPositioningElement implements Serializable -
Class org.apache.batik.anim.dom.SVGOMFlowRegionBreakElement
class SVGOMFlowRegionBreakElement extends SVGOMTextPositioningElement implements Serializable -
Class org.apache.batik.anim.dom.SVGOMFlowRegionElement
class SVGOMFlowRegionElement extends SVGStylableElement implements Serializable -
Class org.apache.batik.anim.dom.SVGOMFlowRegionExcludeElement
class SVGOMFlowRegionExcludeElement extends SVGStylableElement implements Serializable -
Class org.apache.batik.anim.dom.SVGOMFlowRootElement
class SVGOMFlowRootElement extends SVGGraphicsElement implements Serializable -
Class org.apache.batik.anim.dom.SVGOMFlowSpanElement
class SVGOMFlowSpanElement extends SVGOMTextPositioningElement implements Serializable -
Class org.apache.batik.anim.dom.SVGOMFontElement
class SVGOMFontElement extends SVGStylableElement implements Serializable-
Serialized Fields
-
externalResourcesRequired
SVGOMAnimatedBoolean externalResourcesRequired
The 'externalResourcesRequired' attribute value.
-
-
-
Class org.apache.batik.anim.dom.SVGOMFontFaceElement
class SVGOMFontFaceElement extends SVGOMElement implements Serializable -
Class org.apache.batik.anim.dom.SVGOMFontFaceFormatElement
class SVGOMFontFaceFormatElement extends SVGOMElement implements Serializable -
Class org.apache.batik.anim.dom.SVGOMFontFaceNameElement
class SVGOMFontFaceNameElement extends SVGOMElement implements Serializable -
Class org.apache.batik.anim.dom.SVGOMFontFaceSrcElement
class SVGOMFontFaceSrcElement extends SVGOMElement implements Serializable -
Class org.apache.batik.anim.dom.SVGOMFontFaceUriElement
class SVGOMFontFaceUriElement extends SVGOMElement implements Serializable -
Class org.apache.batik.anim.dom.SVGOMForeignObjectElement
class SVGOMForeignObjectElement extends SVGGraphicsElement implements Serializable-
Serialized Fields
-
height
SVGOMAnimatedLength height
The 'height' attribute value. -
preserveAspectRatio
SVGOMAnimatedPreserveAspectRatio preserveAspectRatio
The 'preserveAspectRatio' attribute value. -
width
SVGOMAnimatedLength width
The 'width' attribute value. -
x
SVGOMAnimatedLength x
The 'x' attribute value. -
y
SVGOMAnimatedLength y
The 'y' attribute value.
-
-
-
Class org.apache.batik.anim.dom.SVGOMGElement
class SVGOMGElement extends SVGGraphicsElement implements Serializable -
Class org.apache.batik.anim.dom.SVGOMGlyphElement
class SVGOMGlyphElement extends SVGStylableElement implements Serializable -
Class org.apache.batik.anim.dom.SVGOMGlyphRefElement
class 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
class SVGOMGradientElement extends SVGStylableElement implements Serializable-
Serialized Fields
-
externalResourcesRequired
SVGOMAnimatedBoolean externalResourcesRequired
The 'externalResourcesRequired' attribute value. -
gradientUnits
SVGOMAnimatedEnumeration gradientUnits
The 'gradientUnits' attribute value. -
href
SVGOMAnimatedString href
The 'xlink:href' attribute value. -
spreadMethod
SVGOMAnimatedEnumeration spreadMethod
The 'spreadMethod' attribute value.
-
-
-
Class org.apache.batik.anim.dom.SVGOMHandlerElement
class SVGOMHandlerElement extends SVGOMElement implements Serializable -
Class org.apache.batik.anim.dom.SVGOMHKernElement
class SVGOMHKernElement extends SVGOMElement implements Serializable -
Class org.apache.batik.anim.dom.SVGOMImageElement
class SVGOMImageElement extends SVGURIReferenceGraphicsElement implements Serializable-
Serialized Fields
-
height
SVGOMAnimatedLength height
The 'height' attribute value. -
preserveAspectRatio
SVGOMAnimatedPreserveAspectRatio preserveAspectRatio
The 'preserveAspectRatio' attribute value. -
width
SVGOMAnimatedLength width
The 'width' attribute value. -
x
SVGOMAnimatedLength x
The 'x' attribute value. -
y
SVGOMAnimatedLength y
The 'y' attribute value.
-
-
-
Class org.apache.batik.anim.dom.SVGOMLinearGradientElement
class SVGOMLinearGradientElement extends SVGOMGradientElement implements Serializable-
Serialized Fields
-
x1
SVGOMAnimatedLength x1
The 'x1' attribute value. -
x2
SVGOMAnimatedLength x2
The 'x2' attribute value. -
y1
SVGOMAnimatedLength y1
The 'y1' attribute value. -
y2
SVGOMAnimatedLength y2
The 'y2' attribute value.
-
-
-
Class org.apache.batik.anim.dom.SVGOMLineElement
class SVGOMLineElement extends SVGGraphicsElement implements Serializable-
Serialized Fields
-
x1
SVGOMAnimatedLength x1
The 'x1' attribute value. -
x2
SVGOMAnimatedLength x2
The 'x2' attribute value. -
y1
SVGOMAnimatedLength y1
The 'y1' attribute value. -
y2
SVGOMAnimatedLength y2
The 'y2' attribute value.
-
-
-
Class org.apache.batik.anim.dom.SVGOMMarkerElement
class SVGOMMarkerElement extends SVGStylableElement implements Serializable-
Serialized Fields
-
externalResourcesRequired
SVGOMAnimatedBoolean externalResourcesRequired
The 'externalResourcesRequired' attribute value. -
markerHeight
SVGOMAnimatedLength markerHeight
The 'markerHeight' attribute value. -
markerUnits
SVGOMAnimatedEnumeration markerUnits
The 'markerUnits' attribute value. -
markerWidth
SVGOMAnimatedLength markerWidth
The 'markerWidth' attribute value. -
orient
SVGOMAnimatedMarkerOrientValue orient
The 'orient' attribute value. -
preserveAspectRatio
SVGOMAnimatedPreserveAspectRatio preserveAspectRatio
The 'preserveAspectRatio' attribute value. -
refX
SVGOMAnimatedLength refX
The 'refX' attribute value. -
refY
SVGOMAnimatedLength refY
The 'refY' attribute value. -
viewBox
SVGOMAnimatedRect viewBox
The 'viewBox' attribute value.
-
-
-
Class org.apache.batik.anim.dom.SVGOMMaskElement
class SVGOMMaskElement extends SVGGraphicsElement implements Serializable-
Serialized Fields
-
height
SVGOMAnimatedLength height
The 'height' attribute value. -
maskContentUnits
SVGOMAnimatedEnumeration maskContentUnits
The 'maskContentUnits' attribute value. -
maskUnits
SVGOMAnimatedEnumeration maskUnits
The 'maskUnits' attribute value. -
width
SVGOMAnimatedLength width
The 'width' attribute value. -
x
SVGOMAnimatedLength x
The 'x' attribute value. -
y
SVGOMAnimatedLength y
The 'y' attribute value.
-
-
-
Class org.apache.batik.anim.dom.SVGOMMetadataElement
class SVGOMMetadataElement extends SVGOMElement implements Serializable -
Class org.apache.batik.anim.dom.SVGOMMissingGlyphElement
class SVGOMMissingGlyphElement extends SVGStylableElement implements Serializable -
Class org.apache.batik.anim.dom.SVGOMMPathElement
class SVGOMMPathElement extends SVGOMURIReferenceElement implements Serializable-
Serialized Fields
-
externalResourcesRequired
SVGOMAnimatedBoolean externalResourcesRequired
The 'externalResourcesRequired' attribute value.
-
-
-
Class org.apache.batik.anim.dom.SVGOMMultiImageElement
class SVGOMMultiImageElement extends SVGStylableElement implements Serializable -
Class org.apache.batik.anim.dom.SVGOMPathElement
class SVGOMPathElement extends SVGGraphicsElement implements Serializable-
Serialized Fields
-
d
SVGOMAnimatedPathData d
The 'd' attribute value.
-
-
-
Class org.apache.batik.anim.dom.SVGOMPatternElement
class SVGOMPatternElement extends SVGStylableElement implements Serializable-
Serialized Fields
-
externalResourcesRequired
SVGOMAnimatedBoolean externalResourcesRequired
The 'externalResourcesRequired' attribute value. -
height
SVGOMAnimatedLength height
The 'height' attribute value. -
href
SVGOMAnimatedString href
The 'xlink:href' attribute value. -
patternContentUnits
SVGOMAnimatedEnumeration patternContentUnits
The 'patternContentUnits' attribute value. -
patternUnits
SVGOMAnimatedEnumeration patternUnits
The 'patternUnits' attribute value. -
preserveAspectRatio
SVGOMAnimatedPreserveAspectRatio preserveAspectRatio
The 'preserveAspectRatio' attribute value. -
width
SVGOMAnimatedLength width
The 'width' attribute value. -
x
SVGOMAnimatedLength x
The 'x' attribute value. -
y
SVGOMAnimatedLength y
The 'y' attribute value.
-
-
-
Class org.apache.batik.anim.dom.SVGOMPolygonElement
class SVGOMPolygonElement extends SVGPointShapeElement implements Serializable -
Class org.apache.batik.anim.dom.SVGOMPolylineElement
class SVGOMPolylineElement extends SVGPointShapeElement implements Serializable -
Class org.apache.batik.anim.dom.SVGOMRadialGradientElement
class 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
class SVGOMRectElement extends SVGGraphicsElement implements Serializable-
Serialized Fields
-
height
SVGOMAnimatedLength height
The 'height' attribute value. -
rx
AbstractSVGAnimatedLength rx
The 'rx' attribute value. -
ry
AbstractSVGAnimatedLength ry
The 'ry' attribute value. -
width
SVGOMAnimatedLength width
The 'width' attribute value. -
x
SVGOMAnimatedLength x
The 'x' attribute value. -
y
SVGOMAnimatedLength y
The 'y' attribute value.
-
-
-
Class org.apache.batik.anim.dom.SVGOMScriptElement
class SVGOMScriptElement extends SVGOMURIReferenceElement implements Serializable-
Serialized Fields
-
externalResourcesRequired
SVGOMAnimatedBoolean externalResourcesRequired
The 'externalResourcesRequired' attribute value.
-
-
-
Class org.apache.batik.anim.dom.SVGOMSetElement
class SVGOMSetElement extends SVGOMAnimationElement implements Serializable -
Class org.apache.batik.anim.dom.SVGOMSolidColorElement
class SVGOMSolidColorElement extends SVGStylableElement implements Serializable -
Class org.apache.batik.anim.dom.SVGOMStopElement
class SVGOMStopElement extends SVGStylableElement implements Serializable-
Serialized Fields
-
offset
SVGOMAnimatedNumber offset
The 'offset' attribute value.
-
-
-
Class org.apache.batik.anim.dom.SVGOMStyleElement
class SVGOMStyleElement extends SVGOMElement implements Serializable -
Class org.apache.batik.anim.dom.SVGOMSubImageElement
class SVGOMSubImageElement extends SVGStylableElement implements Serializable -
Class org.apache.batik.anim.dom.SVGOMSubImageRefElement
class SVGOMSubImageRefElement extends SVGStylableElement implements Serializable -
Class org.apache.batik.anim.dom.SVGOMSVGElement
class SVGOMSVGElement extends SVGStylableElement implements Serializable-
Serialized Fields
-
externalResourcesRequired
SVGOMAnimatedBoolean externalResourcesRequired
The 'externalResourcesRequired' attribute value. -
height
SVGOMAnimatedLength height
The 'height' attribute value. -
preserveAspectRatio
SVGOMAnimatedPreserveAspectRatio preserveAspectRatio
The 'preserveAspectRatio' attribute value. -
viewBox
SVGOMAnimatedRect viewBox
The 'viewBox' attribute value. -
width
SVGOMAnimatedLength width
The 'width' attribute value. -
x
SVGOMAnimatedLength x
The 'x' attribute value. -
y
SVGOMAnimatedLength y
The 'y' attribute value.
-
-
-
Class org.apache.batik.anim.dom.SVGOMSwitchElement
class SVGOMSwitchElement extends SVGGraphicsElement implements Serializable -
Class org.apache.batik.anim.dom.SVGOMSymbolElement
class SVGOMSymbolElement extends SVGStylableElement implements Serializable-
Serialized Fields
-
externalResourcesRequired
SVGOMAnimatedBoolean externalResourcesRequired
The 'externalResourcesRequired' attribute value. -
preserveAspectRatio
SVGOMAnimatedPreserveAspectRatio preserveAspectRatio
The 'preserveAspectRatio' attribute value.
-
-
-
Class org.apache.batik.anim.dom.SVGOMTextContentElement
class SVGOMTextContentElement extends SVGStylableElement implements Serializable-
Serialized Fields
-
externalResourcesRequired
SVGOMAnimatedBoolean externalResourcesRequired
The 'externalResourcesRequired' attribute value. -
lengthAdjust
SVGOMAnimatedEnumeration lengthAdjust
The 'lengthAdjust' attribute value. -
textLength
AbstractSVGAnimatedLength textLength
The 'textLength' attribute value.
-
-
-
Class org.apache.batik.anim.dom.SVGOMTextElement
class SVGOMTextElement extends SVGOMTextPositioningElement implements Serializable-
Serialized Fields
-
motionTransform
AffineTransform motionTransform
Supplemental transformation due to motion animation. -
transform
SVGOMAnimatedTransformList transform
The 'transform' attribute value.
-
-
-
Class org.apache.batik.anim.dom.SVGOMTextPathElement
class SVGOMTextPathElement extends SVGOMTextContentElement implements Serializable-
Serialized Fields
-
href
SVGOMAnimatedString href
The 'xlink:href' attribute value. -
method
SVGOMAnimatedEnumeration method
The 'method' attribute value. -
spacing
SVGOMAnimatedEnumeration spacing
The 'spacing' attribute value. -
startOffset
SVGOMAnimatedLength startOffset
The 'startOffset' attribute value.
-
-
-
Class org.apache.batik.anim.dom.SVGOMTextPositioningElement
class SVGOMTextPositioningElement extends SVGOMTextContentElement implements Serializable-
Serialized Fields
-
dx
SVGOMAnimatedLengthList dx
The 'dx' attribute value. -
dy
SVGOMAnimatedLengthList dy
The 'dy' attribute value. -
rotate
SVGOMAnimatedNumberList rotate
The 'rotate' attribute value. -
x
SVGOMAnimatedLengthList x
The 'x' attribute value. -
y
SVGOMAnimatedLengthList y
The 'y' attribute value.
-
-
-
Class org.apache.batik.anim.dom.SVGOMTitleElement
class SVGOMTitleElement extends SVGDescriptiveElement implements Serializable -
Class org.apache.batik.anim.dom.SVGOMToBeImplementedElement
class SVGOMToBeImplementedElement extends SVGGraphicsElement implements Serializable-
Serialized Fields
-
localName
String localName
This element's local name
-
-
-
Class org.apache.batik.anim.dom.SVGOMTRefElement
class SVGOMTRefElement extends SVGURIReferenceTextPositioningElement implements Serializable -
Class org.apache.batik.anim.dom.SVGOMTSpanElement
class SVGOMTSpanElement extends SVGOMTextPositioningElement implements Serializable -
Class org.apache.batik.anim.dom.SVGOMURIReferenceElement
class SVGOMURIReferenceElement extends SVGOMElement implements Serializable-
Serialized Fields
-
href
SVGOMAnimatedString href
The 'xlink:href' attribute value.
-
-
-
Class org.apache.batik.anim.dom.SVGOMUseElement
class SVGOMUseElement extends SVGURIReferenceGraphicsElement implements Serializable-
Serialized Fields
-
height
SVGOMAnimatedLength height
The 'height' attribute value. -
shadowTree
SVGOMUseShadowRoot shadowTree
Store the shadow tree of the use element. -
width
SVGOMAnimatedLength width
The 'width' attribute value. -
x
SVGOMAnimatedLength x
The 'x' attribute value. -
y
SVGOMAnimatedLength y
The 'y' attribute value.
-
-
-
Class org.apache.batik.anim.dom.SVGOMViewElement
class 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
class SVGOMVKernElement extends SVGOMElement implements Serializable -
Class org.apache.batik.anim.dom.SVGPointShapeElement
class SVGPointShapeElement extends SVGGraphicsElement implements Serializable-
Serialized Fields
-
points
SVGOMAnimatedPoints points
The 'points' attribute value.
-
-
-
Class org.apache.batik.anim.dom.SVGStylableElement
class SVGStylableElement extends SVGOMElement implements Serializable-
Serialized Fields
-
className
SVGOMAnimatedString className
The 'class' attribute value. -
computedStyleMap
StyleMap computedStyleMap
The computed style map. -
overrideStyleDeclaration
SVGStylableElement.OverrideStyleDeclaration overrideStyleDeclaration
The override style declaration for this element. -
style
SVGStylableElement.StyleDeclaration style
The 'style' attribute value.
-
-
-
Class org.apache.batik.anim.dom.SVGStyleSheetProcessingInstruction
class SVGStyleSheetProcessingInstruction extends StyleSheetProcessingInstruction implements Serializable-
Serialized Fields
-
styleSheet
StyleSheet styleSheet
The style-sheet.
-
-
-
Class org.apache.batik.anim.dom.SVGURIReferenceGraphicsElement
class SVGURIReferenceGraphicsElement extends SVGGraphicsElement implements Serializable-
Serialized Fields
-
href
SVGOMAnimatedString href
The 'xlink:href' attribute value.
-
-
-
Class org.apache.batik.anim.dom.SVGURIReferenceTextPositioningElement
class SVGURIReferenceTextPositioningElement extends SVGOMTextPositioningElement implements Serializable-
Serialized Fields
-
href
SVGOMAnimatedString href
The 'xlink:href' attribute value.
-
-
-
Class org.apache.batik.anim.dom.XBLOMContentElement
class XBLOMContentElement extends XBLOMElement implements Serializable -
Class org.apache.batik.anim.dom.XBLOMDefinitionElement
class XBLOMDefinitionElement extends XBLOMElement implements Serializable -
Class org.apache.batik.anim.dom.XBLOMElement
class XBLOMElement extends SVGOMElement implements Serializable-
Serialized Fields
-
prefix
String prefix
The element prefix.
-
-
-
Class org.apache.batik.anim.dom.XBLOMHandlerGroupElement
class XBLOMHandlerGroupElement extends XBLOMElement implements Serializable -
Class org.apache.batik.anim.dom.XBLOMImportElement
class XBLOMImportElement extends XBLOMElement implements Serializable -
Class org.apache.batik.anim.dom.XBLOMShadowTreeElement
class XBLOMShadowTreeElement extends XBLOMElement implements Serializable -
Class org.apache.batik.anim.dom.XBLOMTemplateElement
class XBLOMTemplateElement extends XBLOMElement implements Serializable -
Class org.apache.batik.anim.dom.XBLOMXBLElement
class XBLOMXBLElement extends XBLOMElement implements Serializable
-
-
Package org.apache.batik.apps.rasterizer
-
Exception Class org.apache.batik.apps.rasterizer.SVGConverterException
class SVGConverterException extends Exception implements Serializable
-
-
Package org.apache.batik.apps.slideshow
-
Class org.apache.batik.apps.slideshow.Main
class Main extends JComponent implements Serializable-
Serialized Fields
-
ctx
BridgeContext ctx
-
display
BufferedImage display
-
done
boolean done
-
files
File[] files
-
image
BufferedImage image
-
loader
DocumentLoader loader
-
paused
boolean paused
-
renderer
StaticRenderer renderer
-
startLastTransition
long startLastTransition
-
transitionThread
Thread transitionThread
-
userAgent
UserAgent userAgent
-
-
-
-
Package org.apache.batik.apps.svgbrowser
-
Class org.apache.batik.apps.svgbrowser.AboutDialog
class AboutDialog extends JWindow implements Serializable -
Class org.apache.batik.apps.svgbrowser.DOMDocumentTree
class DOMDocumentTree extends JTree implements Serializable-
Serialized Fields
-
autoscrollInsets
Insets autoscrollInsets
The insets where autoscrolling is active. -
controller
DOMDocumentTreeController controller
The controller for this tree. -
eventListeners
EventListenerList eventListeners
Listeners list. -
scrollUnits
Insets scrollUnits
How much to scroll.
-
-
-
Class org.apache.batik.apps.svgbrowser.DOMDocumentTree.DOMDocumentTreeEvent
class DOMDocumentTreeEvent extends EventObject implements Serializable -
Class org.apache.batik.apps.svgbrowser.DOMViewer
class DOMViewer extends JFrame implements Serializable-
Serialized Fields
-
buttonFactory
ButtonFactory buttonFactory
The button factory. -
canEdit
boolean canEdit
Whether the DOMViewer can be used for editing the document. -
domViewerController
DOMViewerController domViewerController
The DOMViewer controller. -
elementOverlayManager
ElementOverlayManager elementOverlayManager
Manages the element selection on the canvas. -
historyBrowserInterface
HistoryBrowserInterface historyBrowserInterface
The history browsing manager. Manages undo / redo. -
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 -
isElementOverlayEnabled
boolean isElementOverlayEnabled
Whether painting the overlay on the canvas is enabled. -
listeners
Map listeners
The map that contains the listeners -
overlayButton
JToggleButton overlayButton
The button for enabling and disabling the overlay. -
panel
DOMViewer.Panel panel
The panel. -
showWhitespace
boolean showWhitespace
Whether to show text nodes that contain only whitespace in the tree.
-
-
-
Class org.apache.batik.apps.svgbrowser.DOMViewer.CapturingClickButtonAction
class CapturingClickButtonAction extends AbstractAction implements Serializable -
Class org.apache.batik.apps.svgbrowser.DOMViewer.CloseButtonAction
class CloseButtonAction extends AbstractAction implements Serializable -
Class org.apache.batik.apps.svgbrowser.DOMViewer.OverlayButtonAction
class OverlayButtonAction extends AbstractAction implements Serializable -
Class org.apache.batik.apps.svgbrowser.DOMViewer.Panel
class Panel extends JPanel implements Serializable-
Serialized Fields
-
attributePanel
NodePickerPanel attributePanel
The panel to show the nodes attributes. -
attributePanelLayout
GridBagConstraints attributePanelLayout
The layout for the attribute panel. -
attrModification
EventListener attrModification
"Attribute modified" DOM Mutation Listener. -
capturingListener
EventListener capturingListener
Capturing "click" event type listener. Allows the "capturing click" option -
characterDataPanel
DOMViewer.Panel.CharacterPanel characterDataPanel
The CharacterData node panel. -
charDataModification
EventListener charDataModification
"Character data modified" DOM Mutation Listener. -
document
Document document
The DOM document. -
documentInfo
JTextArea documentInfo
The documentInfo panel text area. -
documentInfoPanel
JPanel documentInfoPanel
The documentInfo node panel. -
elementPanel
JPanel elementPanel
The element panel. -
nodeInsertion
EventListener nodeInsertion
"Node inserted" DOM Mutation Listener. -
nodeRemoval
EventListener nodeRemoval
"Node removed" DOM Mutation Listener. -
propertiesTable
JTable propertiesTable
The properties table. -
propertiesTableLayout
GridBagConstraints propertiesTableLayout
The layout for the properties table. -
rightPanel
JPanel rightPanel
The right panel. -
splitPane
JSplitPane splitPane
The split pane. -
tree
DOMDocumentTree tree
The tree. -
viewCSS
ViewCSS viewCSS
The ViewCSS object associated with the document.
-
-
-
Class org.apache.batik.apps.svgbrowser.DOMViewer.Panel.CharacterPanel
class CharacterPanel extends JPanel implements Serializable -
Class org.apache.batik.apps.svgbrowser.DOMViewer.Panel.NodeCSSValuesModel
class NodeCSSValuesModel extends AbstractTableModel implements Serializable-
Serialized Fields
-
node
Node node
The node. -
propertyNames
List propertyNames
The property names. -
style
CSSStyleDeclaration style
The computed style.
-
-
-
Class org.apache.batik.apps.svgbrowser.DOMViewer.Panel.NodeRenderer
class NodeRenderer extends DefaultTreeCellRenderer implements Serializable -
Class org.apache.batik.apps.svgbrowser.DOMViewer.RedoButtonAction
class RedoButtonAction extends AbstractAction implements Serializable -
Class org.apache.batik.apps.svgbrowser.DOMViewer.UndoButtonAction
class UndoButtonAction extends AbstractAction implements Serializable -
Class org.apache.batik.apps.svgbrowser.FindDialog
class FindDialog extends JDialog implements Serializable-
Serialized Fields
-
buttonFactory
ButtonFactory buttonFactory
The button factory -
caseSensitive
JCheckBox caseSensitive
The case sensitive button. -
clearButton
JButton clearButton
The next button. -
closeButton
JButton closeButton
The cancel button. -
currentIndex
int currentIndex
The current index in the TextNode's string. -
findButton
JButton findButton
The next button. -
gvtRoot
GraphicsNode gvtRoot
The GVT root into which text is searched. -
highlightButton
JRadioButton highlightButton
The highlight button. -
highlightCenterButton
JRadioButton highlightCenterButton
The highlight and center button. -
highlightCenterZoomButton
JRadioButton highlightCenterZoomButton
The highlight center and zoom button. -
listeners
Map listeners
The map that contains the listeners -
search
JTextField search
The TextField that owns the text to search. -
svgCanvas
JSVGCanvas svgCanvas
The canvas. -
walker
GVTTreeWalker walker
The GVTTreeWalker used to scan the GVT Tree.
-
-
-
Class org.apache.batik.apps.svgbrowser.FindDialog.ClearButtonAction
class ClearButtonAction extends AbstractAction implements Serializable -
Class org.apache.batik.apps.svgbrowser.FindDialog.CloseButtonAction
class CloseButtonAction extends AbstractAction implements Serializable -
Class org.apache.batik.apps.svgbrowser.FindDialog.FindButtonAction
class FindButtonAction extends AbstractAction implements Serializable -
Class org.apache.batik.apps.svgbrowser.HistoryBrowser.HistoryBrowserEvent
class HistoryBrowserEvent extends EventObject implements Serializable -
Class org.apache.batik.apps.svgbrowser.JPEGOptionPanel
class JPEGOptionPanel extends OptionPanel implements Serializable-
Serialized Fields
-
quality
JSlider quality
The jpeg encoding quality.
-
-
-
Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame
class JSVGViewerFrame extends JFrame implements Serializable-
Serialized Fields
-
alternateStyleSheet
String alternateStyleSheet
The alternate style-sheet title. -
application
Application application
The current application. -
autoAdjust
boolean autoAdjust
The auto adjust flag. -
backAction
JSVGViewerFrame.BackAction backAction
The back action -
currentPath
File currentPath
The current path. -
currentSavePath
File currentSavePath
The current export path. -
debug
boolean debug
The debug flag. -
debugger
JSVGViewerFrame.Debugger debugger
The debugger object. -
domViewer
DOMViewer domViewer
The DOM viewer. -
findDialog
FindDialog findDialog
The Find dialog. -
forwardAction
JSVGViewerFrame.ForwardAction forwardAction
The forward action -
listeners
Map listeners
The map that contains the action listeners -
localHistory
LocalHistory localHistory
The local history. -
locationBar
LocationBar locationBar
The location bar. -
managerStopped
boolean managerStopped
Whether the update manager was stopped. -
nextTransformAction
JSVGViewerFrame.NextTransformAction nextTransformAction
The next transform action -
pauseAction
JSVGViewerFrame.PauseAction pauseAction
The pause action -
playAction
JSVGViewerFrame.PlayAction playAction
The play action -
previousTransformAction
JSVGViewerFrame.PreviousTransformAction previousTransformAction
The previous transform action -
statusBar
StatusBar statusBar
The status bar. -
stopAction
JSVGViewerFrame.StopAction stopAction
The stop action -
svgCanvas
JSVGViewerFrame.Canvas svgCanvas
The JSVGCanvas. -
svgCanvasPanel
JPanel svgCanvasPanel
The panel where the svgCanvas is displayed -
svgDocument
org.w3c.dom.svg.SVGDocument svgDocument
The current document. -
thumbnailDialog
ThumbnailDialog thumbnailDialog
The Find dialog. -
time
long time
-
title
String title
The initial frame title. -
transformDialog
JAffineTransformChooser.Dialog transformDialog
The transform dialog -
transformHistory
TransformHistory transformHistory
The transform history. -
uriChooser
URIChooser uriChooser
The URI chooser. -
userAgent
SVGUserAgent userAgent
The SVG user agent. -
useStylesheetAction
JSVGViewerFrame.UseStylesheetAction useStylesheetAction
The use (author) stylesheet action -
window
JWindow window
A window used for full screen display
-
-
-
Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.AboutAction
class AboutAction extends AbstractAction implements Serializable -
Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.BackAction
class BackAction extends AbstractAction implements Serializable-
Serialized Fields
-
components
List components
-
-
-
Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.Canvas
class Canvas extends JSVGCanvas implements Serializable -
Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.CloseAction
class CloseAction extends AbstractAction implements Serializable -
Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.DOMViewerAction
class DOMViewerAction extends AbstractAction implements Serializable -
Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ExportAsJPGAction
class ExportAsJPGAction extends AbstractAction implements Serializable -
Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ExportAsPNGAction
class ExportAsPNGAction extends AbstractAction implements Serializable -
Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ExportAsTIFFAction
class ExportAsTIFFAction extends AbstractAction implements Serializable -
Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.FindDialogAction
class FindDialogAction extends AbstractAction implements Serializable -
Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.FlushAction
class FlushAction extends AbstractAction implements Serializable -
Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ForwardAction
class ForwardAction extends AbstractAction implements Serializable-
Serialized Fields
-
components
List components
-
-
-
Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.FullScreenAction
class FullScreenAction extends AbstractAction implements Serializable -
Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.MonitorAction
class MonitorAction extends AbstractAction implements Serializable -
Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.NewWindowAction
class NewWindowAction extends AbstractAction implements Serializable -
Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.NextTransformAction
class NextTransformAction extends AbstractAction implements Serializable-
Serialized Fields
-
components
List components
-
-
-
Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.OpenAction
class OpenAction extends AbstractAction implements Serializable -
Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.OpenLocationAction
class OpenLocationAction extends AbstractAction implements Serializable -
Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.PauseAction
class PauseAction extends AbstractAction implements Serializable-
Serialized Fields
-
components
List components
-
-
-
Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.PlayAction
class PlayAction extends AbstractAction implements Serializable-
Serialized Fields
-
components
List components
-
-
-
Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.PreferencesAction
class PreferencesAction extends AbstractAction implements Serializable -
Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.PreviousTransformAction
class PreviousTransformAction extends AbstractAction implements Serializable-
Serialized Fields
-
components
List components
-
-
-
Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.PrintAction
class PrintAction extends AbstractAction implements Serializable -
Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ReloadAction
class ReloadAction extends AbstractAction implements Serializable -
Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.SaveAsAction
class SaveAsAction extends AbstractAction implements Serializable -
Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.SetTransformAction
class SetTransformAction extends AbstractAction implements Serializable -
Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.StopAction
class StopAction extends AbstractAction implements Serializable-
Serialized Fields
-
components
List components
-
-
-
Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ThumbnailDialogAction
class ThumbnailDialogAction extends AbstractAction implements Serializable -
Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ToggleDebuggerAction
class ToggleDebuggerAction extends AbstractAction implements Serializable -
Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.UseStylesheetAction
class UseStylesheetAction extends AbstractAction implements Serializable-
Serialized Fields
-
components
List components
-
-
-
Class org.apache.batik.apps.svgbrowser.JSVGViewerFrame.ViewSourceAction
class ViewSourceAction extends AbstractAction implements Serializable -
Class org.apache.batik.apps.svgbrowser.NodePickerPanel
class NodePickerPanel extends JPanel implements Serializable-
Serialized Fields
-
addButton
JButton addButton
The Add button. -
applyButton
JButton applyButton
The Apply button. -
attributePane
JScrollPane attributePane
The Attributes table ScrollPane. -
attributesLabel
JLabel attributesLabel
The Attributes table label. -
attributesPanel
JPanel attributesPanel
The Attributes table and buttons Panel. -
attributesTable
JTable attributesTable
The attributes table - the table that consists of attribute name and attribute value columns. Shows the element's attributes. -
buttonFactory
ButtonFactory buttonFactory
The Button factory. -
choosePanel
JPanel choosePanel
The OK and Cancel button Panel. -
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. -
controller
NodePickerController controller
The controller for this panel. -
eventListeners
EventListenerList eventListeners
Listeners list. -
isDirty
boolean isDirty
If the element being edited is actually changed. -
isWellFormedLabel
JLabel isWellFormedLabel
The isWellFormed label. -
listeners
Map listeners
The map that contains the listeners -
mode
int mode
The panel mode. -
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. -
previewElement
Element previewElement
The element that is being previewed or edited it's content (xml representation). -
removeButton
JButton removeButton
The Remove button. -
resetButton
JButton resetButton
The Reset button. -
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. -
svgInputPanel
NodePickerPanel.SVGInputPanel svgInputPanel
The svg input panel. -
svgInputPanelNameLabel
JLabel svgInputPanelNameLabel
The svgInputPanel name label. -
tableModelListener
TableModelListener tableModelListener
The Attribute table model listener.
-
-
-
Class org.apache.batik.apps.svgbrowser.NodePickerPanel.AddButtonAction
class AddButtonAction extends AbstractAction implements Serializable -
Class org.apache.batik.apps.svgbrowser.NodePickerPanel.ApplyButtonAction
class ApplyButtonAction extends AbstractAction implements Serializable -
Class org.apache.batik.apps.svgbrowser.NodePickerPanel.AttributesTableModel
class AttributesTableModel extends DefaultTableModel implements Serializable -
Class org.apache.batik.apps.svgbrowser.NodePickerPanel.NameEditorDialog
class NameEditorDialog extends JDialog implements Serializable-
Serialized Fields
-
buttonFactory
ButtonFactory buttonFactory
The Button factory. -
cancelButton
JButton cancelButton
The Cancel button. -
listeners
Map listeners
The map that contains the listeners -
mainPanel
JPanel mainPanel
The Dialog main panel. -
nodeNameField
JTextField nodeNameField
The node name field. -
nodeNameLabel
JLabel nodeNameLabel
The node name label. -
okButton
JButton okButton
The OK button. -
returnCode
int returnCode
The Dialog results.
-
-
-
Class org.apache.batik.apps.svgbrowser.NodePickerPanel.NameEditorDialog.CancelButtonAction
class CancelButtonAction extends AbstractAction implements Serializable -
Class org.apache.batik.apps.svgbrowser.NodePickerPanel.NameEditorDialog.OKButtonAction
class OKButtonAction extends AbstractAction implements Serializable -
Class org.apache.batik.apps.svgbrowser.NodePickerPanel.NodePickerEvent
class NodePickerEvent extends EventObject implements Serializable -
Class org.apache.batik.apps.svgbrowser.NodePickerPanel.RemoveButtonAction
class RemoveButtonAction extends AbstractAction implements Serializable -
Class org.apache.batik.apps.svgbrowser.NodePickerPanel.ResetButtonAction
class ResetButtonAction extends AbstractAction implements Serializable -
Class org.apache.batik.apps.svgbrowser.NodePickerPanel.SVGInputPanel
class SVGInputPanel extends JPanel implements Serializable-
Serialized Fields
-
nodeXmlArea
XMLTextEditor nodeXmlArea
The text area.
-
-
-
Class org.apache.batik.apps.svgbrowser.OptionPanel
class OptionPanel extends JPanel implements Serializable -
Class org.apache.batik.apps.svgbrowser.OptionPanel.Dialog
class Dialog extends JDialog implements Serializable -
Class org.apache.batik.apps.svgbrowser.OptionPanel.Dialog.OKButtonAction
class OKButtonAction extends AbstractAction implements Serializable -
Class org.apache.batik.apps.svgbrowser.PNGOptionPanel
class PNGOptionPanel extends OptionPanel implements Serializable-
Serialized Fields
-
check
JCheckBox check
The check box for outputing an indexed PNG.
-
-
-
Class org.apache.batik.apps.svgbrowser.PreferenceDialog
class PreferenceDialog extends JDialog implements Serializable-
Serialized Fields
-
allowedResourceOrigin
JComboBox allowedResourceOrigin
-
allowedScriptOrigin
JComboBox allowedScriptOrigin
-
animationLimitCPU
JRadioButton animationLimitCPU
-
animationLimitCPUAmount
JTextField animationLimitCPUAmount
-
animationLimitCPULabel
JLabel animationLimitCPULabel
-
animationLimitFPS
JRadioButton animationLimitFPS
-
animationLimitFPSAmount
JTextField animationLimitFPSAmount
-
animationLimitFPSLabel
JLabel animationLimitFPSLabel
-
animationLimitUnlimited
JRadioButton animationLimitUnlimited
-
autoAdjustWindow
JCheckBox autoAdjustWindow
-
configurationPanel
PreferenceDialog.JConfigurationPanel configurationPanel
The configuration panel that holds each of the configuration pages. -
enableDoubleBuffering
JCheckBox enableDoubleBuffering
-
enforceSecureScripting
JCheckBox enforceSecureScripting
-
grantScriptFileAccess
JCheckBox grantScriptFileAccess
-
grantScriptNetworkAccess
JCheckBox grantScriptNetworkAccess
-
host
JTextField host
-
isXMLParserValidating
JCheckBox isXMLParserValidating
-
languagePanel
LanguageDialog.Panel languagePanel
-
loadEcmascript
JCheckBox loadEcmascript
-
loadJava
JCheckBox loadJava
-
mediaList
JList mediaList
-
mediaListClearButton
JButton mediaListClearButton
-
mediaListModel
DefaultListModel mediaListModel
-
mediaListRemoveButton
JButton mediaListRemoveButton
-
model
PreferenceManager model
PreferenceManager
used to store and retrieve preferences -
port
JTextField port
-
returnCode
int returnCode
Code indicating whether the dialog was okayed or cancelled. -
selectionXorMode
JCheckBox selectionXorMode
-
showDebugTrace
JCheckBox showDebugTrace
-
showRendering
JCheckBox showRendering
-
userStylesheet
JTextField userStylesheet
-
userStylesheetBrowse
JButton userStylesheetBrowse
-
userStylesheetEnabled
JCheckBox userStylesheetEnabled
-
userStylesheetLabel
JLabel userStylesheetLabel
-
-
-
Class org.apache.batik.apps.svgbrowser.PreferenceDialog.JConfigurationPanel
class JConfigurationPanel extends JPanel implements Serializable-
Serialized Fields
-
group
ButtonGroup group
The button group for the configuration page buttons. -
layout
CardLayout layout
The layout manager for the configuration pages. -
page
int page
The currently selected page. -
panel
JPanel panel
The panel that holds the configuration pages. -
toolbar
JToolBar toolbar
The toolbar that allows selection between the pages.
-
-
-
Class org.apache.batik.apps.svgbrowser.PreferenceDialog.JConfigurationPanel.ResizingCardLayout
class ResizingCardLayout extends CardLayout implements Serializable -
Class org.apache.batik.apps.svgbrowser.StatusBar
class StatusBar extends JPanel implements Serializable-
Serialized Fields
-
displayThread
StatusBar.DisplayThread displayThread
The current display thread. -
mainMessage
String mainMessage
The main message -
message
JLabel message
The message label -
temporaryMessage
String temporaryMessage
The temporary message -
xPosition
JLabel xPosition
The x position/width label. -
yPosition
JLabel yPosition
The y position/height label. -
zoom
JLabel zoom
The zoom label.
-
-
-
Class org.apache.batik.apps.svgbrowser.SVGOptionPanel
class SVGOptionPanel extends OptionPanel implements Serializable -
Class org.apache.batik.apps.svgbrowser.ThumbnailDialog
class ThumbnailDialog extends JDialog implements Serializable-
Serialized Fields
-
aoiListener
ThumbnailDialog.AreaOfInterestListener aoiListener
The overlay used to display the area of interest. -
documentChanged
boolean documentChanged
A flag bit that indicates a document has been loaded. -
interactionEnabled
boolean interactionEnabled
-
overlay
ThumbnailDialog.AreaOfInterestOverlay overlay
The overlay used to display the area of interest. -
svgCanvas
JSVGCanvas svgCanvas
The canvas that owns the SVG document to display. -
svgThumbnailCanvas
JGVTComponent svgThumbnailCanvas
The canvas that displays the thumbnail.
-
-
-
Class org.apache.batik.apps.svgbrowser.XMLPreferenceManager.XMLProperties
class XMLProperties extends Properties implements Serializable
-
-
Package org.apache.batik.bridge
-
Exception Class org.apache.batik.bridge.BridgeException
class BridgeException extends RuntimeException implements Serializable-
Serialized Fields
-
code
String code
The error code. -
e
Element e
The element on which the error occured. -
line
int line
The line number on which the error occured. -
message
String message
The message. -
node
GraphicsNode node
The graphics node that represents the current state of the GVT tree. -
params
Object[] params
The paramters to use for the error message.
-
-
-
Exception Class org.apache.batik.bridge.InterruptedBridgeException
class InterruptedBridgeException extends RuntimeException implements Serializable -
Class org.apache.batik.bridge.TextNode.Anchor
class Anchor extends Object implements Serializable-
Serialization Methods
-
readResolve
This is called by the serialization code before it returns an unserialized object. To provide for unicity of instances, the instance that was read is replaced by its static equivalent. See the serialiazation specification for further details on this method's logic.- Throws:
ObjectStreamException
-
-
Serialized Fields
-
type
int type
The anchor type.
-
-
-
Class org.apache.batik.bridge.UpdateManagerEvent
class UpdateManagerEvent extends EventObject implements Serializable-
Serialized Fields
-
clearPaintingTransform
boolean clearPaintingTransform
True if before painting this update the canvas's painting transform needs to be cleared. -
dirtyAreas
List dirtyAreas
The dirty areas, as a List of Rectangles. -
image
BufferedImage image
The buffered image.
-
-
-
-
Package org.apache.batik.bridge.svg12
-
Class org.apache.batik.bridge.svg12.ContentSelectionChangedEvent
class ContentSelectionChangedEvent extends EventObject implements Serializable
-
-
Package org.apache.batik.css.engine
-
Class org.apache.batik.css.engine.CSSEngineEvent
class CSSEngineEvent extends EventObject implements Serializable-
Serialized Fields
-
element
Element element
The event target. -
properties
int[] properties
The changed properties indexes.
-
-
-
-
Package org.apache.batik.css.parser
-
Exception Class org.apache.batik.css.parser.ParseException
class ParseException extends RuntimeException implements Serializable-
Serialized Fields
-
columnNumber
int columnNumber
The column number. -
exception
Exception exception
The embedded exception if tunnelling, or null. -
lineNumber
int lineNumber
The line number.
-
-
-
-
Package org.apache.batik.dom
-
Class org.apache.batik.dom.AbstractAttr
class AbstractAttr extends AbstractParentNode implements Serializable-
Serialized Fields
-
isIdAttr
boolean isIdAttr
Whether this attribute is an ID attribute -
nodeName
String nodeName
The name of this node. -
ownerElement
AbstractElement ownerElement
The owner element. -
typeInfo
TypeInfo typeInfo
The attribute type information. -
unspecified
boolean unspecified
Whether this attribute was not specified in the original document.
-
-
-
Class org.apache.batik.dom.AbstractAttrNS
class AbstractAttrNS extends AbstractAttr implements Serializable-
Serialized Fields
-
namespaceURI
String namespaceURI
The namespace URI
-
-
-
Class org.apache.batik.dom.AbstractCharacterData
class AbstractCharacterData extends AbstractChildNode implements Serializable-
Serialized Fields
-
nodeValue
String nodeValue
The value of this node.
-
-
-
Class org.apache.batik.dom.AbstractChildNode
class AbstractChildNode extends AbstractNode implements Serializable -
Class org.apache.batik.dom.AbstractComment
class AbstractComment extends AbstractCharacterData implements Serializable -
Class org.apache.batik.dom.AbstractDocument
class AbstractDocument extends AbstractParentNode implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
documentURI
String documentURI
The document URI. -
domConfig
AbstractDocument.DocumentConfiguration domConfig
The DOMConfiguration object for this document. -
inputEncoding
String inputEncoding
Input encoding of this document. -
strictErrorChecking
boolean strictErrorChecking
Whether strict error checking is in force. -
xmlEncoding
String xmlEncoding
XML encoding of this document. -
xmlStandalone
boolean xmlStandalone
Whether this document is standalone. -
xmlVersion
String xmlVersion
XML version of this document.
-
-
-
Class org.apache.batik.dom.AbstractDocumentFragment
class AbstractDocumentFragment extends AbstractParentNode implements Serializable -
Class org.apache.batik.dom.AbstractDOMImplementation
class AbstractDOMImplementation extends Object implements Serializable-
Serialized Fields
-
features
HashMap<String,
Object> features The supported features. -
localizableSupport
LocalizableSupport localizableSupport
The localizable support for the error messages.
-
-
-
Class org.apache.batik.dom.AbstractElement
class AbstractElement extends AbstractParentChildNode implements Serializable-
Serialized Fields
-
attributes
NamedNodeMap attributes
The attributes of this element. -
typeInfo
TypeInfo typeInfo
The element type information.
-
-
-
Class org.apache.batik.dom.AbstractElement.Entry
class Entry extends Object implements Serializable-
Serialized Fields
-
hash
int hash
The hash code, must not change after creation. -
name
String name
The node name. -
namespaceURI
String namespaceURI
The namespace URI -
next
AbstractElement.Entry next
The next entry -
value
Node value
The value
-
-
-
Class org.apache.batik.dom.AbstractElement.NamedNodeHashMap
class NamedNodeHashMap extends Object implements Serializable-
Serialized Fields
-
count
int count
The number of entries -
table
AbstractElement.Entry[] table
The underlying array
-
-
-
Class org.apache.batik.dom.AbstractElementNS
class AbstractElementNS extends AbstractElement implements Serializable-
Serialized Fields
-
namespaceURI
String namespaceURI
The namespace URI
-
-
-
Class org.apache.batik.dom.AbstractEntity
class AbstractEntity extends AbstractParentNode implements Serializable -
Class org.apache.batik.dom.AbstractEntityReference
class AbstractEntityReference extends AbstractParentChildNode implements Serializable-
Serialized Fields
-
nodeName
String nodeName
The node name.
-
-
-
Class org.apache.batik.dom.AbstractNode
class AbstractNode extends Object implements Serializable-
Serialized Fields
-
managerData
Object managerData
The XBL manager data. -
ownerDocument
AbstractDocument ownerDocument
The owner document. -
userData
HashMap userData
User data. -
userDataHandlers
HashMap userDataHandlers
User data handlers.
-
-
-
Class org.apache.batik.dom.AbstractNotation
class AbstractNotation extends AbstractNode implements Serializable -
Class org.apache.batik.dom.AbstractParentChildNode
class AbstractParentChildNode extends AbstractParentNode implements Serializable -
Class org.apache.batik.dom.AbstractParentNode
class AbstractParentNode extends AbstractNode implements Serializable-
Serialized Fields
-
childNodes
AbstractParentNode.ChildNodes childNodes
The children.
-
-
-
Class org.apache.batik.dom.AbstractParentNode.ChildNodes
class ChildNodes extends Object implements Serializable-
Serialized Fields
-
children
int children
The number of children. -
elementChildren
int elementChildren
The number of Element children. -
firstChild
ExtendedNode firstChild
The first child. -
lastChild
ExtendedNode lastChild
The last child.
-
-
-
Class org.apache.batik.dom.AbstractProcessingInstruction
class AbstractProcessingInstruction extends AbstractChildNode implements Serializable-
Serialized Fields
-
data
String data
The data.
-
-
-
Class org.apache.batik.dom.AbstractStylableDocument
class AbstractStylableDocument extends AbstractDocument implements Serializable -
Class org.apache.batik.dom.AbstractText
class AbstractText extends AbstractCharacterData implements Serializable -
Class org.apache.batik.dom.ExtensibleDOMImplementation
class ExtensibleDOMImplementation extends AbstractDOMImplementation implements Serializable-
Serialized Fields
-
customFactories
DoublyIndexedTable customFactories
The custom elements factories. -
customShorthandManagers
List customShorthandManagers
The custom shorthand value managers. -
customValueManagers
List customValueManagers
The custom value managers.
-
-
-
Class org.apache.batik.dom.GenericAttr
class GenericAttr extends AbstractAttr implements Serializable-
Serialized Fields
-
readonly
boolean readonly
Is this attribute immutable?
-
-
-
Class org.apache.batik.dom.GenericAttrNS
class GenericAttrNS extends AbstractAttrNS implements Serializable-
Serialized Fields
-
readonly
boolean readonly
Is this attribute immutable?
-
-
-
Class org.apache.batik.dom.GenericCDATASection
class GenericCDATASection extends AbstractText implements Serializable-
Serialized Fields
-
readonly
boolean readonly
Is this element immutable?
-
-
-
Class org.apache.batik.dom.GenericComment
class GenericComment extends AbstractComment implements Serializable-
Serialized Fields
-
readonly
boolean readonly
Is this element immutable?
-
-
-
Class org.apache.batik.dom.GenericDocument
class GenericDocument extends AbstractDocument implements Serializable-
Serialized Fields
-
readonly
boolean readonly
Is this document immutable?
-
-
-
Class org.apache.batik.dom.GenericDocumentFragment
class GenericDocumentFragment extends AbstractDocumentFragment implements Serializable-
Serialized Fields
-
readonly
boolean readonly
Is this element immutable?
-
-
-
Class org.apache.batik.dom.GenericDocumentType
class GenericDocumentType extends AbstractChildNode implements Serializable -
Class org.apache.batik.dom.GenericDOMImplementation
class GenericDOMImplementation extends AbstractDOMImplementation implements Serializable -
Class org.apache.batik.dom.GenericElement
class GenericElement extends AbstractElement implements Serializable-
Serialized Fields
-
nodeName
String nodeName
The node name. -
readonly
boolean readonly
Is this element immutable?
-
-
-
Class org.apache.batik.dom.GenericElementNS
class GenericElementNS extends AbstractElementNS implements Serializable-
Serialized Fields
-
nodeName
String nodeName
The node name. -
readonly
boolean readonly
Is this element immutable?
-
-
-
Class org.apache.batik.dom.GenericEntity
class GenericEntity extends AbstractEntity implements Serializable-
Serialized Fields
-
readonly
boolean readonly
Is this node immutable?
-
-
-
Class org.apache.batik.dom.GenericEntityReference
class GenericEntityReference extends AbstractEntityReference implements Serializable-
Serialized Fields
-
readonly
boolean readonly
Is this node immutable?
-
-
-
Class org.apache.batik.dom.GenericNotation
class GenericNotation extends AbstractNotation implements Serializable-
Serialized Fields
-
readonly
boolean readonly
Is this node immutable?
-
-
-
Class org.apache.batik.dom.GenericProcessingInstruction
class GenericProcessingInstruction extends AbstractProcessingInstruction implements Serializable-
Serialized Fields
-
readonly
boolean readonly
Is this node immutable? -
target
String target
The target.
-
-
-
Class org.apache.batik.dom.GenericText
class GenericText extends AbstractText implements Serializable-
Serialized Fields
-
readonly
boolean readonly
Is this element immutable?
-
-
-
Class org.apache.batik.dom.StyleSheetProcessingInstruction
class StyleSheetProcessingInstruction extends AbstractProcessingInstruction implements Serializable-
Serialized Fields
-
factory
StyleSheetFactory factory
The stylesheet factory. -
readonly
boolean readonly
Is this node immutable?
-
-
-
-
Package org.apache.batik.dom.svg
-
Exception Class org.apache.batik.dom.svg.LiveAttributeException
class LiveAttributeException extends RuntimeException implements Serializable -
Exception Class org.apache.batik.dom.svg.SVGOMException
class SVGOMException extends org.w3c.dom.svg.SVGException implements Serializable -
Class org.apache.batik.dom.svg.SVGOMUseShadowRoot
class SVGOMUseShadowRoot extends AbstractDocumentFragment implements Serializable-
Serialized Fields
-
cssParentElement
Element cssParentElement
The parent CSS element. -
isLocal
boolean isLocal
Indicates if the imported css element is from this document.
-
-
-
-
Package org.apache.batik.dom.util
-
Class org.apache.batik.dom.util.IntTable
class IntTable extends Object implements Serializable-
Serialized Fields
-
count
int count
The number of entries -
table
IntTable.Entry[] table
The underlying array
-
-
-
Class org.apache.batik.dom.util.IntTable.Entry
class Entry extends Object implements Serializable-
Serialized Fields
-
hash
int hash
The hash code. -
key
Object key
The key. -
next
IntTable.Entry next
The next entry -
value
int value
The value.
-
-
-
Exception Class org.apache.batik.dom.util.SAXIOException
class SAXIOException extends IOException implements Serializable-
Serialized Fields
-
saxe
SAXException saxe
-
-
-
-
Package org.apache.batik.ext.awt.color
-
Class org.apache.batik.ext.awt.color.ICCColorSpaceExt
class ICCColorSpaceExt extends ICC_ColorSpace implements Serializable-
Serialized Fields
-
intent
int intent
Deprecated.
-
-
-
-
Package org.apache.batik.ext.awt.geom
-
Class org.apache.batik.ext.awt.geom.Polygon2D
class Polygon2D extends Object implements Serializable-
Serialized Fields
-
bounds
Rectangle2D bounds
Bounds of the Polygon2D.- See Also:
-
closedPath
GeneralPath closedPath
-
npoints
int npoints
The total number of points. The value ofnpoints
represents the number of valid points in thisPolygon
. -
path
GeneralPath path
-
xpoints
float[] xpoints
The array of x coordinates. The value ofnpoints
is equal to the number of points in thisPolygon2D
. -
ypoints
float[] ypoints
The array of x coordinates. The value ofnpoints
is equal to the number of points in thisPolygon2D
.
-
-
-
Class org.apache.batik.ext.awt.geom.Polyline2D
class Polyline2D extends Object implements Serializable-
Serialized Fields
-
bounds
Rectangle2D bounds
Bounds of the Polyline2D.- See Also:
-
closedPath
GeneralPath closedPath
-
npoints
int npoints
The total number of points. The value ofnpoints
represents the number of points in thisPolyline2D
. -
path
GeneralPath path
-
xpoints
float[] xpoints
The array of x coordinates. The value ofnpoints
is equal to the number of points in thisPolyline2D
. -
ypoints
float[] ypoints
The array of x coordinates. The value ofnpoints
is equal to the number of points in thisPolyline2D
.
-
-
-
-
Package org.apache.batik.ext.awt.image
-
Class org.apache.batik.ext.awt.image.ARGBChannel
class ARGBChannel extends Object implements Serializable-
Serialization Methods
-
readResolve
This is called by the serialization code before it returns an unserialized object. To provide for unicity of instances, the instance that was read is replaced by its static equivalent
-
-
Serialized Fields
-
desc
String desc
-
val
int val
-
-
-
Class org.apache.batik.ext.awt.image.CompositeRule
class CompositeRule extends Object implements Serializable-
Serialization Methods
-
readResolve
This is called by the serialization code before it returns an unserialized object. To provide for unicity of instances, the instance that was read is replaced by its static equivalent. See the serialiazation specification for further details on this method's logic.- Throws:
ObjectStreamException
-
-
Serialized Fields
-
k1
float k1
-
k2
float k2
-
k3
float k3
-
k4
float k4
-
rule
int rule
The composite rule for this object.
-
-
-
Class org.apache.batik.ext.awt.image.PadMode
class PadMode extends Object implements Serializable-
Serialization Methods
-
readResolve
This is called by the serialization code before it returns an unserialized object. To provide for unicity of instances, the instance that was read is replaced by its static equivalent. See the serialiazation specification for further details on this method's logic.- Throws:
ObjectStreamException
-
-
Serialized Fields
-
mode
int mode
The pad mode for this object.
-
-
-
-
Package org.apache.batik.ext.awt.image.codec.png
-
Class org.apache.batik.ext.awt.image.codec.png.PNGDecodeParam
class PNGDecodeParam extends Object implements Serializable-
Serialized Fields
-
displayExponent
float displayExponent
-
encodeParam
PNGEncodeParam encodeParam
-
expandGrayAlpha
boolean expandGrayAlpha
-
expandPalette
boolean expandPalette
-
generateEncodeParam
boolean generateEncodeParam
-
output8BitGray
boolean output8BitGray
-
performGammaCorrection
boolean performGammaCorrection
-
suppressAlpha
boolean suppressAlpha
-
userExponent
float userExponent
-
-
-
Class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam
class PNGEncodeParam extends Object implements Serializable-
Serialized Fields
-
bitDepth
int bitDepth
-
bitDepthSet
boolean bitDepthSet
-
chromaticity
float[] chromaticity
-
chromaticitySet
boolean chromaticitySet
-
chunkData
List chunkData
-
chunkType
List chunkType
-
gamma
float gamma
-
gammaSet
boolean gammaSet
-
ICCProfileData
byte[] ICCProfileData
-
ICCProfileDataSet
boolean ICCProfileDataSet
-
modificationTime
Date modificationTime
-
modificationTimeSet
boolean modificationTimeSet
-
paletteHistogram
int[] paletteHistogram
-
paletteHistogramSet
boolean paletteHistogramSet
-
physicalDimension
int[] physicalDimension
-
physicalDimensionSet
boolean physicalDimensionSet
-
significantBits
int[] significantBits
-
significantBitsSet
boolean significantBitsSet
-
SRGBIntent
int SRGBIntent
-
SRGBIntentSet
boolean SRGBIntentSet
-
suggestedPalette
PNGSuggestedPaletteEntry[] suggestedPalette
-
suggestedPaletteSet
boolean suggestedPaletteSet
-
text
String[] text
-
textSet
boolean textSet
-
transparencySet
boolean transparencySet
-
useInterlacing
boolean useInterlacing
-
zText
String[] zText
-
zTextSet
boolean zTextSet
-
-
-
Class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam.Gray
class Gray extends PNGEncodeParam implements Serializable-
Serialized Fields
-
backgroundPaletteGray
int backgroundPaletteGray
-
backgroundSet
boolean backgroundSet
-
bitShift
int bitShift
-
bitShiftSet
boolean bitShiftSet
-
transparency
int[] transparency
-
-
-
Class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam.Palette
class Palette extends PNGEncodeParam implements Serializable-
Serialized Fields
-
backgroundPaletteIndex
int backgroundPaletteIndex
-
backgroundSet
boolean backgroundSet
-
palette
int[] palette
-
paletteSet
boolean paletteSet
-
transparency
int[] transparency
-
-
-
Class org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam.RGB
class RGB extends PNGEncodeParam implements Serializable-
Serialized Fields
-
backgroundRGB
int[] backgroundRGB
-
backgroundSet
boolean backgroundSet
-
transparency
int[] transparency
-
-
-
Class org.apache.batik.ext.awt.image.codec.png.PNGSuggestedPaletteEntry
class PNGSuggestedPaletteEntry extends Object implements Serializable-
Serialized Fields
-
alpha
int alpha
The alpha opacity value of the entry. -
blue
int blue
The blue color value of the entry. -
frequency
int frequency
The probable frequency of the color in the image. -
green
int green
The green color value of the entry. -
name
String name
The name of the entry. -
red
int red
The red color value of the entry. -
sampleDepth
int sampleDepth
The depth of the color samples.
-
-
-
-
Package org.apache.batik.ext.awt.image.codec.util
-
Package org.apache.batik.ext.swing
-
Class org.apache.batik.ext.swing.DoubleDocument
class DoubleDocument extends PlainDocument implements Serializable -
Class org.apache.batik.ext.swing.JAffineTransformChooser
class JAffineTransformChooser extends JGridBagPanel implements Serializable-
Serialized Fields
-
rotateModel
DoubleDocument rotateModel
The Model for the rotation -
rxModel
DoubleDocument rxModel
The Model for the x-axis rotation center -
ryModel
DoubleDocument ryModel
The Model for the y-axis rotation center -
sxModel
DoubleDocument sxModel
The Model for the x-axis scale component -
syModel
DoubleDocument syModel
The Model for the y-axis scale component -
txf
AffineTransform txf
TheAffineTransform
value represented by the chooser -
txModel
DoubleDocument txModel
The Model for the x-axis translate component -
tyModel
DoubleDocument tyModel
The Model for the y-axis translate component
-
-
-
Class org.apache.batik.ext.swing.JAffineTransformChooser.Dialog
class Dialog extends JDialog implements Serializable-
Serialized Fields
-
chooserPane
JAffineTransformChooser chooserPane
-
tracker
AffineTransformTracker tracker
-
-
-
Class org.apache.batik.ext.swing.JGridBagPanel
class JGridBagPanel extends JPanel implements Serializable-
Serialized Fields
-
insetsManager
JGridBagPanel.InsetsManager insetsManager
Used to get insets at any given cell location
-
-
-
-
Package org.apache.batik.extension
-
Class org.apache.batik.extension.ExtensionElement
class ExtensionElement extends SVGOMElement implements Serializable -
Class org.apache.batik.extension.GraphicsExtensionElement
class GraphicsExtensionElement extends StylableExtensionElement implements Serializable-
Serialized Fields
-
externalResourcesRequired
SVGOMAnimatedBoolean externalResourcesRequired
The 'externalResourcesRequired' attribute value. -
transform
SVGOMAnimatedTransformList transform
The 'transform' attribute value.
-
-
-
Class org.apache.batik.extension.PrefixableStylableExtensionElement
class PrefixableStylableExtensionElement extends StylableExtensionElement implements Serializable-
Serialized Fields
-
prefix
String prefix
The element prefix.
-
-
-
Class org.apache.batik.extension.StylableExtensionElement
class StylableExtensionElement extends ExtensionElement implements Serializable
-
-
Package org.apache.batik.extension.svg
-
Class org.apache.batik.extension.svg.BatikHistogramNormalizationElement
class BatikHistogramNormalizationElement extends PrefixableStylableExtensionElement implements Serializable -
Class org.apache.batik.extension.svg.BatikRegularPolygonElement
class BatikRegularPolygonElement extends GraphicsExtensionElement implements Serializable -
Class org.apache.batik.extension.svg.BatikStarElement
class BatikStarElement extends GraphicsExtensionElement implements Serializable -
Class org.apache.batik.extension.svg.ColorSwitchElement
class ColorSwitchElement extends PrefixableStylableExtensionElement implements Serializable -
Class org.apache.batik.extension.svg.FlowDivElement
class FlowDivElement extends PrefixableStylableExtensionElement implements Serializable -
Class org.apache.batik.extension.svg.FlowLineElement
class FlowLineElement extends SVGOMTextPositioningElement implements Serializable -
Class org.apache.batik.extension.svg.FlowParaElement
class FlowParaElement extends SVGOMTextPositioningElement implements Serializable -
Class org.apache.batik.extension.svg.FlowRegionBreakElement
class FlowRegionBreakElement extends SVGOMTextPositioningElement implements Serializable -
Class org.apache.batik.extension.svg.FlowRegionElement
class FlowRegionElement extends PrefixableStylableExtensionElement implements Serializable -
Class org.apache.batik.extension.svg.FlowSpanElement
class FlowSpanElement extends SVGOMTextPositioningElement implements Serializable -
Class org.apache.batik.extension.svg.FlowTextElement
class FlowTextElement extends GraphicsExtensionElement implements Serializable -
Class org.apache.batik.extension.svg.RegionInfo
class RegionInfo extends Rectangle2D.Float implements Serializable-
Serialized Fields
-
verticalAlignment
float verticalAlignment
-
-
-
-
Package org.apache.batik.gvt.event
-
Class org.apache.batik.gvt.event.GraphicsNodeChangeEvent
class GraphicsNodeChangeEvent extends GraphicsNodeEvent implements Serializable-
Serialized Fields
-
changeSource
GraphicsNode changeSource
-
-
-
Class org.apache.batik.gvt.event.GraphicsNodeEvent
class GraphicsNodeEvent extends EventObject implements Serializable-
Serialized Fields
-
consumed
boolean consumed
Indicates whether or not this event is consumed. -
id
int id
The ID of this event.
-
-
-
Class org.apache.batik.gvt.event.GraphicsNodeFocusEvent
class GraphicsNodeFocusEvent extends GraphicsNodeEvent implements Serializable -
Class org.apache.batik.gvt.event.GraphicsNodeInputEvent
class GraphicsNodeInputEvent extends GraphicsNodeEvent implements Serializable-
Serialized Fields
-
lockState
int lockState
The state of the key locks at the time the graphics node input event was fired. -
modifiers
int modifiers
The state of the modifier keys at the time the graphics node input event was fired. -
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.
-
-
-
Class org.apache.batik.gvt.event.GraphicsNodeKeyEvent
class GraphicsNodeKeyEvent extends GraphicsNodeInputEvent implements Serializable-
Serialized Fields
-
keyChar
char keyChar
keyChar
is a valid unicode character that is fired by a key or a key combination on a keyboard. -
keyCode
int keyCode
The unique value assigned to each of the keys on the keyboard. There is a common set of key codes that can be fired by most keyboards. The symbolic name for a key code should be used rather than the code value itself. -
keyLocation
int keyLocation
The key location.
-
-
-
Class org.apache.batik.gvt.event.GraphicsNodeMouseEvent
class GraphicsNodeMouseEvent extends GraphicsNodeInputEvent implements Serializable-
Serialized Fields
-
button
int button
The mouse button that changed state. -
clickCount
int clickCount
Indicates the number of quick consecutive clicks of a mouse button. -
clientX
int clientX
-
clientY
int clientY
-
relatedNode
GraphicsNode relatedNode
Additional information. For a MOUSE_EXITED, this will contain the destination node, for a MOUSE_ENTERED the last node and for a MOUSE_DRAGGED the node under the mouse pointer. -
screenX
int screenX
-
screenY
int screenY
-
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.
-
-
-
Class org.apache.batik.gvt.event.GraphicsNodeMouseWheelEvent
class GraphicsNodeMouseWheelEvent extends GraphicsNodeInputEvent implements Serializable-
Serialized Fields
-
wheelDelta
int wheelDelta
Indicates the number of wheel notches have been moved. Positive for scrolling up/left, negative for down/right.
-
-
-
-
Package org.apache.batik.gvt.text
-
Class org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
class TextAttribute extends AttributedCharacterIterator.Attribute implements Serializable
-
-
Package org.apache.batik.parser
-
Exception Class org.apache.batik.parser.ParseException
class ParseException extends RuntimeException implements Serializable-
Serialized Fields
-
columnNumber
int columnNumber
The column number. -
exception
Exception exception
The embedded exception if tunnelling, or null. -
lineNumber
int lineNumber
The line number.
-
-
-
-
Package org.apache.batik.script
-
Exception Class org.apache.batik.script.InterpreterException
class InterpreterException extends RuntimeException implements Serializable-
Serialized Fields
-
column
int column
-
embedded
Exception embedded
-
line
int line
-
-
-
-
Package org.apache.batik.svggen
-
Exception Class org.apache.batik.svggen.SVGGraphics2DIOException
class SVGGraphics2DIOException extends IOException implements Serializable-
Serialized Fields
-
embedded
IOException embedded
The enclosed exception.
-
-
-
Exception Class org.apache.batik.svggen.SVGGraphics2DRuntimeException
class SVGGraphics2DRuntimeException extends RuntimeException implements Serializable-
Serialized Fields
-
embedded
Exception embedded
The enclosed exception.
-
-
-
-
Package org.apache.batik.swing
-
Class org.apache.batik.swing.JSVGCanvas
class JSVGCanvas extends JSVGComponent implements Serializable-
Serialized Fields
-
imageZoomInteractor
Interactor imageZoomInteractor
An interactor to perform a realtime zoom.Binding: BUTTON3 + SHIFT Key
-
isImageZoomInteractorEnabled
boolean isImageZoomInteractorEnabled
This flag bit indicates whether or not the image zoom interactor is enabled. True means the image zoom interactor is functional. -
isPanInteractorEnabled
boolean isPanInteractorEnabled
This flag bit indicates whether or not the pan interactor is enabled. True means the pan interactor is functional. -
isResetTransformInteractorEnabled
boolean isResetTransformInteractorEnabled
This flag bit indicates whether or not the reset transform interactor is enabled. True means the reset transform interactor is functional. -
isRotateInteractorEnabled
boolean isRotateInteractorEnabled
This flag bit indicates whether or not the rotate interactor is enabled. True means the rotate interactor is functional. -
isZoomInteractorEnabled
boolean isZoomInteractorEnabled
This flag bit indicates whether or not the zoom interactor is enabled. True means the zoom interactor is functional. -
lastTarget
EventTarget lastTarget
-
lastToolTipEventTarget
EventTarget lastToolTipEventTarget
The target for which the last tool tip event was fired. -
lastToolTipEventTimeStamp
long lastToolTipEventTimeStamp
The time of the last tool tip event. -
locationListener
JSVGCanvas.LocationListener locationListener
Keeps track of the last known mouse position over the canvas. This is used for displaying tooltips at the right location. -
panInteractor
Interactor panInteractor
An interactor to perform a translation.Binding: BUTTON1 + SHIFT Key
-
pcs
PropertyChangeSupport pcs
ThePropertyChangeSupport
used to firePropertyChangeEvent
. -
resetTransformInteractor
Interactor resetTransformInteractor
An interactor to reset the rendering transform.Binding: CTRL+SHIFT+BUTTON3
-
rotateInteractor
Interactor rotateInteractor
An interactor to perform a rotation.Binding: BUTTON3 + CTRL Key
-
toolTipDocs
Map toolTipDocs
-
toolTipListener
EventListener toolTipListener
-
toolTipMap
Map toolTipMap
Mapping of elements to listeners so they can be removed, if the tooltip is removed. -
uri
String uri
The URI of the current document being displayed. -
zoomInteractor
Interactor zoomInteractor
An interactor to perform a zoom.Binding: BUTTON1 + CTRL Key
-
-
-
Class org.apache.batik.swing.JSVGCanvas.AffineAction
class AffineAction extends AbstractAction implements Serializable-
Serialized Fields
-
at
AffineTransform at
-
-
-
Class org.apache.batik.swing.JSVGCanvas.ResetTransformAction
class ResetTransformAction extends AbstractAction implements Serializable -
Class org.apache.batik.swing.JSVGCanvas.RotateAction
class RotateAction extends JSVGCanvas.AffineAction implements Serializable -
Class org.apache.batik.swing.JSVGCanvas.ScrollAction
class ScrollAction extends JSVGCanvas.AffineAction implements Serializable -
Class org.apache.batik.swing.JSVGCanvas.ScrollDownAction
class ScrollDownAction extends JSVGCanvas.ScrollAction implements Serializable -
Class org.apache.batik.swing.JSVGCanvas.ScrollLeftAction
class ScrollLeftAction extends JSVGCanvas.ScrollAction implements Serializable -
Class org.apache.batik.swing.JSVGCanvas.ScrollRightAction
class ScrollRightAction extends JSVGCanvas.ScrollAction implements Serializable -
Class org.apache.batik.swing.JSVGCanvas.ScrollUpAction
class ScrollUpAction extends JSVGCanvas.ScrollAction implements Serializable -
Class org.apache.batik.swing.JSVGCanvas.ZoomAction
class ZoomAction extends JSVGCanvas.AffineAction implements Serializable -
Class org.apache.batik.swing.JSVGCanvas.ZoomInAction
class ZoomInAction extends JSVGCanvas.ZoomAction implements Serializable -
Class org.apache.batik.swing.JSVGCanvas.ZoomOutAction
class ZoomOutAction extends JSVGCanvas.ZoomAction implements Serializable -
Class org.apache.batik.swing.JSVGScrollPane
class JSVGScrollPane extends JPanel implements Serializable-
Serialized Fields
-
canvas
JSVGCanvas canvas
-
cornerBox
Component cornerBox
-
horizontal
JScrollBar horizontal
-
horizontalPanel
JPanel horizontalPanel
-
hsbListener
JSVGScrollPane.SBListener hsbListener
-
ignoreScrollChange
boolean ignoreScrollChange
-
scrollbarsAlwaysVisible
boolean scrollbarsAlwaysVisible
-
vertical
JScrollBar vertical
-
viewBox
Rectangle2D viewBox
-
vsbListener
JSVGScrollPane.SBListener vsbListener
-
-
-
-
Package org.apache.batik.swing.gvt
-
Class org.apache.batik.swing.gvt.GVTTreeRendererEvent
class GVTTreeRendererEvent extends EventObject implements Serializable-
Serialized Fields
-
image
BufferedImage image
The buffered image.
-
-
-
Class org.apache.batik.swing.gvt.JGVTComponent
class JGVTComponent extends JComponent implements Serializable-
Serialized Fields
-
disableInteractions
boolean disableInteractions
Whether to unconditionally disable interactions. -
doubleBufferedRendering
boolean doubleBufferedRendering
Whether the double buffering is enabled. -
eventDispatcher
AWTEventDispatcher eventDispatcher
The event dispatcher. -
eventsEnabled
boolean eventsEnabled
Whether the GVT tree should be reactive to mouse and key events. -
gvtRoot
GraphicsNode gvtRoot
The GVT tree root. -
gvtTreeRenderer
GVTTreeRenderer gvtTreeRenderer
The GVT tree renderer. -
gvtTreeRendererListeners
List gvtTreeRendererListeners
The GVT tree renderer listeners. -
image
BufferedImage image
The image to paint. -
initialTransform
AffineTransform initialTransform
The initial rendering transform. -
interactor
Interactor interactor
The current interactor. -
interactors
List interactors
The interactor list. -
jgvtListeners
List jgvtListeners
The JGVTComponentListener list. -
listener
JGVTComponent.Listener listener
The listener. -
needRender
boolean needRender
Whether a render was requested. -
overlays
List overlays
The overlays. -
paintingTransform
AffineTransform paintingTransform
The transform used for painting. -
progressivePaint
boolean progressivePaint
Whether to allow progressive paint. -
progressivePaintThread
HaltingThread progressivePaintThread
The progressive paint thread. -
renderer
ImageRenderer renderer
The current renderer. -
rendererFactory
ImageRendererFactory rendererFactory
The renderer factory. -
renderingTransform
AffineTransform renderingTransform
The transform used for rendering. -
selectableText
boolean selectableText
Whether the text should be selectable if eventEnabled is false, this flag is ignored. -
suspendInteractions
boolean suspendInteractions
Whether to suspend interactions. -
textSelectionManager
TextSelectionManager textSelectionManager
The text selection manager. -
useUnixTextSelection
boolean useUnixTextSelection
Whether the JGVTComponent should adhere to 'Unix' text selection semantics where as soon as text is selected it is copied to the clipboard. If users want Mac/Windows behaviour they need to handle selections them selves.
-
-
-
-
Package org.apache.batik.swing.svg
-
Class org.apache.batik.swing.svg.GVTTreeBuilderEvent
class GVTTreeBuilderEvent extends EventObject implements Serializable-
Serialized Fields
-
gvtRoot
GraphicsNode gvtRoot
The GVT root.
-
-
-
Class org.apache.batik.swing.svg.JSVGComponent
class JSVGComponent extends JGVTComponent implements Serializable-
Serialized Fields
-
afterStopRunnable
Runnable afterStopRunnable
-
animationLimitingAmount
float animationLimitingAmount
The amount of animation limiting. -
animationLimitingMode
int animationLimitingMode
The animation limiting mode. -
bridgeContext
BridgeContext bridgeContext
The current bridge context. -
documentLoader
SVGDocumentLoader documentLoader
The document loader. -
documentState
int documentState
The document state. -
fragmentIdentifier
String fragmentIdentifier
The current document fragment identifier. -
gvtTreeBuilder
GVTTreeBuilder gvtTreeBuilder
The GVT tree builder. -
gvtTreeBuilderListeners
List gvtTreeBuilderListeners
The GVT tree builder listeners. -
isDynamicDocument
boolean isDynamicDocument
Whether the current document has dynamic features. -
isInteractiveDocument
boolean isInteractiveDocument
Whether the current document has dynamic features. -
jsvgComponentListener
JSVGComponent.JSVGComponentListener jsvgComponentListener
The JGVTComponentListener. -
linkActivationListeners
List linkActivationListeners
The link activation listeners. -
loader
DocumentLoader loader
The concrete bridge document loader. -
nextDocumentLoader
SVGDocumentLoader nextDocumentLoader
The next document loader to run. -
nextGVTTreeBuilder
GVTTreeBuilder nextGVTTreeBuilder
The next GVT tree builder to run. -
nextUpdateManager
UpdateManager nextUpdateManager
The next update manager. -
prevComponentSize
Dimension prevComponentSize
-
recenterOnResize
boolean recenterOnResize
-
selfCallingDisableInteractions
boolean selfCallingDisableInteractions
Set to true before component calls setDisableInteractors so it knows that the users isn't the one calling it. -
svgDocument
org.w3c.dom.svg.SVGDocument svgDocument
The current SVG document. -
svgDocumentLoaderListeners
List svgDocumentLoaderListeners
The document loader listeners. -
svgLoadEventDispatcher
SVGLoadEventDispatcher svgLoadEventDispatcher
The SVGLoadEventDispatcher. -
svgLoadEventDispatcherListeners
List svgLoadEventDispatcherListeners
The SVG onload dispatcher listeners. -
svgUserAgent
SVGUserAgent svgUserAgent
The SVG user agent. -
updateManager
UpdateManager updateManager
The update manager. -
updateManagerListeners
List updateManagerListeners
The update manager listeners. -
updateOverlay
SVGUpdateOverlay updateOverlay
-
userAgent
UserAgent userAgent
The user agent. -
userSetDisableInteractions
boolean userSetDisableInteractions
Set to true if the user ever calls setDisableInteractions -
viewingTransform
AffineTransform viewingTransform
-
-
-
Class org.apache.batik.swing.svg.LinkActivationEvent
class LinkActivationEvent extends EventObject implements Serializable-
Serialized Fields
-
referencedURI
String referencedURI
The URI the link references.
-
-
-
Class org.apache.batik.swing.svg.SVGDocumentLoaderEvent
class SVGDocumentLoaderEvent extends EventObject implements Serializable-
Serialized Fields
-
svgDocument
org.w3c.dom.svg.SVGDocument svgDocument
The associated SVG document.
-
-
-
Class org.apache.batik.swing.svg.SVGLoadEventDispatcherEvent
class SVGLoadEventDispatcherEvent extends EventObject implements Serializable-
Serialized Fields
-
gvtRoot
GraphicsNode gvtRoot
The GVT root.
-
-
-
-
Package org.apache.batik.test
-
Exception Class org.apache.batik.test.AssertEqualsException
class AssertEqualsException extends AssertException implements Serializable -
Exception Class org.apache.batik.test.AssertException
class AssertException extends TestErrorConditionException implements Serializable -
Exception Class org.apache.batik.test.AssertNullException
class AssertNullException extends AssertException implements Serializable -
Exception Class org.apache.batik.test.AssertTrueException
class AssertTrueException extends AssertException implements Serializable -
Exception Class org.apache.batik.test.TestErrorConditionException
class TestErrorConditionException extends Exception implements Serializable-
Serialized Fields
-
errorCode
String errorCode
Error code. May be null.
-
-
-
Exception Class org.apache.batik.test.TestException
class TestException extends Exception implements Serializable
-
-
Package org.apache.batik.transcoder
-
Exception Class org.apache.batik.transcoder.TranscoderException
class TranscoderException extends Exception implements Serializable-
Serialized Fields
-
ex
Exception ex
The enclosed exception.
-
-
-
Class org.apache.batik.transcoder.TranscodingHints
class TranscodingHints extends HashMap implements Serializable
-
-
Package org.apache.batik.util.gui
-
Class org.apache.batik.util.gui.CSSMediaPanel
class CSSMediaPanel extends JPanel implements Serializable-
Serialized Fields
-
addButton
JButton addButton
The button to add a CSS medium from the list. -
clearButton
JButton clearButton
The button to clear the CSS media list. -
listeners
Map listeners
The map that contains the listeners -
listModel
DefaultListModel listModel
The list that represents the CSS media. -
mediaList
JList mediaList
The list that represents the CSS media. -
removeButton
JButton removeButton
The button to remove a CSS medium from the list.
-
-
-
Class org.apache.batik.util.gui.CSSMediaPanel.AddButtonAction
class AddButtonAction extends AbstractAction implements Serializable -
Class org.apache.batik.util.gui.CSSMediaPanel.AddMediumDialog
class AddMediumDialog extends JDialog implements Serializable -
Class org.apache.batik.util.gui.CSSMediaPanel.AddMediumDialog.CancelButtonAction
class CancelButtonAction extends AbstractAction implements Serializable -
Class org.apache.batik.util.gui.CSSMediaPanel.AddMediumDialog.OKButtonAction
class OKButtonAction extends AbstractAction implements Serializable -
Class org.apache.batik.util.gui.CSSMediaPanel.ClearButtonAction
class ClearButtonAction extends AbstractAction implements Serializable -
Class org.apache.batik.util.gui.CSSMediaPanel.Dialog
class Dialog extends JDialog implements Serializable-
Serialized Fields
-
listeners
Map listeners
The map that contains the listeners -
returnCode
int returnCode
The return code.
-
-
-
Class org.apache.batik.util.gui.CSSMediaPanel.Dialog.CancelButtonAction
class CancelButtonAction extends AbstractAction implements Serializable -
Class org.apache.batik.util.gui.CSSMediaPanel.Dialog.OKButtonAction
class OKButtonAction extends AbstractAction implements Serializable -
Class org.apache.batik.util.gui.CSSMediaPanel.RemoveButtonAction
class RemoveButtonAction extends AbstractAction implements Serializable -
Class org.apache.batik.util.gui.DropDownComponent
class DropDownComponent extends JPanel implements Serializable-
Serialized Fields
-
disabledDownArrow
Icon disabledDownArrow
The icon for disabled drop down button. -
dropDownButton
JButton dropDownButton
The drop down button. When clicked the dropdown popup menu appears. -
enabledDownArrow
Icon enabledDownArrow
The icon for enabled drop down button. -
isDropDownEnabled
boolean isDropDownEnabled
If drop down menu appears when clicked on dropdown button. -
mainButton
JButton mainButton
The main button for this component. -
popupMenu
DropDownComponent.ScrollablePopupMenu popupMenu
The scrollable pop up menu.
-
-
-
Class org.apache.batik.util.gui.DropDownComponent.DefaultScrollablePopupMenuItem
class DefaultScrollablePopupMenuItem extends JButton implements Serializable-
Serialized Fields
-
parent
DropDownComponent.ScrollablePopupMenu parent
The parent scrollable popup menu.
-
-
-
Class org.apache.batik.util.gui.DropDownComponent.ScrollablePopupMenu
class ScrollablePopupMenu extends JPopupMenu implements Serializable-
Serialized Fields
-
eventListeners
EventListenerList eventListeners
Listeners list. -
footer
DropDownComponent.ScrollablePopupMenuItem footer
Footer item. Should be always shown at the bottom of this pop up. -
menuPanel
JPanel menuPanel
The menu panel. -
model
DropDownComponent.ScrollablePopupMenuModel model
The model for this component. -
ownerComponent
JComponent ownerComponent
The owner component. -
preferredHeight
int preferredHeight
Max menu height. -
scrollPane
JScrollPane scrollPane
The scroll pane.
-
-
-
Class org.apache.batik.util.gui.DropDownComponent.ScrollablePopupMenuEvent
class ScrollablePopupMenuEvent extends EventObject implements Serializable-
Serialized Fields
-
details
String details
The details about the event. -
itemNumber
int itemNumber
The number of items that were added / removed. -
type
int type
The event type.
-
-
-
Class org.apache.batik.util.gui.ExtendedGridBagConstraints
class ExtendedGridBagConstraints extends GridBagConstraints implements Serializable -
Class org.apache.batik.util.gui.JErrorPane
class JErrorPane extends JPanel implements Serializable-
Serialized Fields
-
bf
ButtonFactory bf
The button factory. -
detailsArea
JComponent detailsArea
The text area used to show the stack trace. -
isDetailShown
boolean isDetailShown
This flag bit indicates whether or not the stack trace is shown. -
listeners
Map listeners
The map that contains the listeners -
msg
String msg
The error message. -
okButton
JButton okButton
The OK button. -
showDetailButton
JButton showDetailButton
The button used to show or not the details. -
stacktrace
String stacktrace
The stack trace. -
subpanel
JPanel subpanel
The sub panel that contains the stack trace text area.
-
-
-
Class org.apache.batik.util.gui.JErrorPane.OKButtonAction
class OKButtonAction extends AbstractAction implements Serializable -
Class org.apache.batik.util.gui.JErrorPane.ShowDetailButtonAction
class ShowDetailButtonAction extends AbstractAction implements Serializable -
Class org.apache.batik.util.gui.LanguageDialog
class LanguageDialog extends JDialog implements Serializable-
Serialized Fields
-
listeners
Map listeners
The map that contains the listeners -
panel
LanguageDialog.Panel panel
The user languages panel. -
returnCode
int returnCode
The last return code.
-
-
-
Class org.apache.batik.util.gui.LanguageDialog.CancelButtonAction
class CancelButtonAction extends AbstractAction implements Serializable -
Class org.apache.batik.util.gui.LanguageDialog.OKButtonAction
class OKButtonAction extends AbstractAction implements Serializable -
Class org.apache.batik.util.gui.LanguageDialog.Panel
class Panel extends JPanel implements Serializable-
Serialized Fields
-
addLanguageButton
JButton addLanguageButton
The AddLanguageButton. -
clearLanguageButton
JButton clearLanguageButton
The ClearLanguageButton. -
downLanguageButton
JButton downLanguageButton
The DownLanguageButton. -
languageList
JList languageList
The languages list -
languageListModel
DefaultListModel languageListModel
The language list model -
listeners
Map listeners
The map that contains the listeners -
removeLanguageButton
JButton removeLanguageButton
The RemoveLanguageButton. -
upLanguageButton
JButton upLanguageButton
The UpLanguageButton. -
userList
JList userList
The user languages list -
userListModel
DefaultListModel userListModel
The user list model
-
-
-
Class org.apache.batik.util.gui.LanguageDialog.Panel.AddLanguageButtonAction
class AddLanguageButtonAction extends AbstractAction implements Serializable -
Class org.apache.batik.util.gui.LanguageDialog.Panel.ClearLanguageButtonAction
class ClearLanguageButtonAction extends AbstractAction implements Serializable -
Class org.apache.batik.util.gui.LanguageDialog.Panel.DownLanguageButtonAction
class DownLanguageButtonAction extends AbstractAction implements Serializable -
Class org.apache.batik.util.gui.LanguageDialog.Panel.IconAndTextCellRenderer
class IconAndTextCellRenderer extends JLabel implements Serializable -
Class org.apache.batik.util.gui.LanguageDialog.Panel.RemoveLanguageButtonAction
class RemoveLanguageButtonAction extends AbstractAction implements Serializable -
Class org.apache.batik.util.gui.LanguageDialog.Panel.UpLanguageButtonAction
class UpLanguageButtonAction extends AbstractAction implements Serializable -
Class org.apache.batik.util.gui.LocationBar
class LocationBar extends JPanel implements Serializable-
Serialized Fields
-
comboBox
JComboBox comboBox
The combo box
-
-
-
Class org.apache.batik.util.gui.MemoryMonitor
class MemoryMonitor extends JFrame implements Serializable-
Serialized Fields
-
listeners
Map listeners
The map that contains the listeners -
panel
MemoryMonitor.Panel panel
The Panel instance.
-
-
-
Class org.apache.batik.util.gui.MemoryMonitor.CloseButtonAction
class CloseButtonAction extends AbstractAction implements Serializable -
Class org.apache.batik.util.gui.MemoryMonitor.CollectButtonAction
class CollectButtonAction extends AbstractAction implements Serializable -
Class org.apache.batik.util.gui.MemoryMonitor.History
class History extends JPanel implements Serializable-
Serialized Fields
-
borderColor
Color borderColor
The border color. -
curveColor
Color curveColor
The curve color. -
data
List data
The data. -
freeMemory
long freeMemory
The free memory. -
gridLinesColor
Color gridLinesColor
The grid lines color. -
path
GeneralPath path
The curve representation. -
totalMemory
long totalMemory
The total memory. -
xShift
int xShift
The vertical lines shift.
-
-
-
Class org.apache.batik.util.gui.MemoryMonitor.Panel
class Panel extends JPanel implements Serializable-
Serialized Fields
-
repaintThread
MemoryMonitor.RepaintThread repaintThread
The repaint thread.
-
-
-
Class org.apache.batik.util.gui.MemoryMonitor.Usage
class Usage extends JPanel implements Serializable-
Serialized Fields
-
font
Font font
The font used to draw the strings. -
freeColors
Color[] freeColors
The color of the free blocks for each block type. -
freeMemory
long freeMemory
The free memory. -
textColor
Color textColor
The text color. -
totalMemory
long totalMemory
The total memory. -
usedColors
Color[] usedColors
The color of the used blocks for each block type.
-
-
-
Class org.apache.batik.util.gui.URIChooser
class URIChooser extends JDialog implements Serializable-
Serialized Fields
-
buttonFactory
ButtonFactory buttonFactory
The button factory -
chosenPath
String chosenPath
The last chosen path. -
clearButton
JButton clearButton
The Clear button -
currentPath
String currentPath
The current path. -
fileFilter
FileFilter fileFilter
The file filter. -
listeners
Map listeners
The map that contains the listeners -
okButton
JButton okButton
The OK button -
returnCode
int returnCode
The last return code. -
textField
JTextField textField
The text field
-
-
-
Class org.apache.batik.util.gui.URIChooser.BrowseButtonAction
class BrowseButtonAction extends AbstractAction implements Serializable -
Class org.apache.batik.util.gui.URIChooser.CancelButtonAction
class CancelButtonAction extends AbstractAction implements Serializable -
Class org.apache.batik.util.gui.URIChooser.ClearButtonAction
class ClearButtonAction extends AbstractAction implements Serializable -
Class org.apache.batik.util.gui.URIChooser.OKButtonAction
class OKButtonAction extends AbstractAction implements Serializable -
Class org.apache.batik.util.gui.UserStyleDialog
class UserStyleDialog extends JDialog implements Serializable-
Serialized Fields
-
chosenPath
String chosenPath
The chosen path. -
listeners
Map listeners
The map that contains the listeners -
panel
UserStyleDialog.Panel panel
The main panel. -
returnCode
int returnCode
The last return code.
-
-
-
Class org.apache.batik.util.gui.UserStyleDialog.CancelButtonAction
class CancelButtonAction extends AbstractAction implements Serializable -
Class org.apache.batik.util.gui.UserStyleDialog.OKButtonAction
class OKButtonAction extends AbstractAction implements Serializable -
Class org.apache.batik.util.gui.UserStyleDialog.Panel
class Panel extends JPanel implements Serializable-
Serialized Fields
-
browseButton
JButton browseButton
The browse button -
fileCheckBox
JCheckBox fileCheckBox
The file check box -
fileLabel
JLabel fileLabel
The file label -
fileTextField
JTextField fileTextField
The file text field
-
-
-
Class org.apache.batik.util.gui.UserStyleDialog.Panel.FileBrowseButtonAction
class FileBrowseButtonAction extends AbstractAction implements Serializable
-
-
Package org.apache.batik.util.gui.resource
-
Class org.apache.batik.util.gui.resource.JToolbarButton
class JToolbarButton extends JButton implements Serializable -
Class org.apache.batik.util.gui.resource.JToolbarSeparator
class JToolbarSeparator extends JComponent implements Serializable -
Class org.apache.batik.util.gui.resource.JToolbarToggleButton
class JToolbarToggleButton extends JToggleButton implements Serializable -
Exception Class org.apache.batik.util.gui.resource.MissingListenerException
class MissingListenerException extends RuntimeException implements Serializable
-
-
Package org.apache.batik.util.gui.xmleditor
-
Class org.apache.batik.util.gui.xmleditor.XMLContext
class XMLContext extends StyleContext implements Serializable -
Class org.apache.batik.util.gui.xmleditor.XMLDocument
class XMLDocument extends PlainDocument implements Serializable-
Serialized Fields
-
cacheToken
XMLToken cacheToken
-
context
XMLContext context
-
lexer
XMLScanner lexer
-
-
-
Class org.apache.batik.util.gui.xmleditor.XMLEditorKit
class XMLEditorKit extends DefaultEditorKit implements Serializable-
Serialized Fields
-
context
XMLContext context
-
factory
ViewFactory factory
-
-
-
Class org.apache.batik.util.gui.xmleditor.XMLTextEditor
class XMLTextEditor extends JEditorPane implements Serializable-
Serialized Fields
-
undoManager
UndoManager undoManager
-
-
-
-
Package org.apache.batik.util.resources
-
Exception Class org.apache.batik.util.resources.ResourceFormatException
class ResourceFormatException extends RuntimeException implements Serializable
-
-
Package org.apache.batik.xml
-
Exception Class org.apache.batik.xml.XMLException
class XMLException extends RuntimeException implements Serializable-
Serialized Fields
-
exception
Exception exception
The embedded exception if tunnelling, or null.
-
-
-