Uses of Interface
org.w3c.dom.Element

Packages that use Element
org.apache.batik.apps.svgbrowser   
org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. 
org.apache.batik.css.dom   
org.apache.batik.css.engine   
org.apache.batik.css.engine.sac   
org.apache.batik.dom Provides an implementation of the DOM level 2 core module. 
org.apache.batik.dom.svg   
org.apache.batik.dom.util Provides some utility classes for the implementation of the DOM. 
org.apache.batik.extension This package contains Batik's extensions to standard SVG (custom elements, additional bridges...). 
org.apache.batik.extension.svg   
org.apache.batik.svggen Provides an API on top of the AbstractGraphics2D to translate Java 2D primitives into the SVG format. 
org.apache.batik.swing   
org.apache.batik.swing.svg   
org.apache.batik.util Provides some useful classes. 
org.w3c.dom   
org.w3c.dom.css   
org.w3c.dom.svg   
 

Uses of Element in org.apache.batik.apps.svgbrowser
 

Methods in org.apache.batik.apps.svgbrowser with parameters of type Element
 void JSVGViewerFrame.UserAgent.handleElement(Element elt, java.lang.Object data)
           
 

Uses of Element in org.apache.batik.bridge
 

Fields in org.apache.batik.bridge declared as Element
protected  Element AbstractGraphicsNodeBridge.e
          The element that has been handled by this bridge.
protected  Element SVGImageElementBridge.ForwardEventListener.svgElement
          The root element of the SVG image.
protected  Element SVGImageElementBridge.ForwardEventListener.imgElement
          The image element.
protected  Element UnitProcessor.DefaultContext.e
          The element.
protected  Element SVGTextElementBridge.AbstractTextChildSVGContext.e
          Element
protected  Element SVGFontFamily.fontElement
           
protected  Element BridgeException.e
          The element on which the error occured.
protected  Element BridgeEventSupport.Listener.lastTargetElement
           
 

Methods in org.apache.batik.bridge that return Element
 Element UnitProcessor.DefaultContext.getElement()
          Returns the element.
static Element SVGUtilities.getParentElement(Element elt)
          Returns the logical parent element of the given element.
 Element URIResolver.getElement(java.lang.String uri, Element ref)
          Imports the Element referenced by the given URI on Element ref.
 Element BridgeException.getElement()
          Returns the element on which the error occurred.
 Element BridgeContext.getReferencedElement(Element e, java.lang.String uri)
          Returns the element referenced by the specified element by the specified uri.
 Element BridgeContext.getElement(GraphicsNode node)
          Returns the Element associated to the specified GraphicsNode or null if any.
protected static Element SVGFontUtilities.findFontElement(Element ffElt, java.lang.String family, BridgeContext ctx)
          Finds the font element corresponding to the given font-face element.
protected  Element BridgeEventSupport.Listener.getRelatedElement(GraphicsNodeMouseEvent evt)
          Returns the related element according to the specified event.
protected  Element BridgeEventSupport.Listener.getEventTarget(GraphicsNode node, java.awt.geom.Point2D coords)
          Returns the element that is the target of the specified event or null if any.
 

Methods in org.apache.batik.bridge with parameters of type Element
 Glyph[] SVGAltGlyphElementBridge.createAltGlyphArray(BridgeContext ctx, Element altGlyphElement, float fontSize, java.text.AttributedCharacterIterator aci)
          Constructs an array of Glyphs that represents the specified <altGlyph> element at the requested size.
 GraphicsNode AbstractGraphicsNodeBridge.createGraphicsNode(BridgeContext ctx, Element e)
          Creates a GraphicsNode according to the specified parameters.
 void AbstractGraphicsNodeBridge.buildGraphicsNode(BridgeContext ctx, Element e, GraphicsNode node)
          Builds using the specified BridgeContext and element, the specified graphics node.
 boolean AbstractGraphicsNodeBridge.getDisplay(Element e)
          Returns true if the graphics node has to be displayed, false otherwise.
protected  void AbstractGraphicsNodeBridge.initializeDynamicSupport(BridgeContext ctx, Element e, GraphicsNode node)
          This method is invoked during the build phase if the document is dynamic.
 GraphicsNode SVGShapeElementBridge.createGraphicsNode(BridgeContext ctx, Element e)
          Creates a graphics node using the specified BridgeContext and for the specified element.
 void SVGShapeElementBridge.buildGraphicsNode(BridgeContext ctx, Element e, GraphicsNode node)
          Builds using the specified BridgeContext and element, the specified graphics node.
protected  ShapePainter SVGShapeElementBridge.createShapePainter(BridgeContext ctx, Element e, ShapeNode shapeNode)
          Creates the shape painter associated to the specified element.
protected abstract  void SVGShapeElementBridge.buildShape(BridgeContext ctx, Element e, ShapeNode node)
          Initializes the specified ShapeNode's shape defined by the specified Element and using the specified bridge context.
protected  ShapePainter SVGDecoratedShapeElementBridge.createShapePainter(BridgeContext ctx, Element e, ShapeNode shapeNode)
          Creates the shape painter associated to the specified element.
protected  void SVGPolygonElementBridge.buildShape(BridgeContext ctx, Element e, ShapeNode shapeNode)
          Constructs a polygon according to the specified parameters.
 Kern SVGKernElementBridge.createKern(BridgeContext ctx, Element kernElement, SVGGVTFont font)
          Creates a Kern object that repesents the specified kerning element.
 GraphicsNode SVGImageElementBridge.createGraphicsNode(BridgeContext ctx, Element e)
          Creates a graphics node using the specified BridgeContext and for the specified element.
protected  void SVGImageElementBridge.initializeDynamicSupport(BridgeContext ctx, Element e, GraphicsNode node)
          This method is invoked during the build phase if the document is dynamic.
protected static GraphicsNode SVGImageElementBridge.createRasterImageNode(BridgeContext ctx, Element e, ParsedURL purl)
          Returns a GraphicsNode that represents an raster image in JPEG or PNG format.
protected static GraphicsNode SVGImageElementBridge.createSVGImageNode(BridgeContext ctx, Element e, SVGDocument imgDocument)
          Returns a GraphicsNode that represents a svg document as an image.
protected static void SVGImageElementBridge.initializeViewport(BridgeContext ctx, Element e, GraphicsNode node, float[] vb, java.awt.geom.Rectangle2D bounds)
          Initializes according to the specified element, the specified graphics node with the specified bounds.
protected static ICCColorSpaceExt SVGImageElementBridge.extractColorSpace(Element element, BridgeContext ctx)
          Analyzes the color-profile property and builds an ICCColorSpaceExt object from it.
protected static java.awt.geom.Rectangle2D SVGImageElementBridge.getImageBounds(BridgeContext ctx, Element element)
          Returns the bounds of the specified image element.
protected  void SVGCircleElementBridge.buildShape(BridgeContext ctx, Element e, ShapeNode shapeNode)
          Constructs a circle according to the specified parameters.
static java.awt.geom.AffineTransform ViewBox.getViewTransform(java.lang.String ref, Element e, float w, float h)
          Parses the specified reference (from a URI) and returns the appropriate transform.
static java.awt.geom.AffineTransform ViewBox.getPreserveAspectRatioTransform(Element e, float w, float h)
          Returns the transformation matrix to apply to initalize a viewport or null if the specified viewBox disables the rendering of the element.
static java.awt.geom.AffineTransform ViewBox.getPreserveAspectRatioTransform(Element e, java.lang.String viewBox, java.lang.String aspectRatio, float w, float h)
          Returns the transformation matrix to apply to initalize a viewport or null if the specified viewBox disables the rendering of the element.
static java.awt.geom.AffineTransform ViewBox.getPreserveAspectRatioTransform(Element e, float[] vb, float w, float h)
          Returns the transformation matrix to apply to initalize a viewport or null if the specified viewBox disables the rendering of the element.
static float[] ViewBox.parseViewBoxAttribute(Element e, java.lang.String value)
          Parses a viewBox attribute.
 java.awt.Paint AbstractSVGGradientElementBridge.createPaint(BridgeContext ctx, Element paintElement, Element paintedElement, GraphicsNode paintedNode, float opacity)
          Creates a Paint according to the specified parameters.
protected abstract  java.awt.Paint AbstractSVGGradientElementBridge.buildGradient(Element paintElement, Element paintedElement, GraphicsNode paintedNode, MultipleGradientPaint.CycleMethodEnum spreadMethod, MultipleGradientPaint.ColorSpaceEnum colorSpace, java.awt.geom.AffineTransform transform, java.awt.Color[] colors, float[] offsets, BridgeContext ctx)
          Builds a concrete gradient according to the specified parameters.
protected static MultipleGradientPaint.CycleMethodEnum AbstractSVGGradientElementBridge.convertSpreadMethod(Element paintElement, java.lang.String s)
          Converts the spreadMethod attribute.
protected static java.util.List AbstractSVGGradientElementBridge.extractStop(Element paintElement, float opacity, BridgeContext ctx)
          Returns the stops elements of the specified gradient element.
protected static java.util.List AbstractSVGGradientElementBridge.extractLocalStop(Element gradientElement, float opacity, BridgeContext ctx)
          Returns a list of Stop elements, children of the specified paintElement can have or null if any.
protected  java.awt.Paint SVGRadialGradientElementBridge.buildGradient(Element paintElement, Element paintedElement, GraphicsNode paintedNode, MultipleGradientPaint.CycleMethodEnum spreadMethod, MultipleGradientPaint.ColorSpaceEnum colorSpace, java.awt.geom.AffineTransform transform, java.awt.Color[] colors, float[] offsets, BridgeContext ctx)
          Builds a radial gradient according to the specified parameters.
 GraphicsNode GVTBuilder.build(BridgeContext ctx, Element e)
          Builds using the specified bridge context the specified Element.
protected  void GVTBuilder.buildComposite(BridgeContext ctx, Element e, CompositeGraphicsNode parentNode)
          Builds a composite Element.
protected  void GVTBuilder.buildGraphicsNode(BridgeContext ctx, Element e, CompositeGraphicsNode parentNode)
          Builds a 'leaf' Element.
 GraphicsNode SVGGElementBridge.createGraphicsNode(BridgeContext ctx, Element e)
          Creates a GraphicsNode according to the specified parameters.
 void SVGGElementBridge.handleElementAdded(CompositeGraphicsNode gn, Node parent, Element childElt)
          Invoked when an MutationEvent of type 'DOMNodeInserted' is fired.
 SVGGVTFont SVGFontElementBridge.createFont(BridgeContext ctx, Element fontElement, Element textElement, float size, SVGFontFace fontFace)
          Constructs a new SVGGVTFont that represents the specified <font> element at the requested size.
 GraphicsNode SVGUseElementBridge.createGraphicsNode(BridgeContext ctx, Element e)
          Creates a GraphicsNode according to the specified parameters.
protected  java.awt.geom.AffineTransform SVGUseElementBridge.computeTransform(Element e)
          Computes the AffineTransform for the node
protected  void SVGLineElementBridge.buildShape(BridgeContext ctx, Element e, ShapeNode shapeNode)
          Constructs a line according to the specified parameters.
 Marker SVGMarkerElementBridge.createMarker(BridgeContext ctx, Element markerElement, Element paintedElement)
          Creates a Marker according to the specified parameters.
protected static Filter AbstractSVGFilterPrimitiveElementBridge.getIn(Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.util.Map filterMap, BridgeContext ctx)
          Returns the input source of the specified filter primitive element defined by its 'in' attribute.
protected static Filter AbstractSVGFilterPrimitiveElementBridge.getIn2(Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.util.Map filterMap, BridgeContext ctx)
          Returns the input source of the specified filter primitive element defined by its 'in2' attribute.
protected static void AbstractSVGFilterPrimitiveElementBridge.updateFilterMap(Element filterElement, Filter filter, java.util.Map filterMap)
          Updates the filterMap according to the specified parameters.
protected static void AbstractSVGFilterPrimitiveElementBridge.handleColorInterpolationFilters(Filter filter, Element filterElement)
          Handles the 'color-interpolation-filters' CSS property.
protected static int AbstractSVGFilterPrimitiveElementBridge.convertInteger(Element filterElement, java.lang.String attrName, int defaultValue)
          Converts on the specified filter primitive element, the specified attribute that represents an integer and with the specified default value.
protected static float AbstractSVGFilterPrimitiveElementBridge.convertNumber(Element filterElement, java.lang.String attrName, float defaultValue)
          Converts on the specified filter primitive element, the specified attribute that represents a float and with the specified default value.
 Filter SVGFeFloodElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
protected static Light AbstractSVGLightingElementBridge.extractLight(Element filterElement, BridgeContext ctx)
          Returns the light from the specified lighting filter primitive element or null if any
protected static double[] AbstractSVGLightingElementBridge.convertKernelUnitLength(Element filterElement)
          Convert the 'kernelUnitLength' attribute of the specified feDiffuseLighting or feSpecularLighting filter primitive element.
 Filter SVGFeSpecularLightingElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
protected static float SVGFeSpecularLightingElementBridge.convertSpecularExponent(Element filterElement)
          Returns the specular exponent of the specular feSpecularLighting filter primitive element.
static UnitProcessor.Context UnitProcessor.createContext(BridgeContext ctx, Element e)
          Creates a context for the specified element.
 Filter SVGFeTurbulenceElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
protected static float[] SVGFeTurbulenceElementBridge.convertBaseFrenquency(Element e)
          Converts the 'baseFrequency' attribute of the specified feTurbulence element.
protected static boolean SVGFeTurbulenceElementBridge.convertStitchTiles(Element e)
          Converts the 'stitchTiles' attribute of the specified feTurbulence element.
protected static boolean SVGFeTurbulenceElementBridge.convertType(Element e)
          Converts the 'type' attribute of the specified feTurbulence element.
 Filter SVGFeTileElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
protected  void SVGPathElementBridge.buildShape(BridgeContext ctx, Element e, ShapeNode shapeNode)
          Constructs a path according to the specified parameters.
 ICCColorSpaceExt SVGColorProfileElementBridge.createICCColorSpaceExt(BridgeContext ctx, Element paintedElement, java.lang.String iccProfileName)
          Creates an ICC_ColorSpace according to the specified parameters.
 GraphicsNode GraphicsNodeBridge.createGraphicsNode(BridgeContext ctx, Element e)
          Creates a GraphicsNode according to the specified parameters.
 void GraphicsNodeBridge.buildGraphicsNode(BridgeContext ctx, Element e, GraphicsNode node)
          Builds using the specified BridgeContext and element, the specified graphics node.
 boolean GraphicsNodeBridge.getDisplay(Element e)
          Returns true if the graphics node has to be displayed, false otherwise.
 Filter SVGFeCompositeElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
protected static CompositeRule SVGFeCompositeElementBridge.convertOperator(Element filterElement)
          Converts the 'operator' attribute of the specified feComposite filter primitive element.
 void UserAgent.handleElement(Element elt, java.lang.Object data)
          Notifies the UserAgent that the input element has been found in the document.
 Filter SVGFeImageElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
protected static Filter SVGFeImageElementBridge.createSVGFeImage(BridgeContext ctx, java.awt.geom.Rectangle2D primitiveRegion, Element refElement, boolean toBBoxNeeded, Element filterElement, GraphicsNode filteredNode)
          Returns a Filter that represents a svg document or element as an image.
 void UserAgentAdapter.handleElement(Element elt, java.lang.Object data)
          Notifies the UserAgent that the input element has been found in the document.
static Element SVGUtilities.getParentElement(Element elt)
          Returns the logical parent element of the given element.
static boolean SVGUtilities.matchUserAgent(Element elt, UserAgent ua)
          Tests whether or not the given element match a specified user agent.
static java.lang.String SVGUtilities.getChainableAttributeNS(Element element, java.lang.String namespaceURI, java.lang.String attrName, BridgeContext ctx)
          Returns the value of the specified attribute specified on the specified element or one of its ancestor.
static java.awt.geom.Rectangle2D SVGUtilities.convertMaskRegion(Element maskElement, Element maskedElement, GraphicsNode maskedNode, BridgeContext ctx)
          Returns the mask region according to the x, y, width, height, and maskUnits attributes.
static java.awt.geom.Rectangle2D SVGUtilities.convertPatternRegion(Element patternElement, Element paintedElement, GraphicsNode paintedNode, BridgeContext ctx)
          Returns the pattern region according to the x, y, width, height, and patternUnits attributes.
static float[] SVGUtilities.convertFilterRes(Element filterElement, BridgeContext ctx)
          Returns an array of 2 float numbers that describes the filter resolution of the specified filter element.
static java.awt.geom.Rectangle2D SVGUtilities.convertFilterChainRegion(Element filterElement, Element filteredElement, GraphicsNode filteredNode, BridgeContext ctx)
          Returns the filter region according to the x, y, width, height, and filterUnits attributes.
static java.awt.geom.Rectangle2D SVGUtilities.convertFilterPrimitiveRegion(Element filterPrimitiveElement, Element filteredElement, GraphicsNode filteredNode, java.awt.geom.Rectangle2D defaultRegion, java.awt.geom.Rectangle2D filterRegion, BridgeContext ctx)
          Returns the filter primitive region according to the x, y, width, height, and filterUnits attributes.
static short SVGUtilities.parseCoordinateSystem(Element e, java.lang.String attr, java.lang.String coordinateSystem)
          Parses the specified coordinate system defined by the specified element.
static short SVGUtilities.parseMarkerCoordinateSystem(Element e, java.lang.String attr, java.lang.String coordinateSystem)
          Parses the specified coordinate system defined by the specified marker element.
static java.awt.geom.AffineTransform SVGUtilities.convertTransform(Element e, java.lang.String attr, java.lang.String transform)
          Returns an AffineTransform according to the specified parameters.
static void SVGUtilities.bridgeChildren(BridgeContext ctx, Element elt)
          Scans the children of the input e element and invokes any registered bridge found for the children.
abstract  Light AbstractSVGLightingElementBridge.AbstractSVGLightElementBridge.createLight(BridgeContext ctx, Element filterElement, Element lightElement, java.awt.Color color)
          Creates a Light according to the specified parameters.
 Light AbstractSVGLightingElementBridge.SVGFeSpotLightElementBridge.createLight(BridgeContext ctx, Element filterElement, Element lightElement, java.awt.Color color)
          Creates a Light according to the specified parameters.
 Light AbstractSVGLightingElementBridge.SVGFeDistantLightElementBridge.createLight(BridgeContext ctx, Element filterElement, Element lightElement, java.awt.Color color)
          Creates a Light according to the specified parameters.
 Light AbstractSVGLightingElementBridge.SVGFePointLightElementBridge.createLight(BridgeContext ctx, Element filterElement, Element lightElement, java.awt.Color color)
          Creates a Light according to the specified parameters.
static ShapePainter PaintServer.convertMarkers(Element e, ShapeNode node, BridgeContext ctx)
          Returns a ShapePainter defined on the specified element and for the specified shape node.
static Marker PaintServer.convertMarker(Element e, Value v, BridgeContext ctx)
          Returns a Marker defined on the specified element by the specified value, and for the specified shape node.
static ShapePainter PaintServer.convertFillAndStroke(Element e, ShapeNode node, BridgeContext ctx)
          Returns a ShapePainter defined on the specified element and for the specified shape node, and using the specified bridge context.
static java.awt.Paint PaintServer.convertStrokePaint(Element strokedElement, GraphicsNode strokedNode, BridgeContext ctx)
          Converts for the specified element, its stroke paint properties to a Paint object.
static java.awt.Paint PaintServer.convertFillPaint(Element filledElement, GraphicsNode filledNode, BridgeContext ctx)
          Converts for the specified element, its fill paint properties to a Paint object.
protected static java.awt.Paint PaintServer.convertPaint(Element paintedElement, GraphicsNode paintedNode, Value paintDef, float opacity, BridgeContext ctx)
          Converts a Paint definition to a concrete java.awt.Paint instance according to the specified parameters.
static java.awt.Paint PaintServer.silentConvertURIPaint(Element paintedElement, GraphicsNode paintedNode, ListValue paintDef, float opacity, BridgeContext ctx)
          Converts a Paint specified by URI without sending any error.
static java.awt.Paint PaintServer.convertURIPaint(Element paintedElement, GraphicsNode paintedNode, Value paintDef, float opacity, BridgeContext ctx)
          Converts a Paint specified as a URI.
static java.awt.Color PaintServer.convertRGBICCColor(Element paintedElement, Value colorDef, ICCColor iccColor, float opacity, BridgeContext ctx)
          Returns a Color object that corresponds to the input Paint's ICC color value or an RGB color if the related color profile could not be used or loaded for any reason.
static java.awt.Color PaintServer.convertICCColor(Element e, ICCColor c, float opacity, BridgeContext ctx)
          Returns a Color object that corresponds to the input Paint's ICC color value or null if the related color profile could not be used or loaded for any reason.
static java.awt.Stroke PaintServer.convertStroke(Element e)
          Converts a Stroke object defined on the specified element.
 Filter SVGFeComponentTransferElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
 ComponentTransferFunction SVGFeComponentTransferElementBridge.SVGFeFuncElementBridge.createComponentTransferFunction(Element filterElement, Element funcElement)
          Creates a ComponentTransferFunction according to the specified parameters.
protected static float[] SVGFeComponentTransferElementBridge.SVGFeFuncElementBridge.convertTableValues(Element e)
          Converts the 'tableValues' attribute of the specified component transfer function element.
protected static int SVGFeComponentTransferElementBridge.SVGFeFuncElementBridge.convertType(Element e)
          Converts the type of the specified component transfert function element.
 GraphicsNode SVGSwitchElementBridge.createGraphicsNode(BridgeContext ctx, Element e)
          Creates a GraphicsNode according to the specified parameters.
 void SVGSwitchElementBridge.buildGraphicsNode(BridgeContext ctx, Element e, GraphicsNode node)
          Builds using the specified BridgeContext and element, the specified graphics node.
 boolean SVGSwitchElementBridge.getDisplay(Element e)
          Returns true if the graphics node has to be displayed, false otherwise.
 void SVGTitleElementBridge.handleElement(BridgeContext ctx, Element e)
          Invoked to handle an Element for a given BridgeContext.
 Filter SVGFeOffsetElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
 GraphicsNode SVGTextElementBridge.createGraphicsNode(BridgeContext ctx, Element e)
          Creates a GraphicsNode according to the specified parameters.
protected  java.awt.geom.Point2D SVGTextElementBridge.getLocation(BridgeContext ctx, Element e)
          Returns the text node location according to the 'x' and 'y' attributes of the specified text element.
 void SVGTextElementBridge.buildGraphicsNode(BridgeContext ctx, Element e, GraphicsNode node)
          Builds using the specified BridgeContext and element, the specified graphics node.
protected  void SVGTextElementBridge.initializeDynamicSupport(BridgeContext ctx, Element e, GraphicsNode node)
          This method insures that any modification to a text element and its children is going to be reflected into the GVT tree.
protected  void SVGTextElementBridge.addContextToChild(BridgeContext ctx, Element e)
          Add to the element children of the node, a SVGContext to support dynamic updated .
protected  java.text.AttributedString SVGTextElementBridge.buildAttributedString(BridgeContext ctx, Element element)
          Creates the attributed string which represents the given text element children.
protected  void SVGTextElementBridge.fillAttributedStringBuffer(BridgeContext ctx, Element element, boolean top, TextPath textPath, SVGTextElementBridge.AttributedStringBuffer asb)
          Fills the given AttributedStringBuffer.
protected  void SVGTextElementBridge.addGlyphPositionAttributes(java.text.AttributedString as, Element element, BridgeContext ctx)
          Adds glyph position attributes to an AttributedString.
protected  void SVGTextElementBridge.addChildGlyphPositionAttributes(java.text.AttributedString as, Element element, BridgeContext ctx)
           
protected  void SVGTextElementBridge.addPaintAttributes(java.text.AttributedString as, Element element, TextNode node, SVGTextElementBridge.TextDecoration textDecoration, BridgeContext ctx)
          Adds painting attributes to an AttributedString.
protected  void SVGTextElementBridge.addChildPaintAttributes(java.text.AttributedString as, Element element, TextNode node, SVGTextElementBridge.TextDecoration textDecoration, BridgeContext ctx)
           
protected  java.util.Map SVGTextElementBridge.getAttributeMap(BridgeContext ctx, Element element, TextPath textPath)
          Returns the map to pass to the current characters.
protected  SVGTextElementBridge.TextDecoration SVGTextElementBridge.getParentTextDecoration(java.text.AttributedCharacterIterator aci, Element child)
          Retrieve in the AttributeString the closest parent of the node 'child' and extract the text decorations of the parent.
protected  SVGTextElementBridge.TextDecoration SVGTextElementBridge.getTextDecoration(Element element, GraphicsNode node, SVGTextElementBridge.TextDecoration parent, BridgeContext ctx)
          Constructs a TextDecoration object for the specified element.
static CSSEngine CSSUtilities.getCSSEngine(Element e)
          Returns CSSEngine associated to the specified element.
static Value CSSUtilities.getComputedStyle(Element e, int property)
          Returns the computed style of the given property.
static int CSSUtilities.convertPointerEvents(Element e)
          Returns the type that describes how this graphics node reacts to events.
static java.awt.geom.Rectangle2D CSSUtilities.convertEnableBackground(Element e)
          Returns the subregion of user space where access to the background image is allowed to happen.
static boolean CSSUtilities.convertColorInterpolationFilters(Element e)
          Returns the color space for the specified filter element.
static MultipleGradientPaint.ColorSpaceEnum CSSUtilities.convertColorInterpolation(Element e)
          Returns the color space for the specified element.
static java.awt.RenderingHints CSSUtilities.convertShapeRendering(Element e, java.awt.RenderingHints hints)
          Fills the rendering hints for the specified shape element or do nothing none has been specified.
static java.awt.RenderingHints CSSUtilities.convertTextRendering(Element e, java.awt.RenderingHints hints)
          Fills the rendering hints for the specified text element or do nothing if none has been specified.
static java.awt.RenderingHints CSSUtilities.convertImageRendering(Element e, java.awt.RenderingHints hints)
          Fills the rendering hints for the specified image element or do nothing if none has been specified.
static java.awt.RenderingHints CSSUtilities.convertColorRendering(Element e, java.awt.RenderingHints hints)
          Fills the rendering hints for the specified element or do nothing if none has been specified.
static boolean CSSUtilities.convertDisplay(Element e)
          Returns true if the specified element has to be displayed, false otherwise.
static boolean CSSUtilities.convertVisibility(Element e)
          Returns true if the specified element is visible, false otherwise.
static java.awt.Composite CSSUtilities.convertOpacity(Element e)
          Returns a composite object that represents the 'opacity' of the specified element.
static boolean CSSUtilities.convertOverflow(Element e)
          Returns true if the 'overflow' property indicates that an additional clip is required, false otherwise.
static float[] CSSUtilities.convertClip(Element e)
          Returns an array of floating offsets representing the 'clip' property or null if 'auto'.
static Filter CSSUtilities.convertFilter(Element filteredElement, GraphicsNode filteredNode, BridgeContext ctx)
          Returns a Filter referenced by the specified element and which applies on the specified graphics node.
static ClipRable CSSUtilities.convertClipPath(Element clippedElement, GraphicsNode clippedNode, BridgeContext ctx)
          Returns a Clip referenced by the specified element and which applies on the specified graphics node.
static int CSSUtilities.convertClipRule(Element e)
          Returns the 'clip-rule' for the specified element.
static Mask CSSUtilities.convertMask(Element maskedElement, GraphicsNode maskedNode, BridgeContext ctx)
          Returns a Mask referenced by the specified element and which applies on the specified graphics node.
static int CSSUtilities.convertFillRule(Element e)
          Returns the 'fill-rule' for the specified element.
static java.awt.Color CSSUtilities.convertLightingColor(Element e, BridgeContext ctx)
          Converts the color defined on the specified lighting filter element to a Color.
static java.awt.Color CSSUtilities.convertFloodColor(Element e, BridgeContext ctx)
          Converts the color defined on the specified <feFlood> element to a Color.
static java.awt.Color CSSUtilities.convertStopColor(Element e, float opacity, BridgeContext ctx)
          Converts the color defined on the specified <stop> element to a Color.
static void CSSUtilities.computeStyleAndURIs(Element refElement, Element localRefElement, java.lang.String uri)
          Partially computes the style in the 'def' tree and set it in the 'use' tree.
 Glyph SVGGlyphElementBridge.createGlyph(BridgeContext ctx, Element glyphElement, Element textElement, int glyphCode, float fontSize, SVGFontFace fontFace, java.awt.Paint fillPaint, java.awt.Paint strokePaint, java.awt.Stroke stroke)
          Constructs a new Glyph that represents the specified <glyph> element at the requested size.
 Element URIResolver.getElement(java.lang.String uri, Element ref)
          Imports the Element referenced by the given URI on Element ref.
 Node URIResolver.getNode(java.lang.String uri, Element ref)
          Imports the Node referenced by the given URI on Element ref.
 java.awt.Paint PaintBridge.createPaint(BridgeContext ctx, Element paintElement, Element paintedElement, GraphicsNode paintedNode, float opacity)
          Creates a Paint according to the specified parameters.
 Filter SVGFeColorMatrixElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
protected static float[][] SVGFeColorMatrixElementBridge.convertValuesToMatrix(Element filterElement)
          Converts the 'values' attribute of the specified feColorMatrix filter primitive element for the 'matrix' type.
protected static float SVGFeColorMatrixElementBridge.convertValuesToSaturate(Element filterElement)
          Converts the 'values' attribute of the specified feColorMatrix filter primitive element for the 'saturate' type.
protected static float SVGFeColorMatrixElementBridge.convertValuesToHueRotate(Element filterElement)
          Converts the 'values' attribute of the specified feColorMatrix filter primitive element for the 'hueRotate' type.
protected static int SVGFeColorMatrixElementBridge.convertType(Element filterElement)
          Converts the type of the specified color matrix filter primitive.
 Filter SVGFeDiffuseLightingElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
 Filter SVGFeGaussianBlurElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
protected static float[] SVGFeGaussianBlurElementBridge.convertStdDeviation(Element filterElement)
          Returns the standard deviation of the specified feGaussianBlur filter primitive element.
 TextPath SVGTextPathElementBridge.createTextPath(BridgeContext ctx, Element textPathElement)
          Creates a TextPath object that represents the path along which the text is to be rendered.
 Marker MarkerBridge.createMarker(BridgeContext ctx, Element markerElement, Element paintedElement)
          Creates a Marker according to the specified parameters.
 Filter SVGFilterElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode)
          Creates a Filter according to the specified parameters.
protected static Filter SVGFilterElementBridge.buildFilterPrimitives(Element filterElement, java.awt.geom.Rectangle2D filterRegion, Element filteredElement, GraphicsNode filteredNode, Filter in, java.util.Map filterNodeMap, BridgeContext ctx)
          Builds the filter primitives of filter chain of the specified filter element and returns the last filter primitive created.
protected static Filter SVGFilterElementBridge.buildLocalFilterPrimitives(Element filterElement, java.awt.geom.Rectangle2D filterRegion, Element filteredElement, GraphicsNode filteredNode, Filter in, java.util.Map filterNodeMap, BridgeContext ctx)
          Builds the filter primitives of filter chain of the specified filter element and returns the last filter primitive created or 'in' if no filter primitive has been specified.
 Filter SVGFeConvolveMatrixElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
protected static int[] SVGFeConvolveMatrixElementBridge.convertOrder(Element filterElement)
          Convert the 'order' attribute of the specified feConvolveMatrix filter primitive element.
protected static float[] SVGFeConvolveMatrixElementBridge.convertKernelMatrix(Element filterElement, int[] orderXY)
          Convert the 'kernelMatrix' attribute of the specified feConvolveMatrix filter primitive element.
protected static float SVGFeConvolveMatrixElementBridge.convertDivisor(Element filterElement, float[] kernelMatrix)
          Convert the 'divisor' attribute of the specified feConvolveMatrix filter primitive element.
protected static int[] SVGFeConvolveMatrixElementBridge.convertTarget(Element filterElement, int[] orderXY)
          Convert the 'targetX' and 'targetY' attributes of the specified feConvolveMatrix filter primitive element.
protected static double[] SVGFeConvolveMatrixElementBridge.convertKernelUnitLength(Element filterElement)
          Convert the 'kernelUnitLength' attribute of the specified feConvolveMatrix filter primitive element.
protected static PadMode SVGFeConvolveMatrixElementBridge.convertEdgeMode(Element filterElement)
          Convert the 'edgeMode' attribute of the specified feConvolveMatrix filter primitive element.
protected static boolean SVGFeConvolveMatrixElementBridge.convertPreserveAlpha(Element filterElement)
          Convert the 'preserveAlpha' attribute of the specified feConvolveMatrix filter primitive element.
 ClipRable SVGClipPathElementBridge.createClip(BridgeContext ctx, Element clipElement, Element clipedElement, GraphicsNode clipedNode)
          Creates a Clip according to the specified parameters.
static boolean BaseScriptingEnvironment.isDynamicElement(Element elt)
          Tells whether the given SVG element is dynamic.
protected  void BaseScriptingEnvironment.dispatchSVGLoad(Element elt, Interpreter interp, boolean checkCanRun, java.lang.String lang)
          Auxiliary method for dispatchSVGLoad.
 Filter SVGFeBlendElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
protected static CompositeRule SVGFeBlendElementBridge.convertMode(Element filterElement)
          Converts the 'mode' of the specified feBlend filter primitive.
 java.awt.Paint SVGPatternElementBridge.createPaint(BridgeContext ctx, Element patternElement, Element paintedElement, GraphicsNode paintedNode, float opacity)
          Creates a Paint according to the specified parameters.
protected static CompositeGraphicsNode SVGPatternElementBridge.extractPatternContent(Element patternElement, BridgeContext ctx)
          Returns the content of the specified pattern element.
protected static CompositeGraphicsNode SVGPatternElementBridge.extractLocalPatternContent(Element e, BridgeContext ctx)
          Returns the content of the specified pattern element or null if any.
 Filter FilterPrimitiveBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter in, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
 Mask MaskBridge.createMask(BridgeContext ctx, Element maskElement, Element maskedElement, GraphicsNode maskedNode)
          Creates a Mask according to the specified parameters.
 Filter FilterBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode)
          Creates a Filter according to the specified parameters.
 ClipRable ClipBridge.createClip(BridgeContext ctx, Element clipElement, Element clipedElement, GraphicsNode clipedNode)
          Creates a Clip according to the specified parameters.
 Element BridgeContext.getReferencedElement(Element e, java.lang.String uri)
          Returns the element referenced by the specified element by the specified uri.
 Viewport BridgeContext.getViewport(Element e)
          Returns the viewport of the specified element.
 void BridgeContext.openViewport(Element e, Viewport viewport)
          Starts a new viewport from the specified element.
 void BridgeContext.closeViewport(Element e)
          Closes the viewport associated to the specified element.
 void BridgeContext.bind(Element element, GraphicsNode node)
          Binds the specified GraphicsNode to the specified Element.
 void BridgeContext.unbind(Element element)
          Removes the binding of the specified Element.
 GraphicsNode BridgeContext.getGraphicsNode(Element element)
          Returns the GraphicsNode associated to the specified Element or null if any.
 Bridge BridgeContext.getBridge(Element element)
          Returns the bridge associated with the specified element.
 boolean BridgeContext.hasGraphicsNodeBridge(Element element)
          Returns true if the specified element has a GraphicsNodeBridge associated to it, false otherwise.
 float BridgeContext.getBlockWidth(Element elt)
          Returns the width of the block which directly contains the given element.
 float BridgeContext.getBlockHeight(Element elt)
          Returns the height of the block which directly contains the given element.
 void SVGDescElementBridge.handleElement(BridgeContext ctx, Element e)
          Invoked to handle an Element for a given BridgeContext.
 void SVGAElementBridge.buildGraphicsNode(BridgeContext ctx, Element e, GraphicsNode node)
          Builds using the specified BridgeContext and element, the specified graphics node.
 AbstractSVGGradientElementBridge.Stop AbstractSVGGradientElementBridge.SVGStopElementBridge.createStop(BridgeContext ctx, Element gradientElement, Element stopElement, float opacity)
          Creates a Stop according to the specified parameters.
 int DocumentLoader.getLineNumber(Element e)
          Returns the line in the source code of the specified element or -1 if not found.
 GraphicsNode SVGSVGElementBridge.createGraphicsNode(BridgeContext ctx, Element e)
          Creates a GraphicsNode according to the specified parameters.
 void SVGSVGElementBridge.buildGraphicsNode(BridgeContext ctx, Element e, GraphicsNode node)
          Builds using the specified BridgeContext and element, the specified graphics node.
static GVTFontFamily SVGFontUtilities.getFontFamily(Element textElement, BridgeContext ctx, java.lang.String fontFamilyName, java.lang.String fontWeight, java.lang.String fontStyle)
          Given a font family name tries to find a matching SVG font object.
protected static Element SVGFontUtilities.findFontElement(Element ffElt, java.lang.String family, BridgeContext ctx)
          Finds the font element corresponding to the given font-face element.
protected  void SVGEllipseElementBridge.buildShape(BridgeContext ctx, Element e, ShapeNode shapeNode)
          Constructs an ellipse according to the specified parameters.
 Mask SVGMaskElementBridge.createMask(BridgeContext ctx, Element maskElement, Element maskedElement, GraphicsNode maskedNode)
          Creates a Mask according to the specified parameters.
 SVGFontFace SVGFontFaceElementBridge.createFontFace(BridgeContext ctx, Element fontFaceElement)
          Creates an SVGFontFace that repesents the specified <font-face> element.
 Filter SVGFeDisplacementMapElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
protected static ARGBChannel SVGFeDisplacementMapElementBridge.convertChannelSelector(Element filterElement, java.lang.String attrName, ARGBChannel defaultChannel)
          Returns the channel for the specified feDisplacementMap filter primitive attribute, considering the specified attribute name.
 Filter SVGFeMergeElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
protected static java.util.List SVGFeMergeElementBridge.extractFeMergeNode(Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.util.Map filterMap, BridgeContext ctx)
          Returns a list of Filter objects that represents the feMergeNode of the specified feMerge filter element.
 Filter SVGFeMergeElementBridge.SVGFeMergeNodeElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.util.Map filterMap)
          Creates a Filter according to the specified parameters.
protected  void SVGPolylineElementBridge.buildShape(BridgeContext ctx, Element e, ShapeNode shapeNode)
          Constructs a polyline according to the specified parameters.
protected  void SVGRectElementBridge.buildShape(BridgeContext ctx, Element e, ShapeNode shapeNode)
          Constructs a rectangle according to the specified parameters.
 void GenericBridge.handleElement(BridgeContext ctx, Element e)
          Invoked to handle an Element for a given BridgeContext.
 Filter SVGFeMorphologyElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
protected static float[] SVGFeMorphologyElementBridge.convertRadius(Element filterElement)
          Returns the radius (or radii) of the specified feMorphology filter primitive.
protected static boolean SVGFeMorphologyElementBridge.convertOperator(Element filterElement)
          Returns the 'operator' of the specified feMorphology filter primitive.
protected  void BridgeEventSupport.Listener.dispatchMouseEvent(java.lang.String eventType, Element targetElement, Element relatedElement, java.awt.Point clientXY, GraphicsNodeMouseEvent evt, boolean cancelable)
          Dispatches a DOM MouseEvent according to the specified parameters.
static java.lang.String TextUtilities.getElementContent(Element e)
          Returns the content of the given element.
static java.util.ArrayList TextUtilities.svgHorizontalCoordinateArrayToUserSpace(Element element, java.lang.String attrName, java.lang.String valueStr, BridgeContext ctx)
          Returns the float list that represents a set of horizontal values or percentage.
static java.util.ArrayList TextUtilities.svgVerticalCoordinateArrayToUserSpace(Element element, java.lang.String attrName, java.lang.String valueStr, BridgeContext ctx)
          Returns the float list that represents a set of values or percentage.
static java.util.ArrayList TextUtilities.svgRotateArrayToFloats(Element element, java.lang.String attrName, java.lang.String valueStr, BridgeContext ctx)
           
static java.lang.Float TextUtilities.convertFontSize(Element e)
          Converts the font-size CSS value to a float value.
static java.lang.Float TextUtilities.convertFontStyle(Element e)
          Converts the font-style CSS value to a float value.
static java.lang.Float TextUtilities.convertFontStretch(Element e)
          Converts the font-stretch CSS value to a float value.
static java.lang.Float TextUtilities.convertFontWeight(Element e)
          Converts the font-weight CSS value to a float value.
static TextNode.Anchor TextUtilities.convertTextAnchor(Element e)
          Converts the text-anchor CSS value to a TextNode.Anchor.
static java.lang.Object TextUtilities.convertBaselineShift(Element e)
          Converts a baseline-shift CSS value to a value usable as a text attribute, or null.
static java.lang.Float TextUtilities.convertKerning(Element e)
          Converts a kerning CSS value to a value usable as a text attribute, or null.
static java.lang.Float TextUtilities.convertLetterSpacing(Element e)
          Converts a letter-spacing CSS value to a value usable as a text attribute, or null.
static java.lang.Float TextUtilities.convertWordSpacing(Element e)
          Converts a word-spacing CSS value to a value usable as a text attribute, or null.
protected  java.awt.Paint SVGLinearGradientElementBridge.buildGradient(Element paintElement, Element paintedElement, GraphicsNode paintedNode, MultipleGradientPaint.CycleMethodEnum spreadMethod, MultipleGradientPaint.ColorSpaceEnum colorSpace, java.awt.geom.AffineTransform transform, java.awt.Color[] colors, float[] offsets, BridgeContext ctx)
          Builds a linear gradient according to the specified parameters.
 

Constructors in org.apache.batik.bridge with parameters of type Element
SVGAltGlyphHandler(BridgeContext ctx, Element textElement)
          Constructs an SVGAltGlyphHandler.
SVGImageElementBridge.ForwardEventListener(Element svgElement, Element imgElement)
          Constructs a new ForwardEventListener
UnitProcessor.DefaultContext(BridgeContext ctx, Element e)
           
SVGTextElementBridge.AbstractTextChildSVGContext(BridgeContext ctx, SVGTextElementBridge parent, Element e)
          Initialize the SVGContext implementation with the bridgeContext, the parent bridge, and the element supervised by this context
SVGTextElementBridge.AbstractTextChildBridgeUpdateHandler(BridgeContext ctx, SVGTextElementBridge parent, Element e)
          Initialize the BridgeUpdateHandler implementation.
SVGTextElementBridge.TRefBridge(BridgeContext ctx, SVGTextElementBridge parent, Element e)
           
SVGTextElementBridge.TextPathBridge(BridgeContext ctx, SVGTextElementBridge parent, Element e)
           
SVGTextElementBridge.TspanBridge(BridgeContext ctx, SVGTextElementBridge parent, Element e)
           
SVGFontFamily(SVGFontFace fontFace, Element fontElement, BridgeContext ctx)
          Constructs an SVGFontFamily.
BridgeException(Element e, java.lang.String code, java.lang.Object[] params)
          Constructs a new BridgeException with the specified parameters.
SVGGVTFont(float fontSize, SVGFontFace fontFace, java.lang.String[] glyphUnicodes, java.lang.String[] glyphNames, java.lang.String[] glyphLangs, java.lang.String[] glyphOrientations, java.lang.String[] glyphForms, BridgeContext ctx, Element[] glyphElements, Element missingGlyphElement, Element[] hkernElements, Element[] vkernElements, Element textElement)
          Constructs a new SVGGVTFont of the specified size.
 

Uses of Element in org.apache.batik.css.dom
 

Methods in org.apache.batik.css.dom with parameters of type Element
 CSSStyleDeclaration CSSOMViewCSS.getComputedStyle(Element elt, java.lang.String pseudoElt)
          DOM: Implements ViewCSS.getComputedStyle(Element,String).
 CSSStyleDeclaration CSSOMSVGViewCSS.getComputedStyle(Element elt, java.lang.String pseudoElt)
          DOM: Implements ViewCSS.getComputedStyle(Element,String).
 

Uses of Element in org.apache.batik.css.engine
 

Subinterfaces of Element in org.apache.batik.css.engine
 interface CSSStylableElement
          This interface must be implemented by the DOM elements which needs CSS support.
 

Fields in org.apache.batik.css.engine declared as Element
protected  Element CSSEngineEvent.element
          The event target.
 

Methods in org.apache.batik.css.engine that return Element
 Element CSSEngineEvent.getElement()
          Returns the target element.
 Element CSSImportedElementRoot.getCSSParentElement()
          Returns the parent of the imported element, from the CSS point of view.
static Element CSSEngine.getParentElement(Element elt)
          Returns the next parent element of the given element, from the CSS point of view.
 

Methods in org.apache.batik.css.engine with parameters of type Element
 float CSSContext.getBlockWidth(Element elt)
          Returns the width of the block which directly contains the given element.
 float CSSContext.getBlockHeight(Element elt)
          Returns the height of the block which directly contains the given element.
static CSSStylableElement CSSEngine.getParentCSSStylableElement(Element elt)
          Returns the next stylable parent of the given element.
static Element CSSEngine.getParentElement(Element elt)
          Returns the next parent element of the given element, from the CSS point of view.
 void CSSEngine.importCascadedStyleMaps(Element src, CSSEngine srceng, Element dest)
          Recursively imports the cascaded style from a source element to an element of the current document.
protected  void CSSEngine.addMatchingRules(java.util.List rules, StyleSheet ss, Element elt, java.lang.String pseudo)
          Adds the rules matching the element/pseudo-element of given style sheet to the list.
protected  void CSSEngine.addRules(Element elt, java.lang.String pseudo, StyleMap sm, java.util.List rules, short origin)
          Adds the rules contained in the given list to a stylemap.
protected  void CSSEngine.sortRules(java.util.List rules, Element elt, java.lang.String pseudo)
          Sorts the rules matching the element/pseudo-element of given style sheet to the list.
protected  void CSSEngine.firePropertiesChangedEvent(Element target, int[] props)
          Fires a CSSEngineEvent, given a list of modified properties.
 

Constructors in org.apache.batik.css.engine with parameters of type Element
CSSEngineEvent(CSSEngine source, Element elt, int[] props)
          Creates a new CSSEngineEvent.
 

Uses of Element in org.apache.batik.css.engine.sac
 

Methods in org.apache.batik.css.engine.sac with parameters of type Element
 boolean CSSAttributeCondition.match(Element e, java.lang.String pseudoE)
          Tests whether this condition matches the given element.
 boolean CSSClassCondition.match(Element e, java.lang.String pseudoE)
          Tests whether this condition matches the given element.
 boolean ExtendedCondition.match(Element e, java.lang.String pseudoE)
          Tests whether this condition matches the given element.
 boolean CSSBeginHyphenAttributeCondition.match(Element e, java.lang.String pseudoE)
          Tests whether this condition matches the given element.
 boolean CSSLangCondition.match(Element e, java.lang.String pseudoE)
          Tests whether this condition matches the given element.
 boolean CSSConditionalSelector.match(Element e, java.lang.String pseudoE)
          Tests whether this selector matches the given element.
 boolean CSSIdCondition.match(Element e, java.lang.String pseudoE)
          Tests whether this condition matches the given element.
 boolean CSSChildSelector.match(Element e, java.lang.String pseudoE)
          Tests whether this selector matches the given element.
 boolean CSSOneOfAttributeCondition.match(Element e, java.lang.String pseudoE)
          Tests whether this condition matches the given element.
 boolean CSSAndCondition.match(Element e, java.lang.String pseudoE)
          Tests whether this condition matches the given element.
 boolean CSSPseudoClassCondition.match(Element e, java.lang.String pseudoE)
          Tests whether this selector matches the given element.
 boolean CSSDescendantSelector.match(Element e, java.lang.String pseudoE)
          Tests whether this selector matches the given element.
 boolean CSSDirectAdjacentSelector.match(Element e, java.lang.String pseudoE)
          Tests whether this selector matches the given element.
 boolean CSSElementSelector.match(Element e, java.lang.String pseudoE)
          Tests whether this selector matches the given element.
 boolean ExtendedSelector.match(Element e, java.lang.String pseudoE)
          Tests whether this selector matches the given element.
 boolean CSSPseudoElementSelector.match(Element e, java.lang.String pseudoE)
          Tests whether this selector matches the given element.
 

Uses of Element in org.apache.batik.dom
 

Classes in org.apache.batik.dom that implement Element
 class AbstractElement
          This class implements the Element interface.
 class AbstractElementNS
          This class implements the Element interface.
 class GenericElement
          This class implements the Element interface.
 class GenericElementNS
          This class implements the Element interface.
 

Methods in org.apache.batik.dom that return Element
 Element AbstractAttr.getOwnerElement()
          DOM: Implements Attr.getOwnerElement().
 Element AbstractDocument.getDocumentElement()
          DOM: Implements Document.getDocumentElement().
 Element GenericDocument.createElement(java.lang.String tagName)
          DOM: Implements Document.createElement(String).
 Element GenericDocument.getElementById(java.lang.String elementId)
          DOM: Implements Document.getElementById(String).
protected static Element GenericDocument.getById(java.lang.String id, Node node)
          An auxiliary method used by getElementById.
 Element GenericDocument.createElementNS(java.lang.String namespaceURI, java.lang.String qualifiedName)
          DOM: Implements Document.createElementNS(String,String).
 

Uses of Element in org.apache.batik.dom.svg
 

Classes in org.apache.batik.dom.svg that implement Element
 class SVGDescriptiveElement
          This class provides a common superclass for elements which contain descriptive text.
 class SVGGraphicsElement
          This class provides a common superclass for all graphics elements.
 class SVGOMAElement
          This class implements SVGAElement.
 class SVGOMAltGlyphDefElement
          This class implements SVGAltGlyphDefElement.
 class SVGOMAltGlyphElement
          This class implements SVGAltGlyphElement.
 class SVGOMAltGlyphItemElement
          This class implements SVGAltGlyphItemElement.
 class SVGOMAnimateColorElement
          This class implements SVGAnimateColorElement.
 class SVGOMAnimateElement
          This class implements SVGAnimateElement.
 class SVGOMAnimateMotionElement
          This class implements SVGAnimateMotionElement.
 class SVGOMAnimateTransformElement
          This class implements SVGAnimateTransformElement.
 class SVGOMAnimationElement
          This class provides an implementation of the SVGAnimationElement interface.
 class SVGOMCircleElement
          This class implements SVGCircleElement.
 class SVGOMClipPathElement
          This class implements SVGClipPathElement.
 class SVGOMColorProfileElement
          This class implements SVGColorProfileElement.
 class SVGOMComponentTransferFunctionElement
          This class represents the component transfer function elements.
 class SVGOMCursorElement
          This class implements SVGCursorElement.
 class SVGOMDefinitionSrcElement
          This class implements SVGDefinitionSrcElement.
 class SVGOMDefsElement
          This class implements SVGDefsElement.
 class SVGOMDescElement
          This class implements SVGDescElement.
 class SVGOMElement
          This class implements the SVGElement interface.
 class SVGOMEllipseElement
          This class implements SVGEllipseElement.
 class SVGOMFEBlendElement
          This class implements SVGFEBlendElement.
 class SVGOMFEColorMatrixElement
          This class implements SVGFEColorMatrixElement.
 class SVGOMFEComponentTransferElement
          This class implements SVGFEComponentTransferElement.
 class SVGOMFECompositeElement
          This class implements SVGFECompositeElement.
 class SVGOMFEConvolveMatrixElement
          This class implements SVGFEConvolveMatrixElement.
 class SVGOMFEDiffuseLightingElement
          This class implements SVGFEDiffuseLightingElement.
 class SVGOMFEDisplacementMapElement
          This class implements SVGFEDisplacementMapElement.
 class SVGOMFEDistantLightElement
          This class implements SVGFEDistantLightElement.
 class SVGOMFEFloodElement
          This class implements SVGFEFloodElement.
 class SVGOMFEFuncAElement
          This class implements SVGFEFuncAElement.
 class SVGOMFEFuncBElement
          This class implements SVGFEFuncBElement.
 class SVGOMFEFuncGElement
          This class implements SVGFEFuncGElement.
 class SVGOMFEFuncRElement
          This class implements SVGFEFuncRElement.
 class SVGOMFEGaussianBlurElement
          This class implements SVGFEGaussianBlurElement.
 class SVGOMFEImageElement
          This class implements SVGFEImageElement.
 class SVGOMFEMergeElement
          This class implements SVGFEMergeElement.
 class SVGOMFEMergeNodeElement
          This class implements SVGFEMergeNodeElement.
 class SVGOMFEMorphologyElement
          This class implements SVGFEMorphologyElement.
 class SVGOMFEOffsetElement
          This class implements SVGFEOffsetElement.
 class SVGOMFEPointLightElement
          This class implements SVGFEPointLightElement.
 class SVGOMFESpecularLightingElement
          This class implements SVGFESpecularLightingElement.
 class SVGOMFESpotLightElement
          This class implements SVGFESpotLightElement.
 class SVGOMFETileElement
          This class implements SVGFETileElement.
 class SVGOMFETurbulenceElement
          This class implements SVGFETurbulenceElement.
 class SVGOMFilterElement
          This class implements SVGFilterElement.
 class SVGOMFilterPrimitiveStandardAttributes
          This class represents a SVGElement with support for standard filter attributes.
 class SVGOMFontElement
          This class implements SVGFontElement.
 class SVGOMFontFaceElement
          This class implements SVGFontFaceElement.
 class SVGOMFontFaceFormatElement
          This class implements SVGFontFaceFormatElement.
 class SVGOMFontFaceNameElement
          This class implements SVGFontFaceNameElement.
 class SVGOMFontFaceSrcElement
          This class implements SVGFontFaceSrcElement.
 class SVGOMFontFaceUriElement
          This class implements SVGFontFaceUriElement.
 class SVGOMForeignObjectElement
          This class implements SVGForeignObjectElement.
 class SVGOMGElement
          This class implements SVGGElement.
 class SVGOMGlyphElement
          This class implements SVGGlyphElement.
 class SVGOMGlyphRefElement
          This class implements SVGGlyphRefElement.
 class SVGOMGradientElement
          This class implements SVGGradientElement.
 class SVGOMHKernElement
          This class implements SVGHKernElement.
 class SVGOMImageElement
          This class implements SVGImageElement.
 class SVGOMLinearGradientElement
          This class implements SVGLinearGradientElement.
 class SVGOMLineElement
          This class implements SVGLineElement.
 class SVGOMMarkerElement
          This class implements SVGMarkerElement.
 class SVGOMMaskElement
          This class implements SVGMaskElement.
 class SVGOMMetadataElement
          This class implements SVGMetadataElement.
 class SVGOMMissingGlyphElement
          This class implements SVGMissingGlyphElement.
 class SVGOMMPathElement
          This class implements SVGMPathElement.
 class SVGOMPathElement
          This class implements SVGPathElement.
 class SVGOMPatternElement
          This class implements SVGStopElement.
 class SVGOMPolygonElement
          This class implements SVGPolygonElement.
 class SVGOMPolylineElement
          This class implements SVGPolylineElement.
 class SVGOMRadialGradientElement
          This class implements SVGRadialGradientElement.
 class SVGOMRectElement
          This class implements SVGRectElement.
 class SVGOMScriptElement
          This class implements SVGScriptElement.
 class SVGOMSetElement
          This class implements SVGSetElement.
 class SVGOMStopElement
          This class implements SVGStopElement.
 class SVGOMStyleElement
          This class implements SVGStyleElement.
 class SVGOMSVGElement
          This class implements SVGSVGElement.
 class SVGOMSwitchElement
          This class implements SVGSwitchElement.
 class SVGOMSymbolElement
          This class implements SVGSymbolElement.
 class SVGOMTextContentElement
          This class provides a common superclass for all graphics elements.
 class SVGOMTextElement
          This class implements SVGTextElement.
 class SVGOMTextPathElement
          This class implements SVGTextPathElement.
 class SVGOMTextPositioningElement
          This class implements SVGTextPositioningElement.
 class SVGOMTitleElement
          This class implements SVGTitleElement.
 class SVGOMToBeImplementedElement
          This is a development only class.
 class SVGOMTRefElement
          This class implements SVGTRefElement.
 class SVGOMTSpanElement
          This class implements SVGTSpanElement.
 class SVGOMURIReferenceElement
          This class implements SVGURIReference..
 class SVGOMUseElement
          This class implements SVGUseElement.
 class SVGOMViewElement
          This class implements SVGViewElement.
 class SVGOMVKernElement
          This class implements SVGVKernElement.
 class SVGStylableElement
          This class provides a common superclass for elements which implement SVGStylable.
 class SVGURIReferenceGraphicsElement
          This class provides support for Xlink to a graphics element.
 class SVGURIReferenceTextPositioningElement
          This class implements both SVGTextPositioningElement and SVGURIReference..
 

Fields in org.apache.batik.dom.svg declared as Element
protected  Element SVGOMCSSImportedElementRoot.cssParentElement
          The parent CSS element.
 

Methods in org.apache.batik.dom.svg that return Element
 Element AbstractSVGAnimatedLength.BaseSVGLength.DefaultContext.getElement()
          Returns the element.
 Element SVGDOMImplementation.createElementNS(AbstractDocument document, java.lang.String namespaceURI, java.lang.String qualifiedName)
          Implements the behavior of Document.createElementNS() for this DOM implementation.
 Element ExtensibleSVGDOMImplementation.createElementNS(AbstractDocument document, java.lang.String namespaceURI, java.lang.String qualifiedName)
          Implements the behavior of Document.createElementNS() for this DOM implementation.
 Element SVGOMCSSImportedElementRoot.getCSSParentElement()
          Returns the parent of the imported element, from the CSS point of view.
 Element SVGDOMImplementation.ElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.AElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.AltGlyphElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.AltGlyphDefElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.AltGlyphItemElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.AnimateElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.AnimateColorElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.AnimateMotionElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.AnimateTransformElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.CircleElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.ClipPathElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.ColorProfileElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.CursorElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.DefinitionSrcElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.DefsElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.DescElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.EllipseElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.FeBlendElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.FeColorMatrixElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.FeComponentTransferElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.FeCompositeElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.FeConvolveMatrixElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.FeDiffuseLightingElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.FeDisplacementMapElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.FeDistantLightElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.FeFloodElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.FeFuncAElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.FeFuncRElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.FeFuncGElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.FeFuncBElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.FeGaussianBlurElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.FeImageElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.FeMergeElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.FeMergeNodeElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.FeMorphologyElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.FeOffsetElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.FePointLightElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.FeSpecularLightingElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.FeSpotLightElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.FeTileElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.FeTurbulenceElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.FilterElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.FontElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.FontFaceElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.FontFaceFormatElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.FontFaceNameElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.FontFaceSrcElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.FontFaceUriElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.ForeignObjectElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.GElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.GlyphElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.GlyphRefElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.HkernElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.ImageElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.LineElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.LinearGradientElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.MarkerElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.MaskElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.MetadataElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.MissingGlyphElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.MpathElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.PathElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.PatternElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.PolygonElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.PolylineElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.RadialGradientElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.RectElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.ScriptElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.SetElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.StopElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.StyleElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.SvgElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.SwitchElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.SymbolElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.TextElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.TextPathElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.TitleElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.TrefElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.TspanElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.UseElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.ViewElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGDOMImplementation.VkernElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMSVGElement.getElementById(java.lang.String elementId)
           
 Element SVGOMDocument.createElement(java.lang.String tagName)
          DOM: Implements Document.createElement(String).
 Element SVGOMDocument.createElementNS(java.lang.String namespaceURI, java.lang.String qualifiedName)
          DOM: Implements Document.createElementNS(String,String).
 Element SVGOMDocument.getElementById(java.lang.String elementId)
          DOM: Implements Document.getElementById(String).
protected static Element SVGOMDocument.getById(java.lang.String id, Node node)
          An auxiliary method used by getElementById.
 

Methods in org.apache.batik.dom.svg with parameters of type Element
static void SVGZoomAndPanSupport.setZoomAndPan(Element elt, short val)
          Sets the zoomAndPan attribute value.
static short SVGZoomAndPanSupport.getZoomAndPan(Element elt)
          Returns the ZoomAndPan attribute value.
static SVGStringList SVGTestsSupport.getRequiredFeatures(Element elt)
          To implements SVGTests.getRequiredFeatures().
static SVGStringList SVGTestsSupport.getRequiredExtensions(Element elt)
          To implements SVGTests.getRequiredExtensions().
static SVGStringList SVGTestsSupport.getSystemLanguage(Element elt)
          To implements SVGTests.getSystemLanguage().
static boolean SVGTestsSupport.hasExtension(Element elt, java.lang.String extension)
          To implements SVGTests.hasExtension(String).
static SVGElement SVGLocatableSupport.getNearestViewportElement(Element e)
          To implement SVGLocatable.getNearestViewportElement().
static SVGElement SVGLocatableSupport.getFarthestViewportElement(Element elt)
          To implement SVGLocatable.getFarthestViewportElement().
static SVGRect SVGLocatableSupport.getBBox(Element elt)
          To implement SVGLocatable.getBBox().
static SVGMatrix SVGLocatableSupport.getCTM(Element elt)
          To implement SVGLocatable.getCTM().
static SVGMatrix SVGLocatableSupport.getScreenCTM(Element elt)
          To implement SVGLocatable.getScreenCTM().
static SVGMatrix SVGLocatableSupport.getTransformToElement(Element elt, SVGElement element)
          To implement SVGLocatable.getTransformToElement(SVGElement).
static SVGAnimatedTransformList SVGTransformableSupport.getTransform(Element elt)
          To implement SVGTransformable.getTransform().
 CSSStyleDeclaration SVGOMSVGElement.getComputedStyle(Element elt, java.lang.String pseudoElt)
          DOM: Implements ViewCSS.getComputedStyle(Element,String).
 CSSStyleDeclaration SVGOMSVGElement.getOverrideStyle(Element elt, java.lang.String pseudoElt)
          DOM: Implements DocumentCSS.getOverrideStyle(Element,String).
 CSSStyleDeclaration SVGOMDocument.getOverrideStyle(Element elt, java.lang.String pseudoElt)
          DOM: Implements DocumentCSS.getOverrideStyle(Element,String).
static java.lang.String XMLBaseSupport.getXMLBase(Element elt)
          Returns the xml:base attribute value of the given element.
static java.lang.String XMLBaseSupport.getCascadedXMLBase(Element elt)
          Returns the xml:base attribute value of the given element Resolving any dependency on parent bases if needed.
static SVGAnimatedString SVGURIReferenceSupport.getHref(Element elt)
          To implement SVGURIReference.getHref().
 

Constructors in org.apache.batik.dom.svg with parameters of type Element
SVGOMCSSImportedElementRoot(AbstractDocument owner, Element parent)
          Creates a new DocumentFragment object.
 

Uses of Element in org.apache.batik.dom.util
 

Fields in org.apache.batik.dom.util declared as Element
 Element DocumentDescriptor.Entry.element
          The element
 

Methods in org.apache.batik.dom.util with parameters of type Element
static java.lang.String XMLSupport.getXMLLang(Element elt)
          Returns the xml:lang attribute value of the given element.
static java.lang.String XMLSupport.getXMLSpace(Element elt)
          Returns the xml:space attribute value of the given element.
 int DocumentDescriptor.getLocationLine(Element elt)
          Returns the location in the source file of the end element.
 void DocumentDescriptor.setLocationLine(Element elt, int line)
          Sets the location in the source file of the end element.
static java.lang.String XLinkSupport.getXLinkType(Element elt)
          Returns the value of the 'xlink:type' attribute of the given element.
static void XLinkSupport.setXLinkType(Element elt, java.lang.String str)
          Sets the value of the 'xlink:type' attribute of the given element.
static java.lang.String XLinkSupport.getXLinkRole(Element elt)
          Returns the value of the 'xlink:role' attribute of the given element.
static void XLinkSupport.setXLinkRole(Element elt, java.lang.String str)
          Sets the value of the 'xlink:role' attribute of the given element.
static java.lang.String XLinkSupport.getXLinkArcRole(Element elt)
          Returns the value of the 'xlink:arcrole' attribute of the given element.
static void XLinkSupport.setXLinkArcRole(Element elt, java.lang.String str)
          Sets the value of the 'xlink:arcrole' attribute of the given element.
static java.lang.String XLinkSupport.getXLinkTitle(Element elt)
          Returns the value of the 'xlink:title' attribute of the given element.
static void XLinkSupport.setXLinkTitle(Element elt, java.lang.String str)
          Sets the value of the 'xlink:title' attribute of the given element.
static java.lang.String XLinkSupport.getXLinkShow(Element elt)
          Returns the value of the 'xlink:show' attribute of the given element.
static void XLinkSupport.setXLinkShow(Element elt, java.lang.String str)
          Sets the value of the 'xlink:show' attribute of the given element.
static java.lang.String XLinkSupport.getXLinkActuate(Element elt)
          Returns the value of the 'xlink:actuate' attribute of the given element.
static void XLinkSupport.setXLinkActuate(Element elt, java.lang.String str)
          Sets the value of the 'xlink:actuate' attribute of the given element.
static java.lang.String XLinkSupport.getXLinkHref(Element elt)
          Returns the value of the 'xlink:href' attribute of the given element.
static void XLinkSupport.setXLinkHref(Element elt, java.lang.String str)
          Sets the value of the 'xlink:href' attribute of the given element.
 

Constructors in org.apache.batik.dom.util with parameters of type Element
DocumentDescriptor.Entry(int hash, Element element, int locationLine, DocumentDescriptor.Entry next)
          Creates a new entry
 

Uses of Element in org.apache.batik.extension
 

Classes in org.apache.batik.extension that implement Element
 class ExtensionElement
          This class implements the basic features an element must have in order to be usable as a foreign element within an SVGOMDocument.
 class PrefixableStylableExtensionElement
          This class implements a simple method for handling the node 'prefix'.
 class StylableExtensionElement
          This class implements the basic features an element must have in order to be usable as a foreign element within an SVGOMDocument, and the support for both the 'style' attribute and the style attributes (ie: fill="red", ...).
 

Uses of Element in org.apache.batik.extension.svg
 

Classes in org.apache.batik.extension.svg that implement Element
 class BatikHistogramNormalizationElement
          This class implements a histogram normalization extension to SVG.
 class BatikMultiImageElement
          This class implements a multiImage extension to SVG.
 class BatikRegularPolygonElement
          This class implements a regular polygon extension to SVG
 class BatikStarElement
          This class implements a star shape extension to sVG
 class ColorSwitchElement
          This class implements a regular polygon extension to SVG
 class FlowDivElement
          This class implements a regular polygon extension to SVG
 class FlowLineElement
          This class implements a regular polygon extension to SVG
 class FlowParaElement
          This class implements a regular polygon extension to SVG
 class FlowRegionBreakElement
          This class implements a regular polygon extension to SVG
 class FlowSpanElement
          This class implements a regular polygon extension to SVG
 class FlowTextElement
          This class implements a regular polygon extension to SVG
 class SolidColorElement
          This class implements a regular polygon extension to SVG
 

Methods in org.apache.batik.extension.svg that return Element
 Element BatikDomExtension.BatikRegularPolygonElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element BatikDomExtension.BatikStarElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element BatikDomExtension.BatikHistogramNormalizationElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element BatikDomExtension.BatikMultiImageElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element BatikDomExtension.SolidColorElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element BatikDomExtension.ColorSwitchElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element BatikDomExtension.FlowTextElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element BatikDomExtension.FlowDivElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element BatikDomExtension.FlowParaElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element BatikDomExtension.FlowRegionBreakElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element BatikDomExtension.FlowLineElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element BatikDomExtension.FlowSpanElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 

Methods in org.apache.batik.extension.svg with parameters of type Element
protected  java.awt.geom.Point2D SVGFlowTextElementBridge.getLocation(BridgeContext ctx, Element e)
          Returns the text node location In this case the text node may have serveral effective locations (one for each flow region).
protected  java.text.AttributedString SVGFlowTextElementBridge.buildAttributedString(BridgeContext ctx, Element element)
          Creates the attributed string which represents the given text element children.
protected  void SVGFlowTextElementBridge.addGlyphPositionAttributes(java.text.AttributedString as, Element element, BridgeContext ctx)
          Adds glyph position attributes to an AttributedString.
protected  void SVGFlowTextElementBridge.addChildGlyphPositionAttributes(java.text.AttributedString as, Element element, BridgeContext ctx)
           
protected  void SVGFlowTextElementBridge.addPaintAttributes(java.text.AttributedString as, Element element, TextNode node, SVGTextElementBridge.TextDecoration textDecoration, BridgeContext ctx)
          Adds painting attributes to an AttributedString.
protected  void SVGFlowTextElementBridge.addChildPaintAttributes(java.text.AttributedString as, Element element, TextNode node, SVGTextElementBridge.TextDecoration textDecoration, BridgeContext ctx)
           
protected  java.text.AttributedString SVGFlowTextElementBridge.getFlowDiv(BridgeContext ctx, Element element)
           
protected  java.text.AttributedString SVGFlowTextElementBridge.gatherFlowPara(BridgeContext ctx, Element div)
           
protected  java.util.List SVGFlowTextElementBridge.getRegions(BridgeContext ctx, Element element)
           
protected  java.util.List SVGFlowTextElementBridge.gatherRects(BridgeContext ctx, Element rgn)
           
protected  java.awt.geom.Rectangle2D SVGFlowTextElementBridge.buildRect(UnitProcessor.Context uctx, Element e)
           
protected  void SVGFlowTextElementBridge.fillAttributedStringBuffer(BridgeContext ctx, Element element, boolean top, SVGTextElementBridge.AttributedStringBuffer asb, java.util.List lnLocs)
          Fills the given AttributedStringBuffer.
protected  java.util.Map SVGFlowTextElementBridge.getAttributeMap(BridgeContext ctx, Element element, TextPath textPath)
          Returns the map to pass to the current characters.
 MarginInfo SVGFlowTextElementBridge.makeMarginInfo(Element e)
           
 java.awt.Paint ColorSwitchBridge.createPaint(BridgeContext ctx, Element paintElement, Element paintedElement, GraphicsNode paintedNode, float opacity)
          Creates a Paint according to the specified parameters.
 Filter BatikHistogramNormalizationElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
protected static int BatikHistogramNormalizationElementBridge.convertSides(Element filterElement, java.lang.String attrName, int defaultValue)
          Stolen from AbstractSVGFilterPrimitiveElementBridge.
protected  void BatikRegularPolygonElementBridge.buildShape(BridgeContext ctx, Element e, ShapeNode shapeNode)
          Constructs a regular polygone according to the specified parameters.
protected static int BatikRegularPolygonElementBridge.convertSides(Element filterElement, java.lang.String attrName, int defaultValue)
          Stolen from AbstractSVGFilterPrimitiveElementBridge.
 java.awt.Paint SolidColorBridge.createPaint(BridgeContext ctx, Element paintElement, Element paintedElement, GraphicsNode paintedNode, float opacity)
          Creates a Paint according to the specified parameters.
protected static float SolidColorBridge.extractOpacity(Element paintElement, float opacity, BridgeContext ctx)
           
protected static java.awt.Color SolidColorBridge.extractColor(Element paintElement, float opacity, BridgeContext ctx)
           
 GraphicsNode BatikMultiImageElementBridge.createGraphicsNode(BridgeContext ctx, Element e)
          Creates a graphics node using the specified BridgeContext and for the specified element.
protected  void BatikMultiImageElementBridge.addInfo(Element e, java.util.Collection dims, java.util.Collection uris)
           
protected  java.awt.Dimension BatikMultiImageElementBridge.getElementPixelSize(Element e)
           
protected  void BatikStarElementBridge.buildShape(BridgeContext ctx, Element e, ShapeNode shapeNode)
          Constructs a star polygone according to the specified parameters.
protected static int BatikStarElementBridge.convertSides(Element filterElement, java.lang.String attrName, int defaultValue)
          Stolen from AbstractSVGFilterPrimitiveElementBridge.
 

Uses of Element in org.apache.batik.svggen
 

Methods in org.apache.batik.svggen that return Element
 Element DefaultCachedImageHandler.createElement(SVGGeneratorContext generatorContext)
          Creates an Element which can refer to an image.
 Element SVGPaintDescriptor.getDef()
           
 Element SVGShape.toSVG(java.awt.Shape shape)
           
 Element SVGPath.toSVG(java.awt.Shape path)
           
 Element SVGCompositeDescriptor.getDef()
           
 Element DOMTreeManager.getRoot()
          Returns the root element with the generic definitions and the topLevelGroup.
 Element DOMTreeManager.getRoot(Element svgElement)
          Returns the root element with the generic definitions and the topLevelGroup.
 Element DOMTreeManager.getGenericDefinitions()
           
 Element DOMTreeManager.getTopLevelGroup()
          Invoking this method will return a reference to the topLevelGroup Element managed by this object.
 Element DOMTreeManager.getTopLevelGroup(boolean includeDefinitionSet)
          Invoking this method will return a reference to the topLevelGroup Element managed by this object.
 Element SimpleImageHandler.createElement(SVGGeneratorContext generatorContext)
          Creates an Element which can refer to an image.
 Element SVGRectangle.toSVG(java.awt.geom.Rectangle2D rect)
           
 Element SVGRectangle.toSVG(java.awt.geom.RoundRectangle2D rect)
          In the Java 2D API, arc width/height are used as absolute values.
 Element SVGFontDescriptor.getDef()
           
 Element SVGEllipse.toSVG(java.awt.geom.Ellipse2D ellipse)
           
 Element SVGLine.toSVG(java.awt.geom.Line2D line)
           
 Element SVGFilterDescriptor.getDef()
           
 Element SVGGraphics2D.getTopLevelGroup()
          Invoking this method will return a reference to the topLevelGroup Element managed by this object.
 Element SVGGraphics2D.getTopLevelGroup(boolean includeDefinitionSet)
          Invoking this method will return a reference to the topLevelGroup Element managed by this object.
 Element SVGGraphics2D.getRoot()
           
 Element SVGGraphics2D.getRoot(Element svgRoot)
          This version of the getRoot method will append the input svgRoot and set its attributes.
 Element GenericImageHandler.createElement(SVGGeneratorContext generatorContext)
          Creates an Element suitable for referring to images.
 Element CachedImageHandlerBase64Encoder.createElement(SVGGeneratorContext generatorContext)
          Creates an Element which can refer to an image.
 Element SVGPolygon.toSVG(java.awt.Polygon polygon)
           
 

Methods in org.apache.batik.svggen with parameters of type Element
 java.awt.geom.AffineTransform DefaultCachedImageHandler.handleImage(java.awt.Image image, Element imageElement, int x, int y, int width, int height, SVGGeneratorContext generatorContext)
          The handler sets the xlink:href tag and returns a transform
 java.awt.geom.AffineTransform DefaultCachedImageHandler.handleImage(java.awt.image.RenderedImage image, Element imageElement, int x, int y, int width, int height, SVGGeneratorContext generatorContext)
          The handler sets the xlink:href tag and returns a transform
 java.awt.geom.AffineTransform DefaultCachedImageHandler.handleImage(java.awt.image.renderable.RenderableImage image, Element imageElement, double x, double y, double width, double height, SVGGeneratorContext generatorContext)
          The handler sets the xlink:href tag and returns a transform
protected  java.awt.geom.AffineTransform DefaultCachedImageHandler.handleTransform(Element imageElement, double x, double y, double srcWidth, double srcHeight, double dstWidth, double dstHeight)
          Determines the transformation needed to get the cached image to scale & position properly.
protected  void DefaultCachedImageHandler.handleEmptyImage(Element imageElement)
           
 void DefaultCachedImageHandler.handleHREF(java.awt.Image image, Element imageElement, SVGGeneratorContext generatorContext)
          The handler should set the xlink:href tag and the width and height attributes.
protected  void DefaultCachedImageHandler.handleHREF(java.awt.image.RenderedImage image, Element imageElement, SVGGeneratorContext generatorContext)
          This template method should set the xlink:href attribute on the input Element parameter
protected  void DefaultCachedImageHandler.handleHREF(java.awt.image.renderable.RenderableImage image, Element imageElement, SVGGeneratorContext generatorContext)
          This method will delegate to the handleHREF which uses a RenderedImage
protected  void DefaultCachedImageHandler.cacheBufferedImage(Element imageElement, java.awt.image.BufferedImage buf, SVGGeneratorContext generatorContext)
           
 void DefaultImageHandler.handleImage(java.awt.Image image, Element imageElement, SVGGeneratorContext generatorContext)
          The handler should set the xlink:href tag and the width and height attributes.
 void DefaultImageHandler.handleImage(java.awt.image.RenderedImage image, Element imageElement, SVGGeneratorContext generatorContext)
          The handler should set the xlink:href tag and the width and height attributes.
 void DefaultImageHandler.handleImage(java.awt.image.renderable.RenderableImage image, Element imageElement, SVGGeneratorContext generatorContext)
          The handler should set the xlink:href tag and the width and height attributes.
protected  void DefaultImageHandler.handleHREF(java.awt.Image image, Element imageElement, SVGGeneratorContext generatorContext)
          This template method should set the xlink:href attribute on the input Element parameter
protected  void DefaultImageHandler.handleHREF(java.awt.image.RenderedImage image, Element imageElement, SVGGeneratorContext generatorContext)
          This template method should set the xlink:href attribute on the input Element parameter
protected  void DefaultImageHandler.handleHREF(java.awt.image.renderable.RenderableImage image, Element imageElement, SVGGeneratorContext generatorContext)
          This template method should set the xlink:href attribute on the input Element parameter
protected  void AbstractImageHandlerEncoder.handleHREF(java.awt.Image image, Element imageElement, SVGGeneratorContext generatorContext)
          This template method should set the xlink:href attribute on the input Element parameter
protected  void AbstractImageHandlerEncoder.handleHREF(java.awt.image.RenderedImage image, Element imageElement, SVGGeneratorContext generatorContext)
          This template method should set the xlink:href attribute on the input Element parameter
protected  void AbstractImageHandlerEncoder.handleHREF(java.awt.image.renderable.RenderableImage image, Element imageElement, SVGGeneratorContext generatorContext)
          This template method should set the xlink:href attribute on the input Element parameter
 void DefaultStyleHandler.setStyle(Element element, java.util.Map styleMap, SVGGeneratorContext generatorContext)
          Sets the style described by styleMap on the given element.
 void StyleHandler.setStyle(Element element, java.util.Map styleMap, SVGGeneratorContext generatorContext)
          Sets the style described by styleMap on the given element.
 void DOMGroupManager.addElement(Element element)
          Adds a node to the current group, if possible
 void DOMGroupManager.addElement(Element element, short method)
          Adds a node to the current group, if possible
 void DOMTreeManager.appendGroup(Element group, DOMGroupManager groupManager)
          When a group is appended to the tree by this call, all the other group managers are requested to start new groups, in order to preserve the Z-order.
 void DOMTreeManager.setTopLevelGroup(Element topLevelGroup)
          Sets the topLevelGroup to the input element.
 Element DOMTreeManager.getRoot(Element svgElement)
          Returns the root element with the generic definitions and the topLevelGroup.
 void DOMTreeManager.applyDefaultRenderingStyle(Element element)
           
 void DOMTreeManager.addOtherDef(Element definition)
          Lets custom implementations for various extensions add elements to the sections.
 java.awt.geom.AffineTransform SimpleImageHandler.handleImage(java.awt.Image image, Element imageElement, int x, int y, int width, int height, SVGGeneratorContext generatorContext)
          The handler sets the xlink:href tag and returns a transform
 java.awt.geom.AffineTransform SimpleImageHandler.handleImage(java.awt.image.RenderedImage image, Element imageElement, int x, int y, int width, int height, SVGGeneratorContext generatorContext)
          The handler sets the xlink:href tag and returns a transform
 java.awt.geom.AffineTransform SimpleImageHandler.handleImage(java.awt.image.renderable.RenderableImage image, Element imageElement, double x, double y, double width, double height, SVGGeneratorContext generatorContext)
          The handler sets the xlink:href tag and returns a transform
protected  void SimpleImageHandler.setImageAttributes(Element imageElement, double x, double y, double width, double height)
          Sets the x/y/width/height attributes on the <image> element.
protected  void SimpleImageHandler.handleEmptyImage(Element imageElement)
           
protected  void SVGGraphics2DUnitTester.trace(Element element, java.io.OutputStream out)
           
 void ImageHandler.handleImage(java.awt.Image image, Element imageElement, SVGGeneratorContext generatorContext)
          The handler should set the xlink:href tag and the width and height attributes.
 void ImageHandler.handleImage(java.awt.image.RenderedImage image, Element imageElement, SVGGeneratorContext generatorContext)
          The handler should set the xlink:href tag and the width and height attributes.
 void ImageHandler.handleImage(java.awt.image.renderable.RenderableImage image, Element imageElement, SVGGeneratorContext generatorContext)
          The handler should set the xlink:href tag and the width and height attributes.
 void SVGGraphics2D.stream(Element svgRoot, java.io.Writer writer)
           
 void SVGGraphics2D.stream(Element svgRoot, java.io.Writer writer, boolean useCss)
           
 void SVGGraphics2D.setTopLevelGroup(Element topLevelGroup)
          Sets the topLevelGroup to the input element.
 Element SVGGraphics2D.getRoot(Element svgRoot)
          This version of the getRoot method will append the input svgRoot and set its attributes.
 java.awt.geom.AffineTransform GenericImageHandler.handleImage(java.awt.Image image, Element imageElement, int x, int y, int width, int height, SVGGeneratorContext generatorContext)
          The handler should set the xlink:href and return a transform
 java.awt.geom.AffineTransform GenericImageHandler.handleImage(java.awt.image.RenderedImage image, Element imageElement, int x, int y, int width, int height, SVGGeneratorContext generatorContext)
          The handler should set the xlink:href tag and return a transform
 java.awt.geom.AffineTransform GenericImageHandler.handleImage(java.awt.image.renderable.RenderableImage image, Element imageElement, double x, double y, double width, double height, SVGGeneratorContext generatorContext)
          The handler should set the xlink:href tag and return a transform
protected  java.awt.geom.AffineTransform CachedImageHandlerBase64Encoder.handleTransform(Element imageElement, double x, double y, double srcWidth, double srcHeight, double dstWidth, double dstHeight)
          Determines the transformation needed to get the cached image to scale & position properly.
 void ImageHandlerBase64Encoder.handleHREF(java.awt.Image image, Element imageElement, SVGGeneratorContext generatorContext)
          The handler should set the xlink:href tag and the width and height attributes.
 void ImageHandlerBase64Encoder.handleHREF(java.awt.image.renderable.RenderableImage image, Element imageElement, SVGGeneratorContext generatorContext)
          The handler should set the xlink:href tag and the width and height attributes.
protected  void ImageHandlerBase64Encoder.handleEmptyImage(Element imageElement)
           
 void ImageHandlerBase64Encoder.handleHREF(java.awt.image.RenderedImage image, Element imageElement, SVGGeneratorContext generatorContext)
          This version of handleHREF encodes the input image into a PNG image whose bytes are then encoded with Base64.
 

Constructors in org.apache.batik.svggen with parameters of type Element
SVGPaintDescriptor(java.lang.String paintValue, java.lang.String opacityValue, Element def)
           
SVGCompositeDescriptor(java.lang.String opacityValue, java.lang.String filterValue, Element def)
           
SVGClipDescriptor(java.lang.String clipPathValue, Element clipPathDef)
           
SVGFontDescriptor(java.lang.String fontSize, java.lang.String fontWeight, java.lang.String fontStyle, java.lang.String fontFamily, Element def)
          Constructor
SVGFilterDescriptor(java.lang.String filterValue, Element def)
           
 

Uses of Element in org.apache.batik.swing
 

Methods in org.apache.batik.swing that return Element
 Element JSVGCanvas.CanvasUserAgent.getPeerWithTag(Element elt, java.lang.String nameSpaceURI, java.lang.String localName)
          Checks if there is a peer element of a given type.
 

Methods in org.apache.batik.swing with parameters of type Element
 void JSVGCanvas.CanvasUserAgent.handleElement(Element elt, java.lang.Object data)
          The handleElement method builds a tool tip from the content of a <title> element, a <desc> element or both.
 Element JSVGCanvas.CanvasUserAgent.getPeerWithTag(Element elt, java.lang.String nameSpaceURI, java.lang.String localName)
          Checks if there is a peer element of a given type.
 boolean JSVGCanvas.CanvasUserAgent.hasPeerWithTag(Element elt, java.lang.String nameSpaceURI, java.lang.String localName)
          Returns a boolean defining whether or not there is a peer of elt with the given qualified tag.
 void JSVGCanvas.CanvasUserAgent.setToolTip(Element elt, java.lang.String toolTip)
          Sets the tool tip on the input element.
 

Uses of Element in org.apache.batik.swing.svg
 

Methods in org.apache.batik.swing.svg with parameters of type Element
 void JSVGComponent.BridgeUserAgent.handleElement(Element elt, java.lang.Object data)
          Notifies the UserAgent that the input element has been found in the document.
 void SVGUserAgent.handleElement(Element elt, java.lang.Object data)
          Notifies the UserAgent that the input element has been found in the document.
 void JSVGComponent.BridgeUserAgentWrapper.handleElement(Element elt, java.lang.Object data)
          Notifies the UserAgent that the input element has been found in the document.
 

Uses of Element in org.apache.batik.util
 

Methods in org.apache.batik.util that return Element
 Element UnitProcessor.Context.getElement()
          Returns the element.
 

Uses of Element in org.w3c.dom
 

Methods in org.w3c.dom that return Element
 Element Attr.getOwnerElement()
          The Element node this attribute is attached to or null if this attribute is not in use.
 Element Document.getDocumentElement()
          This is a convenience attribute that allows direct access to the child node that is the root element of the document.
 Element Document.createElement(java.lang.String tagName)
          Creates an element of the type specified.
 Element Document.createElementNS(java.lang.String namespaceURI, java.lang.String qualifiedName)
          Creates an element of the given qualified name and namespace URI.
 Element Document.getElementById(java.lang.String elementId)
          Returns the Element whose ID is given by elementId.
 

Uses of Element in org.w3c.dom.css
 

Methods in org.w3c.dom.css with parameters of type Element
 CSSStyleDeclaration ViewCSS.getComputedStyle(Element elt, java.lang.String pseudoElt)
          This method is used to get the computed style as it is defined in .
 CSSStyleDeclaration DocumentCSS.getOverrideStyle(Element elt, java.lang.String pseudoElt)
          This method is used to retrieve the override style declaration for a specified element and a specified pseudo-element.
 

Uses of Element in org.w3c.dom.svg
 

Subinterfaces of Element in org.w3c.dom.svg
 interface SVGAElement
           
 interface SVGAltGlyphDefElement
           
 interface SVGAltGlyphElement
           
 interface SVGAltGlyphItemElement
           
 interface SVGAnimateColorElement
           
 interface SVGAnimateElement
           
 interface SVGAnimateMotionElement
           
 interface SVGAnimateTransformElement
           
 interface SVGAnimationElement
           
 interface SVGCircleElement
           
 interface SVGClipPathElement
           
 interface SVGColorProfileElement
           
 interface SVGComponentTransferFunctionElement
           
 interface SVGCursorElement
           
 interface SVGDefinitionSrcElement
           
 interface SVGDefsElement
           
 interface SVGDescElement
           
 interface SVGElement
           
 interface SVGEllipseElement
           
 interface SVGFEBlendElement
           
 interface SVGFEColorMatrixElement
           
 interface SVGFEComponentTransferElement
           
 interface SVGFECompositeElement
           
 interface SVGFEConvolveMatrixElement
           
 interface SVGFEDiffuseLightingElement
           
 interface SVGFEDisplacementMapElement
           
 interface SVGFEDistantLightElement
           
 interface SVGFEFloodElement
           
 interface SVGFEFuncAElement
           
 interface SVGFEFuncBElement
           
 interface SVGFEFuncGElement
           
 interface SVGFEFuncRElement
           
 interface SVGFEGaussianBlurElement
           
 interface SVGFEImageElement
           
 interface SVGFEMergeElement
           
 interface SVGFEMergeNodeElement
           
 interface SVGFEMorphologyElement
           
 interface SVGFEOffsetElement
           
 interface SVGFEPointLightElement
           
 interface SVGFESpecularLightingElement
           
 interface SVGFESpotLightElement
           
 interface SVGFETileElement
           
 interface SVGFETurbulenceElement
           
 interface SVGFilterElement
           
 interface SVGFontElement
           
 interface SVGFontFaceElement
           
 interface SVGFontFaceFormatElement
           
 interface SVGFontFaceNameElement
           
 interface SVGFontFaceSrcElement
           
 interface SVGFontFaceUriElement
           
 interface SVGForeignObjectElement
           
 interface SVGGElement
           
 interface SVGGlyphElement
           
 interface SVGGlyphRefElement
           
 interface SVGGradientElement
           
 interface SVGHKernElement
           
 interface SVGImageElement
           
 interface SVGLinearGradientElement
           
 interface SVGLineElement
           
 interface SVGMarkerElement
           
 interface SVGMaskElement
           
 interface SVGMetadataElement
           
 interface SVGMissingGlyphElement
           
 interface SVGMPathElement
           
 interface SVGPathElement
           
 interface SVGPatternElement
           
 interface SVGPolygonElement
           
 interface SVGPolylineElement
           
 interface SVGRadialGradientElement
           
 interface SVGRectElement
           
 interface SVGScriptElement
           
 interface SVGSetElement
           
 interface SVGStopElement
           
 interface SVGStyleElement
           
 interface SVGSVGElement
           
 interface SVGSwitchElement
           
 interface SVGSymbolElement
           
 interface SVGTextContentElement
           
 interface SVGTextElement
           
 interface SVGTextPathElement
           
 interface SVGTextPositioningElement
           
 interface SVGTitleElement
           
 interface SVGTRefElement
           
 interface SVGTSpanElement
           
 interface SVGUseElement
           
 interface SVGViewElement
           
 interface SVGVKernElement
           
 

Methods in org.w3c.dom.svg that return Element
 Element SVGSVGElement.getElementById(java.lang.String elementId)
           
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.