Skip navigation links
A C D E F G H I K L M N O P R S T U V W X Y 

A

AbstractSVGItem - Class in org.apache.batik.dom.svg
Adapter for the SVGItem interface.
AbstractSVGItem() - Constructor for class org.apache.batik.dom.svg.AbstractSVGItem
Creates a new AbstractSVGList.
AbstractSVGList - Class in org.apache.batik.dom.svg
This class is a base implementation for a live list representation of SVG attributes.
AbstractSVGList() - Constructor for class org.apache.batik.dom.svg.AbstractSVGList
 
AbstractSVGMatrix - Class in org.apache.batik.dom.svg
This class provides an abstract implementation of the SVGMatrix interface.
AbstractSVGMatrix() - Constructor for class org.apache.batik.dom.svg.AbstractSVGMatrix
 
AbstractSVGNormPathSegList - Class in org.apache.batik.dom.svg
This class is the implementation of the normalized SVGPathSegList.
AbstractSVGNormPathSegList() - Constructor for class org.apache.batik.dom.svg.AbstractSVGNormPathSegList
Creates a new SVGNormPathSegList.
AbstractSVGNormPathSegList.NormalizedPathSegListBuilder - Class in org.apache.batik.dom.svg
 
AbstractSVGNormPathSegList.SVGPathSegGenericItem - Class in org.apache.batik.dom.svg
 
AbstractSVGNumber - Class in org.apache.batik.dom.svg
Implementation of SVGNumber.
AbstractSVGNumber() - Constructor for class org.apache.batik.dom.svg.AbstractSVGNumber
 
AbstractSVGNumberList - Class in org.apache.batik.dom.svg
This class is the implementation of SVGNumberList.
AbstractSVGNumberList() - Constructor for class org.apache.batik.dom.svg.AbstractSVGNumberList
Creates a new SVGNumberList.
AbstractSVGNumberList.NumberListBuilder - Class in org.apache.batik.dom.svg
Helper class to interface the NumberListParser and the NumberListHandler.
AbstractSVGPathSegList - Class in org.apache.batik.dom.svg
This class is the implementation of SVGPathSegList.
AbstractSVGPathSegList() - Constructor for class org.apache.batik.dom.svg.AbstractSVGPathSegList
Creates a new SVGPathSegList.
AbstractSVGPathSegList.PathSegListBuilder - Class in org.apache.batik.dom.svg
 
AbstractSVGPathSegList.SVGPathSegArcItem - Class in org.apache.batik.dom.svg
 
AbstractSVGPathSegList.SVGPathSegCurvetoCubicItem - Class in org.apache.batik.dom.svg
 
AbstractSVGPathSegList.SVGPathSegCurvetoCubicSmoothItem - Class in org.apache.batik.dom.svg
 
AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticItem - Class in org.apache.batik.dom.svg
 
AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticSmoothItem - Class in org.apache.batik.dom.svg
 
AbstractSVGPathSegList.SVGPathSegLinetoHorizontalItem - Class in org.apache.batik.dom.svg
 
AbstractSVGPathSegList.SVGPathSegLinetoVerticalItem - Class in org.apache.batik.dom.svg
 
AbstractSVGPathSegList.SVGPathSegMovetoLinetoItem - Class in org.apache.batik.dom.svg
 
AbstractSVGPointList - Class in org.apache.batik.dom.svg
Abstract implementation of SVGPointList.
AbstractSVGPointList() - Constructor for class org.apache.batik.dom.svg.AbstractSVGPointList
 
AbstractSVGPointList.PointsListBuilder - Class in org.apache.batik.dom.svg
Helper class to interface the PointsParser and the PointsHandler.
AbstractSVGPreserveAspectRatio - Class in org.apache.batik.dom.svg
Abstract implementation for SVGPreservAspectRatio This is the base implementation for SVGPreservAspectRatio
AbstractSVGPreserveAspectRatio() - Constructor for class org.apache.batik.dom.svg.AbstractSVGPreserveAspectRatio
Creates a new instance of AbstractSVGPreserveAspectRatio
AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler - Class in org.apache.batik.dom.svg
 
AbstractSVGTransform - Class in org.apache.batik.dom.svg
Abstract implementation of SVGTransform.
AbstractSVGTransform() - Constructor for class org.apache.batik.dom.svg.AbstractSVGTransform
 
AbstractSVGTransformList - Class in org.apache.batik.dom.svg
This class is the implementation of SVGTransformList.
AbstractSVGTransformList() - Constructor for class org.apache.batik.dom.svg.AbstractSVGTransformList
 
AbstractSVGTransformList.SVGTransformItem - Class in org.apache.batik.dom.svg
An SVGTransform in the list.
AbstractSVGTransformList.TransformListBuilder - Class in org.apache.batik.dom.svg
Helper class to interface the TransformListParser and the ListHandler.
affineTransform - Variable in class org.apache.batik.dom.svg.AbstractSVGTransform
The transformation as a Java2D {link AffineTransform}.
affineTransform - Variable in class org.apache.batik.dom.svg.SVGOMMatrix
The AffineTransform used to implement the matrix.
align - Variable in class org.apache.batik.dom.svg.AbstractSVGPreserveAspectRatio
align property by default the value is SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMIDYMID
align - Variable in class org.apache.batik.dom.svg.AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler
 
ALIGN_VALUES - Static variable in class org.apache.batik.dom.svg.AbstractSVGPreserveAspectRatio
Strings for the 'align' values.
angle - Variable in class org.apache.batik.dom.svg.AbstractSVGTransform
The angle of the transformation, if this transformation is a rotation or a skew.
angleOnly - Variable in class org.apache.batik.dom.svg.AbstractSVGTransformList.SVGTransformItem
Whether the rotation transform value specifies only an angle.
animationsPaused() - Method in interface org.apache.batik.dom.svg.SVGSVGContext
Returns whether animations are currently paused.
appendItem(SVGNumber) - Method in class org.apache.batik.dom.svg.AbstractSVGNumberList
DOM: Implements SVGNumberList.appendItem(SVGNumber).
appendItem(SVGPathSeg) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList
 
appendItem(SVGPoint) - Method in class org.apache.batik.dom.svg.AbstractSVGPointList
DOM: Implements SVGPointList.appendItem(SVGPoint).
appendItem(SVGTransform) - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList
DOM: Implements SVGTransformList.appendItem(SVGTransform).
appendItemImpl(Object) - Method in class org.apache.batik.dom.svg.AbstractSVGList
Inserts a new item at the end of the list.
arcAbs(float, float, float, boolean, boolean, float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
arcAbs(float, float, float, boolean, boolean, float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.PathSegListBuilder
arcRel(float, float, float, boolean, boolean, float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
arcRel(float, float, float, boolean, boolean, float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.PathSegListBuilder
assign(AbstractSVGTransform) - Method in class org.apache.batik.dom.svg.AbstractSVGTransform
Copies the value of the specified transformation into this object.
assign(SVGTransform) - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList.SVGTransformItem
Copies the values from the given SVGTransform into this AbstractSVGTransformList.SVGTransformItem.
attrAdded(Attr, String) - Method in interface org.apache.batik.dom.svg.LiveAttributeValue
Called when an Attr node has been added.
attributeName - Variable in exception org.apache.batik.dom.svg.LiveAttributeException
The attribute name.
attrModified(Attr, String, String) - Method in interface org.apache.batik.dom.svg.LiveAttributeValue
Called when an Attr node has been modified.
attrRemoved(Attr, String) - Method in interface org.apache.batik.dom.svg.LiveAttributeValue
Called when an Attr node has been removed.

C

checkEnclosure(Element, SVGRect) - Method in interface org.apache.batik.dom.svg.SVGSVGContext
Returns true if the given DOM element is enclosed in the svgRect.
checkIntersection(Element, SVGRect) - Method in interface org.apache.batik.dom.svg.SVGSVGContext
Returns true if the given DOM element intersects svgRect.
checkItemType(Object) - Method in class org.apache.batik.dom.svg.AbstractSVGList
Asserts that the given object is an appropriate SVG object for this list.
checkItemType(Object) - Method in class org.apache.batik.dom.svg.AbstractSVGNumberList
Asserts that the given item object is an SVGNumber.
checkItemType(Object) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList
Check if the item is an SVGPathSeg.
checkItemType(Object) - Method in class org.apache.batik.dom.svg.AbstractSVGPointList
Asserts that the given item is an SVGPoint.
checkItemType(Object) - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList
Asserts that the given item is an SVGTransformList.
clear() - Method in class org.apache.batik.dom.svg.AbstractSVGList
Removes all items from the list.
clear(List) - Method in class org.apache.batik.dom.svg.AbstractSVGList
Clears the list and sets the parent of the former list items to null.
closePath() - Method in class org.apache.batik.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
closePath() - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.PathSegListBuilder
code - Variable in exception org.apache.batik.dom.svg.LiveAttributeException
The reason for the exception.
consolidate() - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList
DOM: Implements SVGTransformList.consolidate().
convertToSpecifiedUnits(short) - Method in class org.apache.batik.dom.svg.SVGOMAngle
DOM: Implements SVGAngle.convertToSpecifiedUnits(short).
createDOMException(short, String, Object[]) - Method in class org.apache.batik.dom.svg.AbstractSVGList
Create a DOM Exception.
createDOMException(short, String, Object[]) - Method in class org.apache.batik.dom.svg.AbstractSVGPreserveAspectRatio
 
createMatrix() - Method in class org.apache.batik.dom.svg.AbstractSVGTransform
Creates and returns a new SVGMatrix for exposing the transformation as a matrix.
createMatrix() - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList.SVGTransformItem
Creates the SVGMatrix used to store the transform.
createMatrix() - Method in class org.apache.batik.dom.svg.SVGOMTransform
Creates a new, modifiable SVGMatrix.
createPathSegItem(SVGPathSeg) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList
create an SVGItem representing this SVGPathSeg.
createSVGDocument(String) - Method in interface org.apache.batik.dom.svg.SVGDocumentFactory
Creates a SVG Document instance.
createSVGDocument(String, InputStream) - Method in interface org.apache.batik.dom.svg.SVGDocumentFactory
Creates a SVG Document instance.
createSVGDocument(String, Reader) - Method in interface org.apache.batik.dom.svg.SVGDocumentFactory
Creates a SVG Document instance.
createSVGException(short, String, Object[]) - Method in class org.apache.batik.dom.svg.AbstractSVGNumberList
Create an SVGException when the AbstractSVGNumberList.checkItemType(Object) fails.
createSVGException(short, String, Object[]) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList
Create an SVGException when the checkItemType fails.
createSVGException(short, String, Object[]) - Method in class org.apache.batik.dom.svg.AbstractSVGPointList
Create an SVGException when the checkItemType fails.
createSVGException(short, String, Object[]) - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList
Create an SVGException when the checkItemType fails.
createSVGItem(Object) - Method in class org.apache.batik.dom.svg.AbstractSVGList
Creates an SVGItem object that has the same values as those in the specified SVG object.
createSVGItem(Object) - Method in class org.apache.batik.dom.svg.AbstractSVGNumberList
Creates a new SVGNumberItem from the given SVGNumber.
createSVGItem(Object) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList
 
createSVGItem(Object) - Method in class org.apache.batik.dom.svg.AbstractSVGPointList
Creates a new SVGItem object from the given SVGPoint.
createSVGItem(Object) - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList
Creates a new SVGItem object from the given SVGTransform.
createSVGTransformFromMatrix(SVGMatrix) - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList
DOM: Implements SVGTransformList.createSVGTransformFromMatrix(SVGMatrix).
cssParentElement - Variable in class org.apache.batik.dom.svg.SVGOMUseShadowRoot
The parent CSS element.
currentValue - Variable in class org.apache.batik.dom.svg.AbstractSVGNumberList.NumberListBuilder
The number just parsed.
curvetoCubicAbs(float, float, float, float, float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
curvetoCubicAbs(float, float, float, float, float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.PathSegListBuilder
curvetoCubicRel(float, float, float, float, float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
curvetoCubicRel(float, float, float, float, float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.PathSegListBuilder
curvetoCubicSmoothAbs(float, float, float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
curvetoCubicSmoothAbs(float, float, float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.PathSegListBuilder
curvetoCubicSmoothRel(float, float, float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
curvetoCubicSmoothRel(float, float, float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.PathSegListBuilder
curvetoQuadraticAbs(float, float, float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
curvetoQuadraticAbs(float, float, float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.PathSegListBuilder
curvetoQuadraticRel(float, float, float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
curvetoQuadraticRel(float, float, float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.PathSegListBuilder
curvetoQuadraticSmoothAbs(float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
curvetoQuadraticSmoothAbs(float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.PathSegListBuilder
curvetoQuadraticSmoothRel(float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
curvetoQuadraticSmoothRel(float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.PathSegListBuilder

D

deselectAll() - Method in interface org.apache.batik.dom.svg.SVGSVGContext
Used to inform the user agent that the text selection should be cleared.
doParse(String, ListHandler) - Method in class org.apache.batik.dom.svg.AbstractSVGList
Parses the given attribute value and informs the specified ListHandler of the parsed list items.
doParse(String, ListHandler) - Method in class org.apache.batik.dom.svg.AbstractSVGNormPathSegList
Parse the 'd' attribute.
doParse(String, ListHandler) - Method in class org.apache.batik.dom.svg.AbstractSVGNumberList
Parse the attribute associated with this SVGNumberList.
doParse(String, ListHandler) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList
Parse the 'd' attribute.
doParse(String, ListHandler) - Method in class org.apache.batik.dom.svg.AbstractSVGPointList
Parses the 'points' attribute.
doParse(String, ListHandler) - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList
Parse the attribute associated with this SVGTransformList.

E

e - Variable in exception org.apache.batik.dom.svg.LiveAttributeException
The element on which the error occured.
endList() - Method in class org.apache.batik.dom.svg.ListBuilder
Ends the construction of the list.
endList() - Method in interface org.apache.batik.dom.svg.ListHandler
Indicates that the parser ends generating the list
endNumber() - Method in class org.apache.batik.dom.svg.AbstractSVGNumberList.NumberListBuilder
endNumberList() - Method in class org.apache.batik.dom.svg.AbstractSVGNumberList.NumberListBuilder
endPath() - Method in class org.apache.batik.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
endPath() - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.PathSegListBuilder
endPoints() - Method in class org.apache.batik.dom.svg.AbstractSVGPointList.PointsListBuilder
endTransformList() - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList.TransformListBuilder
ERR_ATTRIBUTE_MALFORMED - Static variable in exception org.apache.batik.dom.svg.LiveAttributeException
 
ERR_ATTRIBUTE_MISSING - Static variable in exception org.apache.batik.dom.svg.LiveAttributeException
 
ERR_ATTRIBUTE_NEGATIVE - Static variable in exception org.apache.batik.dom.svg.LiveAttributeException
 
ExtendedTraitAccess - Interface in org.apache.batik.dom.svg
Interface for SVG DOM classes to expose information about the traits (XML attributes and CSS properties) their elements support.

F

FLIP_X_TRANSFORM - Static variable in class org.apache.batik.dom.svg.AbstractSVGMatrix
The transform used to implement flipX.
FLIP_Y_TRANSFORM - Static variable in class org.apache.batik.dom.svg.AbstractSVGMatrix
The transform used to implement flipX.
flipX() - Method in class org.apache.batik.dom.svg.AbstractSVGMatrix
Implements SVGMatrix.flipX().
flipY() - Method in class org.apache.batik.dom.svg.AbstractSVGMatrix
Implements SVGMatrix.flipY().
forceRedraw() - Method in interface org.apache.batik.dom.svg.SVGSVGContext
Forces an immediate redraw of the canvas.

G

getA() - Method in class org.apache.batik.dom.svg.AbstractSVGMatrix
Implements SVGMatrix.getA().
getAffineTransform() - Method in class org.apache.batik.dom.svg.AbstractSVGMatrix
Returns the associated AffineTransform.
getAffineTransform() - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList
Returns an AffineTransform that represents the same transform as that specified by this transform list.
getAffineTransform() - Method in class org.apache.batik.dom.svg.SVGOMMatrix
Returns the associated AffineTransform.
getAlign() - Method in class org.apache.batik.dom.svg.AbstractSVGPreserveAspectRatio
 
getAlign() - Method in class org.apache.batik.dom.svg.AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler
 
getAngle() - Method in class org.apache.batik.dom.svg.AbstractSVGTransform
DOM: Implements SVGTransform.getAngle().
getAngle() - Method in class org.apache.batik.dom.svg.SVGPathSegItem
 
getAttributeName() - Method in exception org.apache.batik.dom.svg.LiveAttributeException
Returns the attribute name.
getAttributeType(String, String) - Method in interface org.apache.batik.dom.svg.ExtendedTraitAccess
Returns the SVG type of the given XML attribute.
getB() - Method in class org.apache.batik.dom.svg.AbstractSVGMatrix
Implements SVGMatrix.getB().
getBBox() - Method in interface org.apache.batik.dom.svg.SVGContext
Returns the tight bounding box in current user space (i.e., after application of the transform attribute, if any) on the geometry of all contained graphics elements, exclusive of stroke-width and filter effects).
getC() - Method in class org.apache.batik.dom.svg.AbstractSVGMatrix
Implements SVGMatrix.getC().
getCharNumAtPosition(float, float) - Method in interface org.apache.batik.dom.svg.SVGTextContent
 
getCode() - Method in exception org.apache.batik.dom.svg.LiveAttributeException
Returns the error code.
getComputedTextLength() - Method in interface org.apache.batik.dom.svg.SVGTextContent
 
getCSSFirstChild() - Method in class org.apache.batik.dom.svg.SVGOMUseShadowRoot
Returns the CSS first child node of this node.
getCSSLastChild() - Method in class org.apache.batik.dom.svg.SVGOMUseShadowRoot
Returns the CSS last child of this node.
getCSSNextSibling() - Method in class org.apache.batik.dom.svg.SVGOMUseShadowRoot
Returns the CSS next sibling node of this node.
getCSSParentNode() - Method in class org.apache.batik.dom.svg.SVGOMUseShadowRoot
Returns the CSS parent node of this node.
getCSSPreviousSibling() - Method in class org.apache.batik.dom.svg.SVGOMUseShadowRoot
Returns the CSS previous sibling node of this node.
getCTM() - Method in interface org.apache.batik.dom.svg.SVGContext
Returns the transformation matrix from current user units (i.e., after application of the transform attribute, if any) to the viewport coordinate system for the nearestViewportElement.
getCurrentTime() - Method in interface org.apache.batik.dom.svg.SVGAnimationContext
DOM: Implements SVGAnimationElement.getCurrentTime().
getCurrentTime() - Method in interface org.apache.batik.dom.svg.SVGSVGContext
Returns the current document time.
getD() - Method in class org.apache.batik.dom.svg.AbstractSVGMatrix
Implements SVGMatrix.getD().
getE() - Method in class org.apache.batik.dom.svg.AbstractSVGMatrix
Implements SVGMatrix.getE().
getElement() - Method in class org.apache.batik.dom.svg.AbstractSVGNumberList
Returns the element associated with this SVGNumberList.
getElement() - Method in exception org.apache.batik.dom.svg.LiveAttributeException
Returns the element on which the error occurred.
getElementById(String) - Method in interface org.apache.batik.dom.svg.IdContainer
Returns the element with the given ID that exists in this subtree.
getElementById(String) - Method in class org.apache.batik.dom.svg.SVGOMUseShadowRoot
 
getEnclosureList(SVGRect, Element) - Method in interface org.apache.batik.dom.svg.SVGSVGContext
Returns a List of all the DOM elements that are encosed in svgRect that are below end in the rendering order.
getEndPositionOfChar(int) - Method in interface org.apache.batik.dom.svg.SVGTextContent
Returns the current text position after rendering the character in the user coordinate system for rendering the glyph(s) that correspond to the specified character.
getExtentOfChar(int) - Method in interface org.apache.batik.dom.svg.SVGTextContent
Returns a tightest rectangle which defines the minimum and maximum X and Y values in the user coordinate system for rendering the glyph(s) that correspond to the specified character.
getF() - Method in class org.apache.batik.dom.svg.AbstractSVGMatrix
Implements SVGMatrix.getF().
getFontSize() - Method in interface org.apache.batik.dom.svg.SVGContext
Returns the font-size on the associated element.
getGlobalTransform() - Method in interface org.apache.batik.dom.svg.SVGContext
Returns the global transformation matrix from the current element to the root.
getHeight() - Method in class org.apache.batik.dom.svg.SVGOMRect
DOM: Implements SVGRect.getHeight().
getHyperlinkBeginTime() - Method in interface org.apache.batik.dom.svg.SVGAnimationContext
Returns the time that the document would seek to if this animation element were hyperlinked to, or NaN if there is no such begin time.
getIntersectionList(SVGRect, Element) - Method in interface org.apache.batik.dom.svg.SVGSVGContext
Returns a List of all the DOM elements that intersect svgRect that are below end in the rendering order.
getItem(int) - Method in class org.apache.batik.dom.svg.AbstractSVGNumberList
DOM: Implements SVGNumberList.getItem(int).
getItem(int) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList
 
getItem(int) - Method in class org.apache.batik.dom.svg.AbstractSVGPointList
DOM: Implements SVGPointList.getItem(int).
getItem(int) - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList
DOM: Implements SVGTransformList.getItem(int).
getItemImpl(int) - Method in class org.apache.batik.dom.svg.AbstractSVGList
Returns the item from the list at the specified index.
getItemSeparator() - Method in class org.apache.batik.dom.svg.AbstractSVGList
Returns the separator string to use when constructing a string representation of the entire list.
getItemSeparator() - Method in class org.apache.batik.dom.svg.AbstractSVGNumberList
Return the separator between values in the list.
getItemSeparator() - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList
Return the separator between segments in the list.
getItemSeparator() - Method in class org.apache.batik.dom.svg.AbstractSVGPointList
Return the separator between points in the list.
getItemSeparator() - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList
Return the separator between transform in the list.
getLargeArcFlag() - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegArcItem
 
getList() - Method in class org.apache.batik.dom.svg.ListBuilder
Returns the newly created list.
getMatrix() - Method in class org.apache.batik.dom.svg.AbstractSVGTransform
DOM: Implements SVGTransform.getMatrix().
getMeetOrSlice() - Method in class org.apache.batik.dom.svg.AbstractSVGPreserveAspectRatio
 
getMeetOrSlice() - Method in class org.apache.batik.dom.svg.AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler
 
getMotionTransform() - Method in interface org.apache.batik.dom.svg.SVGMotionAnimatableElement
Returns the AffineTransform representing the current motion animation for this element.
getNumberOfChars() - Method in interface org.apache.batik.dom.svg.SVGTextContent
Returns the total number of characters to be rendered within the current element.
getNumberOfItems() - Method in class org.apache.batik.dom.svg.AbstractSVGList
Returns the number of items in the list.
getParent() - Method in class org.apache.batik.dom.svg.AbstractSVGItem
Returns the parent list of this item.
getParent() - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList.SVGTransformItem
Returns the parent list of this item.
getParent() - Method in interface org.apache.batik.dom.svg.SVGItem
Return the list the item belongs to.
getParent() - Method in class org.apache.batik.dom.svg.SVGNumberItem
Returns the list the item belongs to.
getParentNodeEventTarget() - Method in class org.apache.batik.dom.svg.SVGOMUseShadowRoot
getPathSegAtLength(float) - Method in interface org.apache.batik.dom.svg.SVGPathContext
Returns the index of the path segment at the given distance along the path.
getPathSegType() - Method in class org.apache.batik.dom.svg.SVGPathSegItem
 
getPathSegTypeAsLetter() - Method in class org.apache.batik.dom.svg.SVGPathSegItem
 
getPixelToMM() - Method in interface org.apache.batik.dom.svg.SVGContext
Returns the size of a px CSS unit in millimeters.
getPixelUnitToMillimeter() - Method in interface org.apache.batik.dom.svg.SVGContext
Returns the size of a px CSS unit in millimeters.
getPointAtLength(float) - Method in interface org.apache.batik.dom.svg.SVGPathContext
Returns the point at the given distance along the path.
getPropertyType(String) - Method in interface org.apache.batik.dom.svg.ExtendedTraitAccess
Returns the SVG type of the given CSS property.
getR1() - Method in class org.apache.batik.dom.svg.SVGPathSegItem
 
getR2() - Method in class org.apache.batik.dom.svg.SVGPathSegItem
 
getRequiredExtensions(Element) - Static method in class org.apache.batik.dom.svg.SVGTestsSupport
To implements SVGTests.getRequiredExtensions().
getRequiredFeatures(Element) - Static method in class org.apache.batik.dom.svg.SVGTestsSupport
To implements SVGTests.getRequiredFeatures().
getRotationOfChar(int) - Method in interface org.apache.batik.dom.svg.SVGTextContent
Returns the rotation value relative to the current user coordinate system used to render the glyph(s) corresponding to the specified character.
getScreenTransform() - Method in interface org.apache.batik.dom.svg.SVGContext
Returns the transform from the global transform space to pixels.
getSimpleDuration() - Method in interface org.apache.batik.dom.svg.SVGAnimationContext
DOM: Implements SVGAnimationElement.getSimpleDuration().
getStartPositionOfChar(int) - Method in interface org.apache.batik.dom.svg.SVGTextContent
Returns the current text position before rendering the character in the user coordinate system for rendering the glyph(s) that correspond to the specified character.
getStartTime() - Method in interface org.apache.batik.dom.svg.SVGAnimationContext
DOM: Implements SVGAnimationElement.getStartTime().
getStringValue() - Method in class org.apache.batik.dom.svg.AbstractSVGItem
Return the string representation of the item.
getStringValue() - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegArcItem
 
getStringValue() - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoCubicItem
 
getStringValue() - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoCubicSmoothItem
 
getStringValue() - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticItem
 
getStringValue() - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticSmoothItem
 
getStringValue() - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegLinetoHorizontalItem
 
getStringValue() - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegLinetoVerticalItem
 
getStringValue() - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegMovetoLinetoItem
 
getStringValue() - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList.SVGTransformItem
Returns the string representation of this transform.
getStringValue() - Method in class org.apache.batik.dom.svg.SVGPathSegItem
 
getStringValue() - Method in class org.apache.batik.dom.svg.SVGPointItem
Return a String representation of this SVGPoint.
getSubStringLength(int, int) - Method in interface org.apache.batik.dom.svg.SVGTextContent
 
getSweepFlag() - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegArcItem
 
getSystemLanguage(Element) - Static method in class org.apache.batik.dom.svg.SVGTestsSupport
To implements SVGTests.getSystemLanguage().
getTargetElement() - Method in interface org.apache.batik.dom.svg.SVGAnimationContext
DOM: Implements SVGAnimationElement.getTargetElement().
getTotalLength() - Method in interface org.apache.batik.dom.svg.SVGPathContext
Returns the total length of the path.
getType() - Method in class org.apache.batik.dom.svg.AbstractSVGTransform
DOM: Implements SVGTransform.getType().
getUnitType() - Method in class org.apache.batik.dom.svg.SVGOMAngle
DOM: Implements SVGAngle.getUnitType().
getValue() - Method in class org.apache.batik.dom.svg.AbstractSVGNumber
DOM: Implements SVGNumber.getValue().
getValue() - Method in exception org.apache.batik.dom.svg.LiveAttributeException
Returns the problematic attribute value.
getValue() - Method in class org.apache.batik.dom.svg.SVGOMAngle
DOM: Implements SVGAngle.getValue().
getValueAsString() - Method in class org.apache.batik.dom.svg.AbstractSVGItem
Returns the cached representation of the item if valid, otherwise recomputes the String representation of the item.
getValueAsString() - Method in class org.apache.batik.dom.svg.AbstractSVGList
Returns the value of the DOM attribute containing the list.
getValueAsString(short, short) - Static method in class org.apache.batik.dom.svg.AbstractSVGPreserveAspectRatio
Returns a string representation of a preserve aspect ratio value specified numerically.
getValueAsString() - Method in class org.apache.batik.dom.svg.AbstractSVGPreserveAspectRatio
Returns the string representation of the preserve aspect ratio value.
getValueAsString() - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList.SVGTransformItem
Returns the cached representation of the item if valid, otherwise recomputes the String representation of the item.
getValueAsString() - Method in interface org.apache.batik.dom.svg.SVGItem
Return the String representation of the item.
getValueAsString() - Method in class org.apache.batik.dom.svg.SVGNumberItem
Returns a String representation of the number.
getValueAsString() - Method in class org.apache.batik.dom.svg.SVGOMAngle
DOM: Implements SVGAngle.getValueAsString().
getValueInSpecifiedUnits() - Method in class org.apache.batik.dom.svg.SVGOMAngle
DOM: Implements SVGAngle.getValueInSpecifiedUnits().
getViewportHeight() - Method in interface org.apache.batik.dom.svg.SVGContext
Returns the height of the viewport which directly contains the associated element.
getViewportWidth() - Method in interface org.apache.batik.dom.svg.SVGContext
Returns the width of the viewport which directly contains the associated element.
getWheelDelta() - Method in class org.apache.batik.dom.svg12.SVGOMWheelEvent
Returns the number of mouse wheel clicks.
getWidth() - Method in class org.apache.batik.dom.svg.SVGOMRect
DOM: Implements SVGRect.getWidth().
getX() - Method in class org.apache.batik.dom.svg.AbstractSVGTransform
Returns the x coordinate of the center of the rotation, if this transformation is a rotation.
getX() - Method in class org.apache.batik.dom.svg.SVGOMPoint
DOM: Implements SVGPoint.getX().
getX() - Method in class org.apache.batik.dom.svg.SVGOMRect
DOM: Implements SVGRect.getX().
getX() - Method in class org.apache.batik.dom.svg.SVGPathSegItem
 
getX() - Method in class org.apache.batik.dom.svg.SVGPointItem
DOM: Implements SVGPoint.getX().
getX1() - Method in class org.apache.batik.dom.svg.SVGPathSegItem
 
getX2() - Method in class org.apache.batik.dom.svg.SVGPathSegItem
 
getXblShadowTree() - Method in class org.apache.batik.dom.svg12.XBLOMShadowTreeEvent
Returns the shadow tree that is the object of this event.
getY() - Method in class org.apache.batik.dom.svg.AbstractSVGTransform
Returns the y coordinate of the center of the rotation, if this transformation is a rotation.
getY() - Method in class org.apache.batik.dom.svg.SVGOMPoint
DOM: Implements SVGPoint.getY().
getY() - Method in class org.apache.batik.dom.svg.SVGOMRect
DOM: Implements SVGRect.getY().
getY() - Method in class org.apache.batik.dom.svg.SVGPathSegItem
 
getY() - Method in class org.apache.batik.dom.svg.SVGPointItem
DOM: Implements SVGPoint.getY().
getY1() - Method in class org.apache.batik.dom.svg.SVGPathSegItem
 
getY2() - Method in class org.apache.batik.dom.svg.SVGPathSegItem
 
getZoomAndPan(Element) - Static method in class org.apache.batik.dom.svg.SVGZoomAndPanSupport
Returns the ZoomAndPan attribute value.
Global - Interface in org.apache.batik.dom.svg12
Interface for a global scripting object.

H

h - Variable in class org.apache.batik.dom.svg.SVGOMRect
The rect's height.
handlePathSegList(SVGPathSegList, PathHandler) - Static method in class org.apache.batik.dom.svg.SVGAnimatedPathDataSupport
Uses the given PathHandler to handle the path segments from the given SVGPathSegList.
hasExtension(Element, String) - Static method in class org.apache.batik.dom.svg.SVGTestsSupport
To implements SVGTests.hasExtension(String).
hasProperty(String) - Method in interface org.apache.batik.dom.svg.ExtendedTraitAccess
Returns whether the given CSS property is available on this element.
hasTrait(String, String) - Method in interface org.apache.batik.dom.svg.ExtendedTraitAccess
Returns whether the given trait is available on this element.

I

IdContainer - Interface in org.apache.batik.dom.svg
An interface for DOM nodes that can look up elements with IDs.
initialize(SVGNumber) - Method in class org.apache.batik.dom.svg.AbstractSVGNumberList
DOM: Implements SVGNumberList.initialize(SVGNumber).
initialize(SVGPathSeg) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList
 
initialize(SVGPoint) - Method in class org.apache.batik.dom.svg.AbstractSVGPointList
DOM: Implements SVGPointList.initialize(SVGPoint).
initialize(SVGTransform) - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList
DOM: Implements SVGTransformList.initialize(SVGTransform).
initializeImpl(Object) - Method in class org.apache.batik.dom.svg.AbstractSVGList
Removes all items from the list and adds the specified item to the list.
initShadowTreeEvent(String, boolean, boolean, XBLShadowTreeElement) - Method in class org.apache.batik.dom.svg12.XBLOMShadowTreeEvent
Initializes this event object.
initShadowTreeEventNS(String, String, boolean, boolean, XBLShadowTreeElement) - Method in class org.apache.batik.dom.svg12.XBLOMShadowTreeEvent
Initializes this event object with a namespaced event type.
initWheelEvent(String, boolean, boolean, AbstractView, int) - Method in class org.apache.batik.dom.svg12.SVGOMWheelEvent
Initializes this SVGOMWheelEvent object.
initWheelEventNS(String, String, boolean, boolean, AbstractView, int) - Method in class org.apache.batik.dom.svg12.SVGOMWheelEvent
Initializes this KeyboardEvent object.
insertItemBefore(SVGNumber, int) - Method in class org.apache.batik.dom.svg.AbstractSVGNumberList
DOM: Implements SVGNumberList.insertItemBefore(SVGNumber,int).
insertItemBefore(SVGPathSeg, int) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList
 
insertItemBefore(SVGPoint, int) - Method in class org.apache.batik.dom.svg.AbstractSVGPointList
DOM: Implements SVGPointList.insertItemBefore(SVGPoint,int).
insertItemBefore(SVGTransform, int) - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList
DOM: Implements SVGTransformList.insertItemBefore(SVGTransform,int).
insertItemBeforeImpl(Object, int) - Method in class org.apache.batik.dom.svg.AbstractSVGList
Inserts a new item into the list at the specified position.
invalidate() - Method in class org.apache.batik.dom.svg.AbstractSVGList
Invalidates this list.
inverse() - Method in class org.apache.batik.dom.svg.AbstractSVGMatrix
Implements SVGMatrix.inverse().
isAttributeAdditive(String, String) - Method in interface org.apache.batik.dom.svg.ExtendedTraitAccess
Returns whether the given XML attribute is additive.
isAttributeAnimatable(String, String) - Method in interface org.apache.batik.dom.svg.ExtendedTraitAccess
Returns whether the given XML attribute is animatable.
isHiddenFromSelectors() - Method in class org.apache.batik.dom.svg.SVGOMUseShadowRoot
Returns whether this node is the root of a (conceptual) hidden tree that selectors will not work across.
isLargeArcFlag() - Method in class org.apache.batik.dom.svg.SVGPathSegItem
 
isLocal - Variable in class org.apache.batik.dom.svg.SVGOMUseShadowRoot
Indicates if the imported css element is from this document.
isPropertyAdditive(String) - Method in interface org.apache.batik.dom.svg.ExtendedTraitAccess
Returns whether the given CSS property is additive.
isPropertyAnimatable(String) - Method in interface org.apache.batik.dom.svg.ExtendedTraitAccess
Returns whether the given CSS property is animatable.
isReadonly() - Method in class org.apache.batik.dom.svg.SVGOMUseShadowRoot
Tests whether this node is readonly.
isSweepFlag() - Method in class org.apache.batik.dom.svg.SVGPathSegItem
 
isTraitAdditive(String, String) - Method in interface org.apache.batik.dom.svg.ExtendedTraitAccess
Returns whether the given trait is additive.
isTraitAnimatable(String, String) - Method in interface org.apache.batik.dom.svg.ExtendedTraitAccess
Returns whether the given trait is animatable.
item(SVGItem) - Method in class org.apache.batik.dom.svg.ListBuilder
Adds an item to the list.
item(SVGItem) - Method in interface org.apache.batik.dom.svg.ListHandler
Indicates a new item to add to the list.
itemChanged() - Method in class org.apache.batik.dom.svg.AbstractSVGList
Method to be called by a member SVGItem object when its value changes.
itemList - Variable in class org.apache.batik.dom.svg.AbstractSVGList
The list of items.
itemStringValue - Variable in class org.apache.batik.dom.svg.AbstractSVGItem
String representation of the item.
itemStringValue - Variable in class org.apache.batik.dom.svg.AbstractSVGTransformList.SVGTransformItem
String representation of the item.

K

K - Static variable in class org.apache.batik.dom.svg.SVGOMAngle
Table of multipliers for angle unit conversion.

L

lastAbs - Variable in class org.apache.batik.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
 
letter - Variable in class org.apache.batik.dom.svg.SVGPathSegItem
 
linetoAbs(float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
linetoAbs(float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.PathSegListBuilder
linetoHorizontalAbs(float) - Method in class org.apache.batik.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
linetoHorizontalAbs(float) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.PathSegListBuilder
linetoHorizontalRel(float) - Method in class org.apache.batik.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
linetoHorizontalRel(float) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.PathSegListBuilder
linetoRel(float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
linetoRel(float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.PathSegListBuilder
linetoVerticalAbs(float) - Method in class org.apache.batik.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
linetoVerticalAbs(float) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.PathSegListBuilder
linetoVerticalRel(float) - Method in class org.apache.batik.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
linetoVerticalRel(float) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.PathSegListBuilder
list - Variable in class org.apache.batik.dom.svg.ListBuilder
The list being built.
ListBuilder - Class in org.apache.batik.dom.svg
A class for receiving notification of parsed list items.
ListBuilder(AbstractSVGList) - Constructor for class org.apache.batik.dom.svg.ListBuilder
 
listHandler - Variable in class org.apache.batik.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
 
listHandler - Variable in class org.apache.batik.dom.svg.AbstractSVGNumberList.NumberListBuilder
The ListHandler to notify of parsed numbers.
listHandler - Variable in class org.apache.batik.dom.svg.AbstractSVGPathSegList.PathSegListBuilder
 
listHandler - Variable in class org.apache.batik.dom.svg.AbstractSVGPointList.PointsListBuilder
The ListHandler to pass newly created SVGPointItem objects to.
listHandler - Variable in class org.apache.batik.dom.svg.AbstractSVGTransformList.TransformListBuilder
The ListHandler to pass newly created AbstractSVGTransformList.SVGTransformItem objects to.
ListHandler - Interface in org.apache.batik.dom.svg
Interface that defines the functionnality of a list handler for the parser of attributes that are list.
LiveAttributeException - Exception in org.apache.batik.dom.svg
Thrown when a live attribute cannot parse an attribute's value.
LiveAttributeException(Element, String, short, String) - Constructor for exception org.apache.batik.dom.svg.LiveAttributeException
Constructs a new LiveAttributeException with the specified parameters.
LiveAttributeValue - Interface in org.apache.batik.dom.svg
This interface should be implemented by all the attribute values objects that must be updated when the attribute node is modified.

M

matrix(float, float, float, float, float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList.SVGTransformItem
Sets the transform to be a matrix transform.
matrix(float, float, float, float, float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList.TransformListBuilder
matrixTransform(SVGMatrix) - Method in class org.apache.batik.dom.svg.SVGOMPoint
DOM: Implements SVGPoint.matrixTransform(SVGMatrix).
matrixTransform(SVGPoint, SVGMatrix) - Static method in class org.apache.batik.dom.svg.SVGOMPoint
Transforms an SVGPoint by an SVGMatrix and returns the new point.
matrixTransform(SVGMatrix) - Method in class org.apache.batik.dom.svg.SVGPointItem
DOM: Implements SVGPoint.matrixTransform(SVGMatrix).
meet() - Method in class org.apache.batik.dom.svg.AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler
Invoked when 'meet' has been parsed.
MEET_OR_SLICE_VALUES - Static variable in class org.apache.batik.dom.svg.AbstractSVGPreserveAspectRatio
Strings for the 'meet-or-slice' values.
meetOrSlice - Variable in class org.apache.batik.dom.svg.AbstractSVGPreserveAspectRatio
meetOrSlice property by default the value is SVGPreserveAspectRatio.SVG_MEETORSLICE_MEET;
meetOrSlice - Variable in class org.apache.batik.dom.svg.AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler
 
movetoAbs(float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
movetoAbs(float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.PathSegListBuilder
movetoRel(float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
movetoRel(float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.PathSegListBuilder
multiply(SVGMatrix) - Method in class org.apache.batik.dom.svg.AbstractSVGMatrix
Implements SVGMatrix.multiply(SVGMatrix).

N

newNode() - Method in class org.apache.batik.dom.svg.SVGOMUseShadowRoot
Returns a new uninitialized instance of this object's class.
newValueSpecifiedUnits(short, float) - Method in class org.apache.batik.dom.svg.SVGOMAngle
DOM: Implements SVGAngle.newValueSpecifiedUnits(short,float).
none() - Method in class org.apache.batik.dom.svg.AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler
Invoked when 'none' been parsed.
NormalizedPathSegListBuilder(ListHandler) - Constructor for class org.apache.batik.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
 
NumberListBuilder(ListHandler) - Constructor for class org.apache.batik.dom.svg.AbstractSVGNumberList.NumberListBuilder
Creates a new NumberListBuilder.
numberValue(float) - Method in class org.apache.batik.dom.svg.AbstractSVGNumberList.NumberListBuilder

O

org.apache.batik.dom.svg - package org.apache.batik.dom.svg
 
org.apache.batik.dom.svg12 - package org.apache.batik.dom.svg12
 

P

parent - Variable in class org.apache.batik.dom.svg.AbstractSVGItem
List the item belongs to.
parent - Variable in class org.apache.batik.dom.svg.AbstractSVGTransformList.SVGTransformItem
List the item belongs to.
parentList - Variable in class org.apache.batik.dom.svg.SVGNumberItem
The SVGNumberList this item belongs to.
parse(String) - Method in class org.apache.batik.dom.svg.SVGOMAngle
Parse a String value as an SVGAngle.
PATHSEG_ARC_ABS_LETTER - Static variable in interface org.apache.batik.dom.svg.SVGPathSegConstants
 
PATHSEG_ARC_REL_LETTER - Static variable in interface org.apache.batik.dom.svg.SVGPathSegConstants
 
PATHSEG_CLOSEPATH_LETTER - Static variable in interface org.apache.batik.dom.svg.SVGPathSegConstants
 
PATHSEG_CURVETO_CUBIC_ABS_LETTER - Static variable in interface org.apache.batik.dom.svg.SVGPathSegConstants
 
PATHSEG_CURVETO_CUBIC_REL_LETTER - Static variable in interface org.apache.batik.dom.svg.SVGPathSegConstants
 
PATHSEG_CURVETO_CUBIC_SMOOTH_ABS_LETTER - Static variable in interface org.apache.batik.dom.svg.SVGPathSegConstants
 
PATHSEG_CURVETO_CUBIC_SMOOTH_REL_LETTER - Static variable in interface org.apache.batik.dom.svg.SVGPathSegConstants
 
PATHSEG_CURVETO_QUADRATIC_ABS_LETTER - Static variable in interface org.apache.batik.dom.svg.SVGPathSegConstants
 
PATHSEG_CURVETO_QUADRATIC_REL_LETTER - Static variable in interface org.apache.batik.dom.svg.SVGPathSegConstants
 
PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS_LETTER - Static variable in interface org.apache.batik.dom.svg.SVGPathSegConstants
 
PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL_LETTER - Static variable in interface org.apache.batik.dom.svg.SVGPathSegConstants
 
PATHSEG_LETTERS - Static variable in interface org.apache.batik.dom.svg.SVGPathSegConstants
Path segment letters.
PATHSEG_LINETO_ABS_LETTER - Static variable in interface org.apache.batik.dom.svg.SVGPathSegConstants
 
PATHSEG_LINETO_HORIZONTAL_ABS_LETTER - Static variable in interface org.apache.batik.dom.svg.SVGPathSegConstants
 
PATHSEG_LINETO_HORIZONTAL_REL_LETTER - Static variable in interface org.apache.batik.dom.svg.SVGPathSegConstants
 
PATHSEG_LINETO_REL_LETTER - Static variable in interface org.apache.batik.dom.svg.SVGPathSegConstants
 
PATHSEG_LINETO_VERTICAL_ABS_LETTER - Static variable in interface org.apache.batik.dom.svg.SVGPathSegConstants
 
PATHSEG_LINETO_VERTICAL_REL_LETTER - Static variable in interface org.apache.batik.dom.svg.SVGPathSegConstants
 
PATHSEG_MOVETO_ABS_LETTER - Static variable in interface org.apache.batik.dom.svg.SVGPathSegConstants
 
PATHSEG_MOVETO_REL_LETTER - Static variable in interface org.apache.batik.dom.svg.SVGPathSegConstants
 
PathSegListBuilder(ListHandler) - Constructor for class org.apache.batik.dom.svg.AbstractSVGPathSegList.PathSegListBuilder
 
pauseAnimations() - Method in interface org.apache.batik.dom.svg.SVGSVGContext
Pauses animations in the document.
PERCENTAGE_FONT_SIZE - Static variable in interface org.apache.batik.dom.svg.SVGContext
 
PERCENTAGE_VIEWPORT_HEIGHT - Static variable in interface org.apache.batik.dom.svg.SVGContext
 
PERCENTAGE_VIEWPORT_SIZE - Static variable in interface org.apache.batik.dom.svg.SVGContext
 
PERCENTAGE_VIEWPORT_WIDTH - Static variable in interface org.apache.batik.dom.svg.SVGContext
 
point(float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGPointList.PointsListBuilder
PointsListBuilder(ListHandler) - Constructor for class org.apache.batik.dom.svg.AbstractSVGPointList.PointsListBuilder
Creates a new PointsListBuilder.
PreserveAspectRatioParserHandler() - Constructor for class org.apache.batik.dom.svg.AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler
 

R

removeIfNeeded(Object) - Method in class org.apache.batik.dom.svg.AbstractSVGList
Removes the specified object from its parent list if it is an item, or creates a new item if the specified object is not an item.
removeItem(SVGItem) - Method in class org.apache.batik.dom.svg.AbstractSVGList
Removes an item from the list.
removeItem(int) - Method in class org.apache.batik.dom.svg.AbstractSVGNumberList
DOM: Implements SVGNumberList.removeItem(int).
removeItem(int) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList
 
removeItem(int) - Method in class org.apache.batik.dom.svg.AbstractSVGPointList
DOM: Implements SVGPointList.removeItem(int).
removeItem(int) - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList
DOM: Implements SVGTransformList.removeItem(int).
removeItemImpl(int) - Method in class org.apache.batik.dom.svg.AbstractSVGList
Removes an existing item from the list.
replaceItem(SVGNumber, int) - Method in class org.apache.batik.dom.svg.AbstractSVGNumberList
DOM: Implements SVGNumberList.replaceItem(SVGNumber,int).
replaceItem(SVGPathSeg, int) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList
 
replaceItem(SVGPoint, int) - Method in class org.apache.batik.dom.svg.AbstractSVGPointList
DOM: Implements SVGPointList.replaceItem(SVGPoint,int).
replaceItem(SVGTransform, int) - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList
DOM: Implements SVGTransformList.replaceItem(SVGTransform,int).
replaceItemImpl(Object, int) - Method in class org.apache.batik.dom.svg.AbstractSVGList
Replaces an existing item in the list with a new item.
reset() - Method in class org.apache.batik.dom.svg.AbstractSVGPreserveAspectRatio
 
reset() - Method in class org.apache.batik.dom.svg.SVGNumberItem
Notifies the parent SVGNumberList that this item's value has changed.
reset() - Method in class org.apache.batik.dom.svg.SVGOMAngle
Resets the associated attribute value according to the current value.
resetAttribute() - Method in class org.apache.batik.dom.svg.AbstractSVGItem
Notifies the parent list that the item has changed.
resetAttribute() - Method in class org.apache.batik.dom.svg.AbstractSVGList
Resets the value of the associated attribute.
resetAttribute(SVGItem) - Method in class org.apache.batik.dom.svg.AbstractSVGList
Appends the string representation of the given SVGItem to the DOM attribute.
resetAttribute() - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList.SVGTransformItem
Notifies the parent list that this item has changed.
revalidate() - Method in class org.apache.batik.dom.svg.AbstractSVGList
Initializes the list, if needed.
revalidate() - Method in class org.apache.batik.dom.svg.SVGOMAngle
Updates the values in this object according to the associated attribute value.
rotate(float) - Method in class org.apache.batik.dom.svg.AbstractSVGMatrix
Implements SVGMatrix.rotate(float).
rotate(float) - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList.SVGTransformItem
Sets the transform to be rotation.
rotate(float) - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList.TransformListBuilder
rotate(float, float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList.TransformListBuilder
rotateFromVector(float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGMatrix
Implements SVGMatrix.rotateFromVector(float,float).

S

scale(float) - Method in class org.apache.batik.dom.svg.AbstractSVGMatrix
Implements SVGMatrix.scale(float).
scale(float) - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList.SVGTransformItem
Sets the transform to be an x scale.
scale(float) - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList.TransformListBuilder
scale(float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList.TransformListBuilder
scaleNonUniform(float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGMatrix
Implements SVGMatrix.scaleNonUniform(float,float).
selectSubString(int, int) - Method in interface org.apache.batik.dom.svg.SVGTextContent
Causes the specified substring to be selected just as if the user selected the substring interactively.
setA(float) - Method in class org.apache.batik.dom.svg.AbstractSVGMatrix
Implements SVGMatrix.setA(float).
setAlign(short) - Method in class org.apache.batik.dom.svg.AbstractSVGPreserveAspectRatio
 
setAngle(float) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegArcItem
 
setAngle(float) - Method in class org.apache.batik.dom.svg.SVGPathSegItem
 
setAttributeValue(String) - Method in class org.apache.batik.dom.svg.AbstractSVGList
Sets the DOM attribute value containing the number list.
setAttributeValue(String) - Method in class org.apache.batik.dom.svg.AbstractSVGPreserveAspectRatio
 
setB(float) - Method in class org.apache.batik.dom.svg.AbstractSVGMatrix
Implements SVGMatrix.setB(float).
setC(float) - Method in class org.apache.batik.dom.svg.AbstractSVGMatrix
Implements SVGMatrix.setC(float).
setCurrentTime(float) - Method in interface org.apache.batik.dom.svg.SVGSVGContext
Sets the current document time.
setD(float) - Method in class org.apache.batik.dom.svg.AbstractSVGMatrix
Implements SVGMatrix.setD(float).
setE(float) - Method in class org.apache.batik.dom.svg.AbstractSVGMatrix
Implements SVGMatrix.setE(float).
setF(float) - Method in class org.apache.batik.dom.svg.AbstractSVGMatrix
Implements SVGMatrix.setF(float).
setHeight(float) - Method in class org.apache.batik.dom.svg.SVGOMRect
DOM: Implements SVGRect.setHeight(float).
setLargeArcFlag(boolean) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegArcItem
 
setLargeArcFlag(boolean) - Method in class org.apache.batik.dom.svg.SVGPathSegItem
 
setMatrix(SVGMatrix) - Method in class org.apache.batik.dom.svg.AbstractSVGTransform
DOM: Implements SVGTransform.setMatrix(SVGMatrix).
setMatrix(SVGMatrix) - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList.SVGTransformItem
DOM: Implements SVGTransform.setMatrix(SVGMatrix).
setMeetOrSlice(short) - Method in class org.apache.batik.dom.svg.AbstractSVGPreserveAspectRatio
 
setParent(AbstractSVGList) - Method in class org.apache.batik.dom.svg.AbstractSVGItem
Assigns a parent list to this item.
setParent(AbstractSVGList) - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList.SVGTransformItem
Assigns a parent list to this item.
setParent(AbstractSVGList) - Method in interface org.apache.batik.dom.svg.SVGItem
Associates an item to an SVGXXXList
setParent(AbstractSVGList) - Method in class org.apache.batik.dom.svg.SVGNumberItem
Associates this item to the given SVGNumberList.
setPathSegType(short) - Method in class org.apache.batik.dom.svg.AbstractSVGNormPathSegList.SVGPathSegGenericItem
 
setR1(float) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegArcItem
 
setR1(float) - Method in class org.apache.batik.dom.svg.SVGPathSegItem
 
setR2(float) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegArcItem
 
setR2(float) - Method in class org.apache.batik.dom.svg.SVGPathSegItem
 
setReadonly(boolean) - Method in class org.apache.batik.dom.svg.SVGOMUseShadowRoot
Sets this node readonly attribute.
setRotate(float, float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGTransform
DOM: Implements SVGTransform.setRotate(float,float,float).
setRotate(float, float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList.SVGTransformItem
DOM: Implements SVGTransform.setRotate(float,float,float).
setScale(float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGTransform
DOM: Implements SVGTransform.setScale(float,float).
setScale(float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList.SVGTransformItem
DOM: Implements SVGTransform.setScale(float,float).
setScreenTransform(AffineTransform) - Method in interface org.apache.batik.dom.svg.SVGContext
Sets the transform to be used from the global transform space to pixels.
setSkewX(float) - Method in class org.apache.batik.dom.svg.AbstractSVGTransform
DOM: Implements SVGTransform.setSkewX(float).
setSkewX(float) - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList.SVGTransformItem
DOM: Implements SVGTransform.setSkewX(float).
setSkewY(float) - Method in class org.apache.batik.dom.svg.AbstractSVGTransform
DOM: Implements SVGTransform.setSkewY(float).
setSkewY(float) - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList.SVGTransformItem
DOM: Implements SVGTransform.setSkewY(float).
setSweepFlag(boolean) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegArcItem
 
setSweepFlag(boolean) - Method in class org.apache.batik.dom.svg.SVGPathSegItem
 
setTranslate(float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGTransform
DOM: Implements SVGTransform.setTranslate(float,float).
setTranslate(float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList.SVGTransformItem
DOM: Implements SVGTransform.setTranslate(float,float).
setType(short) - Method in class org.apache.batik.dom.svg.AbstractSVGTransform
Sets the type of transformation.
setUnitType(short) - Method in class org.apache.batik.dom.svg.SVGOMAngle
 
setValue(float, float, float, float, float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGNormPathSegList.SVGPathSegGenericItem
 
setValue(float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGNormPathSegList.SVGPathSegGenericItem
 
setValue(float) - Method in class org.apache.batik.dom.svg.AbstractSVGNumber
DOM: Implements SVGNumber.setValue(float).
setValue(float) - Method in class org.apache.batik.dom.svg.SVGOMAngle
DOM: Implements SVGAngle.setValue(float).
setValueAsString(List) - Method in class org.apache.batik.dom.svg.AbstractSVGList
Sets the DOM attribute value to be the string representation of the given list.
setValueAsString(String) - Method in class org.apache.batik.dom.svg.AbstractSVGPreserveAspectRatio
 
setValueAsString(String) - Method in class org.apache.batik.dom.svg.SVGOMAngle
DOM: Implements SVGAngle.setValueAsString(String).
setValueInSpecifiedUnits(float) - Method in class org.apache.batik.dom.svg.SVGOMAngle
DOM: Implements SVGAngle.setValueInSpecifiedUnits(float).
setWidth(float) - Method in class org.apache.batik.dom.svg.SVGOMRect
DOM: Implements SVGRect.setWidth(float).
setX(float) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegArcItem
 
setX(float) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoCubicItem
 
setX(float) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoCubicSmoothItem
 
setX(float) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticItem
 
setX(float) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticSmoothItem
 
setX(float) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegLinetoHorizontalItem
 
setX(float) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegMovetoLinetoItem
 
setX(float) - Method in class org.apache.batik.dom.svg.SVGOMPoint
DOM: Implements SVGPoint.setX(float).
setX(float) - Method in class org.apache.batik.dom.svg.SVGOMRect
DOM: Implements SVGRect.setX(float).
setX(float) - Method in class org.apache.batik.dom.svg.SVGPathSegItem
 
setX(float) - Method in class org.apache.batik.dom.svg.SVGPointItem
DOM: Implements SVGPoint.setX(float).
setX1(float) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoCubicItem
 
setX1(float) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticItem
 
setX1(float) - Method in class org.apache.batik.dom.svg.SVGPathSegItem
 
setX2(float) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoCubicItem
 
setX2(float) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoCubicSmoothItem
 
setX2(float) - Method in class org.apache.batik.dom.svg.SVGPathSegItem
 
setY(float) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegArcItem
 
setY(float) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoCubicItem
 
setY(float) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoCubicSmoothItem
 
setY(float) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticItem
 
setY(float) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticSmoothItem
 
setY(float) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegLinetoVerticalItem
 
setY(float) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegMovetoLinetoItem
 
setY(float) - Method in class org.apache.batik.dom.svg.SVGOMPoint
DOM: Implements SVGPoint.setY(float).
setY(float) - Method in class org.apache.batik.dom.svg.SVGOMRect
DOM: Implements SVGRect.setY(float).
setY(float) - Method in class org.apache.batik.dom.svg.SVGPathSegItem
 
setY(float) - Method in class org.apache.batik.dom.svg.SVGPointItem
DOM: Implements SVGPoint.setY(float).
setY1(float) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoCubicItem
 
setY1(float) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticItem
 
setY1(float) - Method in class org.apache.batik.dom.svg.SVGPathSegItem
 
setY2(float) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoCubicItem
 
setY2(float) - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoCubicSmoothItem
 
setY2(float) - Method in class org.apache.batik.dom.svg.SVGPathSegItem
 
setZoomAndPan(Element, short) - Static method in class org.apache.batik.dom.svg.SVGZoomAndPanSupport
Sets the zoomAndPan attribute value.
skewX(float) - Method in class org.apache.batik.dom.svg.AbstractSVGMatrix
Implements SVGMatrix.skewX(float).
skewX(float) - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList.TransformListBuilder
skewY(float) - Method in class org.apache.batik.dom.svg.AbstractSVGMatrix
Implements SVGMatrix.skewY(float).
skewY(float) - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList.TransformListBuilder
slice() - Method in class org.apache.batik.dom.svg.AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler
Invoked when 'slice' has been parsed.
startList() - Method in class org.apache.batik.dom.svg.ListBuilder
Begins the construction of the list.
startList() - Method in interface org.apache.batik.dom.svg.ListHandler
Indicates that the parser starts generating the list
startMouseCapture(EventTarget, boolean, boolean) - Method in interface org.apache.batik.dom.svg12.SVGGlobal
Starts mouse capture.
startNumber() - Method in class org.apache.batik.dom.svg.AbstractSVGNumberList.NumberListBuilder
startNumberList() - Method in class org.apache.batik.dom.svg.AbstractSVGNumberList.NumberListBuilder
startPath() - Method in class org.apache.batik.dom.svg.AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
startPath() - Method in class org.apache.batik.dom.svg.AbstractSVGPathSegList.PathSegListBuilder
startPoints() - Method in class org.apache.batik.dom.svg.AbstractSVGPointList.PointsListBuilder
startTransformList() - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList.TransformListBuilder
stopMouseCapture() - Method in interface org.apache.batik.dom.svg12.SVGGlobal
Stops mouse capture.
suspendRedraw(int) - Method in interface org.apache.batik.dom.svg.SVGSVGContext
Suspends redrawing of the canvas for the given number of milliseconds.
SVG_NUMBER_LIST_SEPARATOR - Static variable in class org.apache.batik.dom.svg.AbstractSVGNumberList
Separator for a length list.
SVG_PATHSEG_LIST_SEPARATOR - Static variable in class org.apache.batik.dom.svg.AbstractSVGPathSegList
Separator for a point list.
SVG_POINT_LIST_SEPARATOR - Static variable in class org.apache.batik.dom.svg.AbstractSVGPointList
Separator for a point list.
SVG_TRANSFORMATION_LIST_SEPARATOR - Static variable in class org.apache.batik.dom.svg.AbstractSVGTransformList
Separator for a point list.
SVGAnimatedPathDataSupport - Class in org.apache.batik.dom.svg
This class provide support for the SVGAnimatedPathData interface.
SVGAnimatedPathDataSupport() - Constructor for class org.apache.batik.dom.svg.SVGAnimatedPathDataSupport
 
SVGAnimationContext - Interface in org.apache.batik.dom.svg
Context class for SVG animation elements to support extra methods.
SVGContext - Interface in org.apache.batik.dom.svg
This interface is the placeholder for SVG application informations.
SVGDocumentFactory - Interface in org.apache.batik.dom.svg
This interface represents an object which can build a SVGDocument.
SVGGlobal - Interface in org.apache.batik.dom.svg12
Interface for a global scripting object for an SVG document.
SVGItem - Interface in org.apache.batik.dom.svg
This interface represents an item in an SVGXXXList.
SVGMotionAnimatableElement - Interface in org.apache.batik.dom.svg
An interface for SVG elements that can be animated with 'animateMotion'.
SVGNumberItem - Class in org.apache.batik.dom.svg
Representation of the item SVGNumber.
SVGNumberItem(float) - Constructor for class org.apache.batik.dom.svg.SVGNumberItem
Creates a new SVGNumberItem.
SVGOMAngle - Class in org.apache.batik.dom.svg
Implementation of an SVGAngle not associated with any attribute.
SVGOMAngle() - Constructor for class org.apache.batik.dom.svg.SVGOMAngle
 
SVGOMEvent - Class in org.apache.batik.dom.svg
This class provides an implementation of the SVGEvent interface.
SVGOMEvent() - Constructor for class org.apache.batik.dom.svg.SVGOMEvent
 
SVGOMException - Exception in org.apache.batik.dom.svg
An implementation of the SVGException class.
SVGOMException(short, String) - Constructor for exception org.apache.batik.dom.svg.SVGOMException
Constructs a new SVGOMException with the specified parameters.
SVGOMMatrix - Class in org.apache.batik.dom.svg
This class provides an implementation of the SVGMatrix interface.
SVGOMMatrix(AffineTransform) - Constructor for class org.apache.batik.dom.svg.SVGOMMatrix
Creates a new SVGMatrix.
SVGOMPoint - Class in org.apache.batik.dom.svg
An implementation of SVGPoint that is not associated with any attribute.
SVGOMPoint() - Constructor for class org.apache.batik.dom.svg.SVGOMPoint
Creates a new SVGOMPoint with coordinates set to 0.
SVGOMPoint(float, float) - Constructor for class org.apache.batik.dom.svg.SVGOMPoint
Creates a new SVGOMPoint with coordinates set to the specified values.
SVGOMRect - Class in org.apache.batik.dom.svg
An implementation of SVGRect that is not associated with an attribute.
SVGOMRect() - Constructor for class org.apache.batik.dom.svg.SVGOMRect
Creates a new SVGOMRect with all values set to zero.
SVGOMRect(float, float, float, float) - Constructor for class org.apache.batik.dom.svg.SVGOMRect
Creates a new SVGOMRect with the specified position and dimensions.
SVGOMTransform - Class in org.apache.batik.dom.svg
This class is the implementation of the SVGTransform interface.
SVGOMTransform() - Constructor for class org.apache.batik.dom.svg.SVGOMTransform
Creates a new SVGOMTransform.
SVGOMUseShadowRoot - Class in org.apache.batik.dom.svg
This class implements DocumentFragment interface.
SVGOMUseShadowRoot() - Constructor for class org.apache.batik.dom.svg.SVGOMUseShadowRoot
Creates a new DocumentFragment object.
SVGOMUseShadowRoot(AbstractDocument, Element, boolean) - Constructor for class org.apache.batik.dom.svg.SVGOMUseShadowRoot
Creates a new DocumentFragment object.
SVGOMWheelEvent - Class in org.apache.batik.dom.svg12
SVG 1.2 mouse wheel event.
SVGOMWheelEvent() - Constructor for class org.apache.batik.dom.svg12.SVGOMWheelEvent
 
SVGPathContext - Interface in org.apache.batik.dom.svg
Context class for the SVG path element to support extra methods.
SVGPathSegArcItem(short, String, float, float, float, boolean, boolean, float, float) - Constructor for class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegArcItem
 
SVGPathSegArcItem(SVGPathSeg) - Constructor for class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegArcItem
 
SVGPathSegConstants - Interface in org.apache.batik.dom.svg
Constants for the SVGPathSeg interface.
SVGPathSegCurvetoCubicItem(short, String, float, float, float, float, float, float) - Constructor for class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoCubicItem
 
SVGPathSegCurvetoCubicItem(SVGPathSeg) - Constructor for class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoCubicItem
 
SVGPathSegCurvetoCubicSmoothItem(short, String, float, float, float, float) - Constructor for class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoCubicSmoothItem
 
SVGPathSegCurvetoCubicSmoothItem(SVGPathSeg) - Constructor for class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoCubicSmoothItem
 
SVGPathSegCurvetoQuadraticItem(short, String, float, float, float, float) - Constructor for class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticItem
 
SVGPathSegCurvetoQuadraticItem(SVGPathSeg) - Constructor for class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticItem
 
SVGPathSegCurvetoQuadraticSmoothItem(short, String, float, float) - Constructor for class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticSmoothItem
 
SVGPathSegCurvetoQuadraticSmoothItem(SVGPathSeg) - Constructor for class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegCurvetoQuadraticSmoothItem
 
SVGPathSegGenericItem(short, String, float, float, float, float, float, float) - Constructor for class org.apache.batik.dom.svg.AbstractSVGNormPathSegList.SVGPathSegGenericItem
 
SVGPathSegItem - Class in org.apache.batik.dom.svg
Internal representation of the item SVGPathSeg.
SVGPathSegItem() - Constructor for class org.apache.batik.dom.svg.SVGPathSegItem
 
SVGPathSegItem(short, String) - Constructor for class org.apache.batik.dom.svg.SVGPathSegItem
 
SVGPathSegItem(SVGPathSeg) - Constructor for class org.apache.batik.dom.svg.SVGPathSegItem
 
SVGPathSegLinetoHorizontalItem(short, String, float) - Constructor for class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegLinetoHorizontalItem
 
SVGPathSegLinetoHorizontalItem(SVGPathSeg) - Constructor for class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegLinetoHorizontalItem
 
SVGPathSegLinetoVerticalItem(short, String, float) - Constructor for class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegLinetoVerticalItem
 
SVGPathSegLinetoVerticalItem(SVGPathSeg) - Constructor for class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegLinetoVerticalItem
 
SVGPathSegMovetoLinetoItem(short, String, float, float) - Constructor for class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegMovetoLinetoItem
 
SVGPathSegMovetoLinetoItem(SVGPathSeg) - Constructor for class org.apache.batik.dom.svg.AbstractSVGPathSegList.SVGPathSegMovetoLinetoItem
 
SVGPointItem - Class in org.apache.batik.dom.svg
An SVGPoint in the list.
SVGPointItem(float, float) - Constructor for class org.apache.batik.dom.svg.SVGPointItem
Creates a new SVGPointItem.
SVGSVGContext - Interface in org.apache.batik.dom.svg
Context class for svg:svg elements.
SVGTestsSupport - Class in org.apache.batik.dom.svg
This class provides support for SVGTests features.
SVGTestsSupport() - Constructor for class org.apache.batik.dom.svg.SVGTestsSupport
Creates a new SVGTestsSupport object.
SVGTextContent - Interface in org.apache.batik.dom.svg
This class provides the interface for the SVGTextContentElement for the bridge to implement.
SVGTransformItem() - Constructor for class org.apache.batik.dom.svg.AbstractSVGTransformList.SVGTransformItem
Creates a new, uninitialized SVGTransformItem.
SVGTransformItem(SVGTransform) - Constructor for class org.apache.batik.dom.svg.AbstractSVGTransformList.SVGTransformItem
Creates a new SVGTransformItem from the given SVGTransform.
SVGZoomAndPanSupport - Class in org.apache.batik.dom.svg
This class provides support for SVGZoomAndPan features.
SVGZoomAndPanSupport() - Constructor for class org.apache.batik.dom.svg.SVGZoomAndPanSupport
This class does not need to be instantiated.

T

toUnit(short, float, short) - Static method in class org.apache.batik.dom.svg.SVGOMAngle
Converts an angle from one unit to another.
TraitAccess - Interface in org.apache.batik.dom.svg
Interface for accessing traits on an element.
TransformListBuilder(ListHandler) - Constructor for class org.apache.batik.dom.svg.AbstractSVGTransformList.TransformListBuilder
Creates a new TransformListBuilder.
translate(float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGMatrix
Implements SVGMatrix.translate(float,float).
translate(float) - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList.SVGTransformItem
Sets the transform to be an x translation.
translate(float) - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList.TransformListBuilder
translate(float, float) - Method in class org.apache.batik.dom.svg.AbstractSVGTransformList.TransformListBuilder
type - Variable in class org.apache.batik.dom.svg.AbstractSVGTransform
Type of the transformation.
type - Variable in class org.apache.batik.dom.svg.SVGPathSegItem
 

U

UNITS - Static variable in class org.apache.batik.dom.svg.SVGOMAngle
The unit string representations.
unpauseAnimations() - Method in interface org.apache.batik.dom.svg.SVGSVGContext
Unpauses animations in the document.
unsuspendRedraw(int) - Method in interface org.apache.batik.dom.svg.SVGSVGContext
Unsuspends redrawing of the canvas.
unsuspendRedrawAll() - Method in interface org.apache.batik.dom.svg.SVGSVGContext
Unsuspends redrawing of the canvas.

V

valid - Variable in class org.apache.batik.dom.svg.AbstractSVGList
Whether this list is valid.
value - Variable in class org.apache.batik.dom.svg.AbstractSVGNumber
The number.
value - Variable in exception org.apache.batik.dom.svg.LiveAttributeException
The malformed attribute value.
value - Variable in class org.apache.batik.dom.svg.SVGOMAngle
The value of this angle.

W

w - Variable in class org.apache.batik.dom.svg.SVGOMRect
The rect's width.
wheelDelta - Variable in class org.apache.batik.dom.svg12.SVGOMWheelEvent
The number of clicks the mouse wheel has been moved.

X

x - Variable in class org.apache.batik.dom.svg.AbstractSVGTransform
The x coordinate of the center of the rotation, if this transformation is a rotation.
x - Variable in class org.apache.batik.dom.svg.SVGOMPoint
The x coordinate.
x - Variable in class org.apache.batik.dom.svg.SVGOMRect
The rect's x coordinate.
x - Variable in class org.apache.batik.dom.svg.SVGPointItem
The x value.
XBLOMShadowTreeEvent - Class in org.apache.batik.dom.svg12
This class implements the ShadowTreeEvent event class.
XBLOMShadowTreeEvent() - Constructor for class org.apache.batik.dom.svg12.XBLOMShadowTreeEvent
 
xblShadowTree - Variable in class org.apache.batik.dom.svg12.XBLOMShadowTreeEvent
The shadow tree that is the object of this event.
xMaxYMax() - Method in class org.apache.batik.dom.svg.AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler
Invoked when 'xMaxYMax' has been parsed.
xMaxYMid() - Method in class org.apache.batik.dom.svg.AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler
Invoked when 'xMaxYMid' has been parsed.
xMaxYMin() - Method in class org.apache.batik.dom.svg.AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler
Invoked when 'xMaxYMin' has been parsed.
xMidYMax() - Method in class org.apache.batik.dom.svg.AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler
Invoked when 'xMidYMax' has been parsed.
xMidYMid() - Method in class org.apache.batik.dom.svg.AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler
Invoked when 'xMidYMid' has been parsed.
xMidYMin() - Method in class org.apache.batik.dom.svg.AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler
Invoked when 'xMidYMin' has been parsed.
xMinYMax() - Method in class org.apache.batik.dom.svg.AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler
Invoked when 'xMinYMax' has been parsed.
xMinYMid() - Method in class org.apache.batik.dom.svg.AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler
Invoked when 'xMinYMid' has been parsed.
xMinYMin() - Method in class org.apache.batik.dom.svg.AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler
Invoked when 'xMinYMin' has been parsed.
xOnly - Variable in class org.apache.batik.dom.svg.AbstractSVGTransformList.SVGTransformItem
Whether the transform value specifies only an x value, no y value.

Y

y - Variable in class org.apache.batik.dom.svg.AbstractSVGTransform
The y coordinate of the center of the rotation, if this transformation is a rotation.
y - Variable in class org.apache.batik.dom.svg.SVGOMPoint
The y coordinate.
y - Variable in class org.apache.batik.dom.svg.SVGOMRect
The rect's y coordinate.
y - Variable in class org.apache.batik.dom.svg.SVGPointItem
The y value.
A C D E F G H I K L M N O P R S T U V W X Y 
Skip navigation links

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