|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | Provides the classes for accessing CSS2 through DOM level 2 interfaces. |
org.apache.batik.css.sac | Provides the implementations of various interfaces used by SAC parsers. |
org.apache.batik.css.svg | Provides the CSSValue factories specific to SVG. |
org.apache.batik.css.value | Provides the classes to represent CSS values and the factories for the values common to CSS2 and SVG. |
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.script | Provides an API for interpreting scripting language found in SVG files. |
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.transcoder.image | Provides transcoders for transcoding a SVG document fragment to an image. |
org.apache.batik.transcoder.print | |
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 |
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 |
SVGFontFamily.fontElement
|
protected Element |
BridgeException.e
The element on which the error occured. |
Methods in org.apache.batik.bridge that return Element | |
Element |
URIResolver.getElement(java.lang.String uri,
Element ref)
Imports the Element referenced by the given URI on Element ref. |
Element |
BridgeMutationEvent.getElement()
Returns the element that was modified. |
Element |
UnitProcessor.Context.getElement()
Returns the element. |
Element |
UnitProcessor.DefaultContext.getElement()
Returns the element. |
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. |
Element |
BridgeException.getElement()
Returns the element on which the error occurred. |
Methods in org.apache.batik.bridge with parameters of type Element | |
java.awt.Paint |
PaintBridge.createPaint(BridgeContext ctx,
Element paintElement,
Element paintedElement,
GraphicsNode paintedNode,
float opacity)
Creates a Paint according to the specified parameters. |
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. |
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. |
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 void |
SVGCircleElementBridge.buildShape(BridgeContext ctx,
Element e,
ShapeNode shapeNode)
Constructs a circle according to the specified parameters. |
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. |
protected void |
SVGRectElementBridge.buildShape(BridgeContext ctx,
Element e,
ShapeNode shapeNode)
Constructs a rectangle according to the specified parameters. |
Mask |
SVGMaskElementBridge.createMask(BridgeContext ctx,
Element maskElement,
Element maskedElement,
GraphicsNode maskedNode)
Creates a Mask 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 |
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. |
void |
GenericBridge.handleElement(BridgeContext ctx,
Element e)
Invoked to handle an Element for a given BridgeContext. |
Kern |
SVGKernElementBridge.createKern(BridgeContext ctx,
Element kernElement,
SVGGVTFont font)
Creates a Kern object that repesents the specified kerning element. |
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. |
ICCColorSpaceExt |
SVGColorProfileElementBridge.createICCColorSpaceExt(BridgeContext ctx,
Element paintedElement,
java.lang.String iccProfileName)
Creates an ICC_ColorSpace according to the specified parameters. |
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. |
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. |
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. |
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. |
SVGFontFace |
SVGFontFaceElementBridge.createFontFace(BridgeContext ctx,
Element fontFaceElement)
Creates an SVGFontFace that repesents the specified <font-face> element. |
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 |
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. |
GraphicsNode |
SVGUseElementBridge.createGraphicsNode(BridgeContext ctx,
Element e)
Creates a GraphicsNode according to the specified parameters. |
void |
SVGUseElementBridge.buildGraphicsNode(BridgeContext ctx,
Element e,
GraphicsNode node)
Builds using the specified BridgeContext and element, the specified graphics node. |
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. |
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. |
protected void |
SVGPolylineElementBridge.buildShape(BridgeContext ctx,
Element e,
ShapeNode shapeNode)
Constructs a polyline according to the specified parameters. |
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 |
SVGGElementBridge.createGraphicsNode(BridgeContext ctx,
Element e)
Creates a GraphicsNode according to the specified parameters. |
AbstractSVGGradientElementBridge.Stop |
AbstractSVGGradientElementBridge.SVGStopElementBridge.createStop(BridgeContext ctx,
Element gradientElement,
Element stopElement,
float opacity)
Creates a Stop according to the specified parameters. |
protected void |
SVGLineElementBridge.buildShape(BridgeContext ctx,
Element e,
ShapeNode shapeNode)
Constructs a line according to the specified parameters. |
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. |
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. |
GraphicsNode |
SVGImageElementBridge.createGraphicsNode(BridgeContext ctx,
Element e)
Creates a graphics node using the specified BridgeContext and for the specified element. |
void |
SVGImageElementBridge.buildGraphicsNode(BridgeContext ctx,
Element e,
GraphicsNode node)
Builds using the specified BridgeContext and element, the specified graphics node. |
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. |
static UnitProcessor.Context |
UnitProcessor.createContext(BridgeContext ctx,
Element e)
Creates a context for the specified element. |
protected void |
SVGPathElementBridge.buildShape(BridgeContext ctx,
Element e,
ShapeNode shapeNode)
Constructs a path according to the specified parameters. |
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 |
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. |
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)
Returns a Filter that represents a svg document or element as an image. |
void |
UserAgent.handleElement(Element elt,
java.lang.Object data)
Notifies the UserAgent that the input element has been found in the document. |
static AbstractViewCSS |
CSSUtilities.getViewCSS(Element e)
Returns the View CSS associated to the specified element. |
static CSSOMReadOnlyStyleDeclaration |
CSSUtilities.getComputedStyle(Element e)
Returns the computed style of the specified element. |
static java.awt.geom.Rectangle2D |
CSSUtilities.convertEnableBackground(Element e,
UnitProcessor.Context uctx)
Returns the subregion of user space where access to the background image is allowed to happen. |
static boolean |
CSSUtilities.convertColorInterpolationFilters(Element filterElement)
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.util.Map |
CSSUtilities.convertShapeRendering(Element e)
Returns the rendering hints for the specified shape element or null none has been specified. |
static java.util.Map |
CSSUtilities.convertTextRendering(Element e)
Returns the rendering hints for the specified text element or null none has been specified. |
static java.util.Map |
CSSUtilities.convertImageRendering(Element e)
Returns the rendering hints for the specified image element or null none has been specified. |
static java.util.Map |
CSSUtilities.convertColorRendering(Element e)
Returns the rendering hints for the specified element or null 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 clipedElement,
GraphicsNode clipedNode,
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 stopElement,
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. |
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. |
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 |
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 |
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 |
SVGTextElementBridge.createGraphicsNode(BridgeContext ctx,
Element e)
Creates a GraphicsNode according to the specified parameters. |
void |
SVGTextElementBridge.buildGraphicsNode(BridgeContext ctx,
Element e,
GraphicsNode node)
Builds using the specified BridgeContext and element, the specified graphics node. |
protected java.text.AttributedString |
SVGTextElementBridge.buildAttributedString(BridgeContext ctx,
Element element,
GraphicsNode node)
Creates the attributed string which represents the given text element children. |
protected java.util.List |
SVGTextElementBridge.buildAttributedStrings(BridgeContext ctx,
Element element,
GraphicsNode node,
boolean top,
TextPath textPath,
java.util.LinkedList result)
Creates the attributed strings which represent the given text element children. |
protected java.lang.String |
SVGTextElementBridge.getElementContent(Element e)
Returns the content of the given element. |
protected void |
SVGTextElementBridge.addGlyphPositionAttributes(java.text.AttributedString as,
Element element,
BridgeContext ctx)
Adds glyph position attributes to an AttributedString. |
protected void |
SVGTextElementBridge.addPaintAttributes(java.text.AttributedString as,
Element element,
TextNode node,
SVGTextElementBridge.TextDecoration textDecoration,
BridgeContext ctx)
Adds painting attributes to an AttributedString. |
protected java.util.Map |
SVGTextElementBridge.getAttributeMap(BridgeContext ctx,
Element element,
GraphicsNode node,
TextPath textPath)
Returns the map to pass to the current characters. |
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. |
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. |
int |
DocumentLoader.getLineNumber(Element e)
Returns the line in the source code of the specified element or -1 if not found. |
Marker |
MarkerBridge.createMarker(BridgeContext ctx,
Element markerElement,
Element paintedElement)
Creates a Marker according to the specified parameters. |
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. |
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. |
Filter |
FilterBridge.createFilter(BridgeContext ctx,
Element filterElement,
Element filteredElement,
GraphicsNode filteredNode)
Creates a Filter 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. |
void |
SVGTitleElementBridge.handleElement(BridgeContext ctx,
Element e)
Invoked to handle an Element for a given BridgeContext. |
void |
UserAgentAdapter.handleElement(Element elt,
java.lang.Object data)
Notifies the UserAgent that the input element has been found in the document. |
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. |
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. |
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. |
void |
BridgeContext.bind(Element element,
StyleReference reference)
Binds a style element to a style reference. |
java.util.List |
BridgeContext.getStyleReferenceList(Element element)
Returns an enumeration of all style refence for the specified style element. |
Bridge |
BridgeContext.getBridge(Element element)
Returns the bridge associated with the specified 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 |
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. |
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 |
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. |
void |
SVGAElementBridge.buildGraphicsNode(BridgeContext ctx,
Element e,
GraphicsNode node)
Builds using the specified BridgeContext and element, the specified graphics node. |
void |
SVGDescElementBridge.handleElement(BridgeContext ctx,
Element e)
Invoked to handle an Element for a given BridgeContext. |
static ShapePainter |
PaintServer.convertMarkers(Element paintedElement,
ShapeNode node,
BridgeContext ctx)
Returns a ShapePainter defined on the specified element and for the specified shape node. |
static Marker |
PaintServer.convertMarker(Element paintedElement,
CSSPrimitiveValue 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,
CSSValue 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,
CSSValue paintDef,
float opacity,
BridgeContext ctx)
Converts a Paint specified by URI without sending any error. if a problem occured while processing the URI, it just returns null (same effect as 'none') |
static java.awt.Paint |
PaintServer.convertURIPaint(Element paintedElement,
GraphicsNode paintedNode,
CSSValue paintDef,
float opacity,
BridgeContext ctx)
Converts a Paint specified as a URI. |
static java.awt.Color |
PaintServer.convertRGBICCColor(Element paintedElement,
SVGColor colorDef,
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,
SVGICCColor 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 strokedElement,
BridgeContext ctx)
Converts a Stroke object defined on the specified element. |
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. |
TextPath |
SVGTextPathElementBridge.createTextPath(BridgeContext ctx,
Element textPathElement)
Creates a TextPath object that represents the path along which the text is to be rendered. |
protected void |
SVGEllipseElementBridge.buildShape(BridgeContext ctx,
Element e,
ShapeNode shapeNode)
Constructs an ellipse according to the specified parameters. |
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. |
ClipRable |
SVGClipPathElementBridge.createClip(BridgeContext ctx,
Element clipElement,
Element clipedElement,
GraphicsNode clipedNode)
Creates a Clip according to the specified parameters. |
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. |
static float[] |
TextUtilities.svgHorizontalCoordinateArrayToUserSpace(Element element,
java.lang.String attrName,
java.lang.String valueStr,
BridgeContext ctx)
Returns the float array that represents a set of horizontal values or percentage. |
static float[] |
TextUtilities.svgVerticalCoordinateArrayToUserSpace(Element element,
java.lang.String attrName,
java.lang.String valueStr,
BridgeContext ctx)
Returns the float array that represents a set of values or percentage. |
static float[] |
TextUtilities.svgRotateArrayToFloats(Element element,
java.lang.String attrName,
java.lang.String valueStr,
BridgeContext ctx)
|
static float |
TextUtilities.convertFontSize(Element svgElement,
BridgeContext ctx,
CSSOMReadOnlyStyleDeclaration decl,
UnitProcessor.Context uctx)
Converts the font-size CSS value to a float value. |
Mask |
MaskBridge.createMask(BridgeContext ctx,
Element maskElement,
Element maskedElement,
GraphicsNode maskedNode)
Creates a Mask according to the specified parameters. |
Marker |
SVGMarkerElementBridge.createMarker(BridgeContext ctx,
Element markerElement,
Element paintedElement)
Creates a Marker according to the specified parameters. |
ClipRable |
ClipBridge.createClip(BridgeContext ctx,
Element clipElement,
Element clipedElement,
GraphicsNode clipedNode)
Creates a Clip according to the specified parameters. |
Constructors in org.apache.batik.bridge with parameters of type Element | |
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. |
|
SVGImageElementBridge.ForwardEventListener(Element svgElement,
Element imgElement)
Constructs a new ForwardEventListener |
|
UnitProcessor.DefaultContext(BridgeContext ctx,
Element e)
|
|
SVGFontFamily(SVGFontFace fontFace,
Element fontElement,
BridgeContext ctx)
Constructs an SVGFontFamily. |
|
SVGAltGlyphHandler(BridgeContext ctx,
Element textElement)
Constructs an SVGAltGlyphHandler. |
|
BridgeException(Element e,
java.lang.String code,
java.lang.Object[] params)
Constructs a new BridgeException with the specified parameters. |
Uses of Element in org.apache.batik.css |
Fields in org.apache.batik.css declared as Element | |
protected Element |
CSSOMReadOnlyStyleDeclaration.parentElement
The associated parent element. |
Methods in org.apache.batik.css that return Element | |
Element |
HiddenChildElement.getParentElement()
The parent element of this element. |
static Element |
HiddenChildElementSupport.getParentElement(Element e)
Returns the parent element. |
Methods in org.apache.batik.css with parameters of type Element | |
CSSStyleDeclaration |
AbstractViewCSS.getComputedStyle(Element elt,
java.lang.String pseudoElt)
DOM: Implements ViewCSS.getComputedStyle(Element,String) . |
CSSOMReadOnlyStyleDeclaration |
AbstractViewCSS.getComputedStyleInternal(Element elt,
java.lang.String pseudoElt)
Internal version of getComputedStyle(). |
void |
AbstractViewCSS.setComputedStyle(Element elt,
java.lang.String pseudoElt,
CSSOMReadOnlyStyleDeclaration sd)
Sets the computed style in the cache in a way it is not collectable. |
CSSOMReadOnlyStyleDeclaration |
AbstractViewCSS.computeStyle(Element elt,
java.lang.String pseudoElt)
Computes the cascaded style for the given element and pseudo element. |
CSSOMReadOnlyStyleDeclaration |
AbstractViewCSS.getCascadedStyle(Element elt,
java.lang.String pseudoElt)
Computes the cascaded style for the given element and pseudo element. |
protected void |
AbstractViewCSS.computeRelativeValues(Element e,
java.lang.String pe,
CSSOMReadOnlyStyleDeclaration rd)
Computes the relative values in the given style declaration for the given element and pseudo-element. |
protected void |
AbstractViewCSS.addUserAgentProperties(Element e,
java.lang.String pe,
CSSOMReadOnlyStyleDeclaration rd)
Adds the user-agent style sheets properties matching the given element and pseudo-element to the given style declaration. |
protected void |
AbstractViewCSS.addUserProperties(Element e,
java.lang.String pe,
CSSOMReadOnlyStyleDeclaration rd)
Adds the user style sheets properties matching the given element and pseudo-element to the given style declaration. |
protected void |
AbstractViewCSS.addNonCSSPresentationalHints(Element e,
java.lang.String pe,
java.net.URL buri,
CSSOMReadOnlyStyleDeclaration rd)
Adds the non-CSS presentational hints to the given style declaration. |
protected void |
AbstractViewCSS.addAuthorStyleSheetProperties(Element e,
java.lang.String pe,
CSSOMReadOnlyStyleDeclaration rd)
Adds the author style sheets properties matching the given element and pseudo-element to the given style declaration. |
protected void |
AbstractViewCSS.addInlineStyleProperties(Element e,
java.lang.String pe,
java.net.URL buri,
CSSOMReadOnlyStyleDeclaration rd)
Adds the inline style properties to the given style declaration. |
protected void |
AbstractViewCSS.addOverrideStyleProperties(Element e,
java.lang.String pe,
java.net.URL buri,
CSSOMReadOnlyStyleDeclaration rd)
Adds the override style properties to the given style declaration. |
protected void |
AbstractViewCSS.addMatchingRules(CSSRuleList l,
Element e,
java.lang.String pe,
java.net.URL buri,
CSSOMRuleList rl)
Adds the style rules that match the given element and pseudo-element to the given rule list. |
protected CSSOMRuleList |
AbstractViewCSS.sortRules(CSSOMRuleList l,
Element e,
java.lang.String pe)
Sorts the rules in the given rule list by specificity. |
void |
HiddenChildElement.setParentElement(Element elt)
Sets the parent element of this element. |
static Element |
HiddenChildElementSupport.getParentElement(Element e)
Returns the parent element. |
static void |
HiddenChildElementSupport.setStyle(Element e,
AbstractViewCSS ev,
Element src,
AbstractViewCSS srcv)
Recursively imports the style from the 'src' element. |
void |
CSSOMReadOnlyStyleDeclaration.setContext(AbstractViewCSS v,
Element elt)
Sets the declaration context. |
Constructors in org.apache.batik.css with parameters of type Element | |
CSSOMReadOnlyStyleDeclaration(AbstractViewCSS v,
Element elt)
Creates a new CSSOMReadOnlyStyleDeclaration object. |
Uses of Element in org.apache.batik.css.sac |
Methods in org.apache.batik.css.sac with parameters of type Element | |
boolean |
CSSOMAttributeCondition.match(Element e,
java.lang.String pseudoE)
Tests whether this condition matches the given element. |
boolean |
CSSOMClassCondition.match(Element e,
java.lang.String pseudoE)
Tests whether this condition matches the given element. |
boolean |
ExtendedSelector.match(Element e,
java.lang.String pseudoE)
Tests whether this selector matches the given element. |
boolean |
CSSOMDescendantSelector.match(Element e,
java.lang.String pseudoE)
Tests whether this selector matches the given element. |
boolean |
CSSOMElementSelector.match(Element e,
java.lang.String pseudoE)
Tests whether this selector matches the given element. |
boolean |
CSSOMConditionalSelector.match(Element e,
java.lang.String pseudoE)
Tests whether this selector matches the given element. |
boolean |
CSSOMPseudoElementSelector.match(Element e,
java.lang.String pseudoE)
Tests whether this selector matches the given element. |
boolean |
CSSOMDirectAdjacentSelector.match(Element e,
java.lang.String pseudoE)
Tests whether this selector matches the given element. |
boolean |
CSSOMBeginHyphenAttributeCondition.match(Element e,
java.lang.String pseudoE)
Tests whether this condition matches the given element. |
boolean |
CSSOMOneOfAttributeCondition.match(Element e,
java.lang.String pseudoE)
Tests whether this condition matches the given element. |
boolean |
CSSOMAndCondition.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 |
CSSOMChildSelector.match(Element e,
java.lang.String pseudoE)
Tests whether this selector matches the given element. |
boolean |
CSSOMPseudoClassCondition.match(Element e,
java.lang.String pseudoE)
Tests whether this selector matches the given element. |
boolean |
CSSOMIdCondition.match(Element e,
java.lang.String pseudoE)
Tests whether this condition matches the given element. |
boolean |
CSSOMLangCondition.match(Element e,
java.lang.String pseudoE)
Tests whether this condition matches the given element. |
Uses of Element in org.apache.batik.css.svg |
Methods in org.apache.batik.css.svg with parameters of type Element | |
void |
MaskResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
BaselineShiftResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
GlyphOrientationVerticalResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
FillResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
FilterResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
SimpleColorResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
ClipRuleResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
PointerEventsResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
LightingColorResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
ImageRenderingResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
ShapeRenderingResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
GlyphOrientationHorizontalResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
ColorInterpolationFiltersResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
ClipPathResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
ColorProfileResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
float |
SVGCSSContext.getViewportWidth(Element e)
Returns the width of the viewport. |
float |
SVGCSSContext.getViewportHeight(Element e)
Returns the height of the viewport. |
void |
StrokeDasharrayResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
DominantBaselineResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
ColorInterpolationResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
StrokeLinejoinResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
ColorRenderingResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
WritingModeResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
MarkerResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
TextAnchorResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
AlignmentBaselineResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
StrokeResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
float |
DefaultSVGCSSContext.getViewportWidth(Element e)
Returns the width of the viewport. |
float |
DefaultSVGCSSContext.getViewportHeight(Element e)
Returns the height of the viewport. |
void |
StrokeDashoffsetResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
EnableBackgroundResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
StrokeLinecapResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
OpacityResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
TextRenderingResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
FillRuleResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
StrokeMiterlimitResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
StrokeWidthResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
Uses of Element in org.apache.batik.css.value |
Methods in org.apache.batik.css.value with parameters of type Element | |
void |
FontStyleResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
FontSizeAdjustResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
CursorResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
FontSizeResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
FontStretchResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
UnicodeBidiResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
FontVariantResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
FontFamilyResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
ColorResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
ClipResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
OverflowResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
DirectionResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
DisplayResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
RelativeValueResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
FontWeightResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
SpacingResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
VisibilityResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
void |
TextDecorationResolver.resolveValue(Element element,
java.lang.String pseudoElement,
ViewCSS view,
CSSOMReadOnlyStyleDeclaration styleDeclaration,
CSSOMReadOnlyValue value,
java.lang.String priority,
int origin)
Resolves the given value if relative, and puts it in the given table. |
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 |
ElementWrapper
This class implements a wrapper for an Element. |
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 | |
protected Element |
NodeWrapper.createElementWrapper(Element n)
Creates a wrapper for the given Element. |
Element |
AttrWrapper.getOwnerElement()
DOM: Implements Attr.getOwnerElement() . |
Element |
DocumentWrapper.getDocumentElement()
DOM: Implements Document.getDocumentElement() . |
Element |
DocumentWrapper.createElement(java.lang.String tagName)
DOM: Implements Document.createElement(String) . |
Element |
DocumentWrapper.createElementNS(java.lang.String namespaceURI,
java.lang.String qualifiedName)
DOM: Implements Document.createElementNS(String,String) . |
Element |
DocumentWrapper.getElementById(java.lang.String elementId)
DOM: Implements Document.getElementById(String) . |
protected Element |
DocumentWrapper.createElementWrapper(Element e)
Creates a wrapper for the given 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) . |
Methods in org.apache.batik.dom with parameters of type Element | |
protected Element |
NodeWrapper.createElementWrapper(Element n)
Creates a wrapper for the given Element. |
protected Element |
DocumentWrapper.createElementWrapper(Element e)
Creates a wrapper for the given element. |
Constructors in org.apache.batik.dom with parameters of type Element | |
ElementWrapper(DocumentWrapper dw,
Element e)
Creates a new ElementWrapper object. |
Uses of Element in org.apache.batik.dom.svg |
Fields in org.apache.batik.dom.svg declared as Element | |
protected Element |
AbstractElement.parentElement
The parent element. |
Methods in org.apache.batik.dom.svg that return Element | |
Element |
AbstractElement.getParentElement()
The parent element of this element. |
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. |
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 |
SVGOMSVGElement.getElementById(java.lang.String elementId)
|
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. |
Methods in org.apache.batik.dom.svg with parameters of type Element | |
void |
AbstractElement.setParentElement(Element elt)
Sets the parent element. |
CSSStyleDeclaration |
SVGOMDocument.getOverrideStyle(Element elt,
java.lang.String pseudoElt)
DOM: Implements DocumentCSS.getOverrideStyle(Element,String) . |
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(java.lang.String extension,
Element elt)
To implements SVGTests.hasExtension(String) . |
static SVGAnimatedTransformList |
SVGTransformableSupport.getTransform(Element elt)
To implement SVGTransformable.getTransform() . |
static boolean |
SVGStylableSupport.hasStyle(Element elt)
To implement ExtendedElementCSSInlineStyle.hasStyle() . |
static CSSStyleDeclaration |
SVGStylableSupport.getStyle(Element elt)
To implement SVGStylable.getStyle() . |
static CSSValue |
SVGStylableSupport.getPresentationAttribute(java.lang.String name,
Element elt)
To implement SVGStylable.getPresentationAttribute(String) . |
static SVGAnimatedString |
SVGStylableSupport.getClassName(Element elt)
To implement SVGStylable.getClassName() . |
static CSSStyleDeclaration |
SVGStylableSupport.getOverrideStyle(java.lang.String pseudoElt,
Element elt)
To implements OverrideStyleElement.getOverrideStyle(String) . |
static SVGElement |
SVGLocatableSupport.getNearestViewportElement(Element elt)
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(SVGElement element,
Element elt)
To implement SVGLocatable.getTransformToElement(SVGElement) . |
static SVGAnimatedString |
SVGURIReferenceSupport.getHref(Element elt)
To implement SVGURIReference.getHref() . |
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 void |
SVGZoomAndPanSupport.setZoomAndPan(Element elt,
short val)
Sets the zoomAndPan attribute value. |
static short |
SVGZoomAndPanSupport.getZoomAndPan(Element elt)
Returns the ZoomAndPan attribute value. |
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) . |
static CSSStyleDeclaration |
ElementNonCSSPresentationalHintsSupport.getNonCSSPresentationalHints(Element elt)
Returns the translation of the non-CSS hints to the corresponding CSS rules. |
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 | |
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 |
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. |
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 |
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 |
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.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. |
Methods in org.apache.batik.extension.svg with parameters of type Element | |
java.awt.Paint |
ColorSwitchBridge.createPaint(BridgeContext ctx,
Element paintElement,
Element paintedElement,
GraphicsNode paintedNode,
float opacity)
Creates a Paint according to the specified parameters. |
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. |
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. |
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. |
Uses of Element in org.apache.batik.script |
Methods in org.apache.batik.script that return Element | |
Element |
DocumentProxy.getDocumentElement()
This is a convenience attribute that allows direct access to the child node that is the root element of the document. |
Element |
DocumentProxy.createElement(java.lang.String tagName)
Creates an element of the type specified. |
Element |
DocumentProxy.createElementNS(java.lang.String namespaceURI,
java.lang.String qualifiedName)
Creates an element of the given qualified name and namespace URI. |
Element |
DocumentProxy.getElementById(java.lang.String elementId)
Returns the Element whose ID is given by
elementId . |
Uses of Element in org.apache.batik.svggen |
Methods in org.apache.batik.svggen that return Element | |
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 |
SVGShape.toSVG(java.awt.Shape shape)
|
Element |
SimpleImageHandler.createElement(SVGGeneratorContext generatorContext)
Creates an Element which can refer to an image. |
Element |
SVGCompositeDescriptor.getDef()
|
Element |
SVGPolygon.toSVG(java.awt.Polygon polygon)
|
Element |
DOMTreeManager.getRoot()
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 |
DefaultCachedImageHandler.createElement(SVGGeneratorContext generatorContext)
Creates an Element which can refer to an image. |
Element |
SVGPath.toSVG(java.awt.Shape path)
|
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 |
SVGLine.toSVG(java.awt.geom.Line2D line)
|
Element |
CachedImageHandlerBase64Encoder.createElement(SVGGeneratorContext generatorContext)
Creates an Element which can refer to an image. |
Element |
SVGPaintDescriptor.getDef()
|
Element |
SVGFontDescriptor.getDef()
|
Element |
SVGEllipse.toSVG(java.awt.geom.Ellipse2D ellipse)
|
Element |
SVGFilterDescriptor.getDef()
|
Element |
GenericImageHandler.createElement(SVGGeneratorContext generatorContext)
Creates an Element suitable for referring to images. |
Methods in org.apache.batik.svggen with parameters of type Element | |
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. |
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 |
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)
|
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. |
void |
DOMTreeManager.applyDefaultRenderingStyle(Element element)
|
void |
DOMTreeManager.addOtherDef(Element definition)
Lets custom implementations for various extensions add elements to the |
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 |
StyleHandler.setStyle(Element element,
java.util.Map styleMap,
SVGGeneratorContext generatorContext)
Sets the style described by styleMap on the given
element . |
void |
DefaultStyleHandler.setStyle(Element element,
java.util.Map styleMap,
SVGGeneratorContext generatorContext)
Sets the style described by styleMap on the given
element . |
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. |
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 |
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 |
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. |
protected void |
SVGGraphics2DUnitTester.trace(Element element,
java.io.OutputStream out)
|
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 |
Constructors in org.apache.batik.svggen with parameters of type Element | |
SVGCompositeDescriptor(java.lang.String opacityValue,
java.lang.String filterValue,
Element def)
|
|
SVGClipDescriptor(java.lang.String clipPathValue,
Element clipPathDef)
|
|
SVGPaintDescriptor(java.lang.String paintValue,
java.lang.String opacityValue,
Element def)
|
|
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. |
Uses of Element in org.apache.batik.transcoder.image |
Methods in org.apache.batik.transcoder.image with parameters of type Element | |
void |
ImageTranscoder.ImageTranscoderUserAgent.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.transcoder.print |
Methods in org.apache.batik.transcoder.print with parameters of type Element | |
void |
PrintTranscoder.PrintTranscoderUserAgent.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.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 |
Methods in org.w3c.dom.svg that return Element | |
Element |
SVGSVGElement.getElementById(java.lang.String elementId)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |