|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Element | |
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.refimpl.bridge | |
org.apache.batik.util.awt.svg | |
org.w3c.dom | |
org.w3c.dom.css | |
org.w3c.dom.svg |
Uses of Element in org.apache.batik.bridge |
Fields in org.apache.batik.bridge declared as Element | |
protected Element |
BuilderException.element
|
Methods in org.apache.batik.bridge that return Element | |
Element |
BridgeMutationEvent.getElement()
Returns the element that was modified. |
Element |
BuilderException.getElement()
Returns the element responsible on the error. |
Element |
BridgeContext.getElement(GraphicsNode node)
Returns the Element bound to the specified GraphicsNode if any. |
Methods in org.apache.batik.bridge with parameters of type Element | |
Filter |
FilterPrimitiveBridge.create(GraphicsNode filteredNode,
BridgeContext bridgeContext,
Element filterElement,
Element filteredElement,
Filter in,
java.awt.geom.Rectangle2D filterRegion,
java.util.Map filterMap)
Returns the Filter that implements the filter operation modeled by the input DOM element |
java.awt.Cursor |
CursorBridge.createCursor(BridgeContext ctx,
Element element)
Creates a Cursor using the specified context and element. |
ShapePainter |
ShapePainterBridge.createShapePainter(BridgeContext ctx,
Element element)
Creates a ShapePainter using the specified context and element. |
Clip |
ClipBridge.createClip(BridgeContext ctx,
GraphicsNode node,
Element clipElement,
Element clipedElement)
Creates a Clip filter using the specified context and element. |
Mask |
MaskBridge.createMask(GraphicsNode maskedNode,
BridgeContext ctx,
Element maskElement,
Element maskedElement)
Creates a Mask using the specified context and element. |
java.awt.Composite |
CompositeBridge.createComposite(BridgeContext ctx,
Element element)
Creates a Composite using the specified context and element. |
GraphicsNode |
GraphicsNodeBridge.createGraphicsNode(BridgeContext ctx,
Element element)
Creates a GraphicsNode using the specified context and element. |
void |
GraphicsNodeBridge.buildGraphicsNode(GraphicsNode node,
BridgeContext ctx,
Element element)
Builds the specified GraphicsNode using the specified context and element. |
GraphicsNode |
GVTBuilder.build(BridgeContext ctx,
Element element)
Builds a GVT tree using the specified context and SVG element |
void |
BridgeContext.bind(Element element,
GraphicsNode node)
Binds a GraphicsNode and an Element. |
void |
BridgeContext.unbind(Element element)
UnBinds an Element and its graphics Node. |
GraphicsNode |
BridgeContext.getGraphicsNode(Element element)
Returns the GraphicsNode bound to the specified Element 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. |
java.awt.Paint |
PaintBridge.createStrokePaint(BridgeContext ctx,
GraphicsNode paintedNode,
Element paintedElement,
Element paintElement)
Creates a Paint used to draw the outline of a Shape of a ShapeNode. |
java.awt.Paint |
PaintBridge.createFillPaint(BridgeContext ctx,
GraphicsNode paintedNode,
Element paintedElement,
Element paintElement)
Creates a Paint used to fill a Shape of a ShapeNode. |
java.awt.geom.AffineTransform |
TransformBridge.createTransform(BridgeContext ctx,
Element element)
Creates a AffineTransform using the specified context and element. |
GraphicsNodeEventFilter |
GraphicsNodeEventFilterBridge.createGraphicsNodeEventFilter(BridgeContext ctx,
Element element)
Creates a GraphicsNodeEventFilter using the specified context and element. |
Constructors in org.apache.batik.bridge with parameters of type Element | |
BuilderException(Element e,
java.lang.String msg)
Constructs a new BuilderException. |
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 | |
void |
HiddenChildElement.setParentElement(Element elt)
Sets the parent element of this element. |
static Element |
HiddenChildElementSupport.getParentElement(Element e)
Returns the parent element. |
CSSStyleDeclaration |
AbstractViewCSS.getComputedStyle(Element elt,
java.lang.String pseudoElt)
DOM: Implements ViewCSS.getComputedStyle(Element,String) . |
void |
AbstractViewCSS.setComputedStyle(Element elt,
java.lang.String pseudoElt,
CSSStyleDeclaration sd)
Sets the computed style. |
CSSStyleDeclaration |
AbstractViewCSS.computeStyle(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,
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,
CSSOMReadOnlyStyleDeclaration rd)
Adds the inline style properties to the given style declaration. |
protected void |
AbstractViewCSS.addOverrideStyleProperties(Element e,
java.lang.String pe,
CSSOMReadOnlyStyleDeclaration rd)
Adds the override style properties to the given style declaration. |
protected void |
AbstractViewCSS.addMatchingRules(CSSRuleList l,
Element e,
java.lang.String pe,
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 |
CSSOMReadOnlyStyleDeclaration.setContext(ViewCSS v,
Element elt)
Sets the declaration context. |
Constructors in org.apache.batik.css with parameters of type Element | |
CSSOMReadOnlyStyleDeclaration(ViewCSS 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 |
CSSOMBeginHyphenAttributeCondition.match(Element e,
java.lang.String pseudoE)
Tests whether this condition matches the given element. |
boolean |
CSSOMIdCondition.match(Element e,
java.lang.String pseudoE)
Tests whether this condition matches the given element. |
boolean |
CSSOMDirectAdjacentSelector.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 |
CSSOMClassCondition.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 |
CSSOMAndCondition.match(Element e,
java.lang.String pseudoE)
Tests whether this condition matches the given element. |
boolean |
CSSOMPseudoElementSelector.match(Element e,
java.lang.String pseudoE)
Tests whether this selector matches the given element. |
boolean |
CSSOMLangCondition.match(Element e,
java.lang.String pseudoE)
Tests whether this condition matches the given element. |
boolean |
CSSOMConditionalSelector.match(Element e,
java.lang.String pseudoE)
Tests whether this selector matches the given element. |
boolean |
CSSOMOneOfAttributeCondition.match(Element e,
java.lang.String pseudoE)
Tests whether this condition 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 |
ExtendedSelector.match(Element e,
java.lang.String pseudoE)
Tests whether this selector matches the given element. |
boolean |
CSSOMChildSelector.match(Element e,
java.lang.String pseudoE)
Tests whether this selector 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 |
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 |
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 |
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 |
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. |
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. |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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. |
Uses of Element in org.apache.batik.css.value |
Methods in org.apache.batik.css.value with parameters of type Element | |
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 |
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 |
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. |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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. |
Uses of Element in org.apache.batik.dom |
Classes in org.apache.batik.dom that implement Element | |
class |
AbstractElement
This class implements the Element interface. |
class |
AbstractElementNS
This class implements the Element interface. |
class |
GenericElement
This class implements the Element interface. |
class |
GenericElementNS
This class implements the Element interface. |
Fields in org.apache.batik.dom declared as Element | |
protected Element |
AbstractAttr.ownerElement
The owner element. |
Methods in org.apache.batik.dom that return Element | |
Element |
AbstractAttr.getOwnerElement()
DOM: Implements Attr.getOwnerElement() . |
Element |
AbstractDocument.getDocumentElement()
DOM: Implements Document.getDocumentElement() . |
Element |
GenericDocument.createElement(java.lang.String tagName)
DOM: Implements Document.createElement(String) . |
Element |
GenericDocument.getElementById(java.lang.String elementId)
DOM: Implements Document.getElementById(String) . |
protected static Element |
GenericDocument.getById(java.lang.String id,
Node node)
An auxiliary method used by getElementById. |
Element |
GenericDocument.createElementNS(java.lang.String namespaceURI,
java.lang.String qualifiedName)
DOM: Implements Document.createElementNS(String,String) . |
Methods in org.apache.batik.dom with parameters of type Element | |
void |
AbstractAttr.setOwnerElement(Element v)
Sets the owner element. |
Uses of Element in org.apache.batik.dom.svg |
Classes in org.apache.batik.dom.svg that implement Element | |
class |
SVGClippingMaskingElement
This class provides a common superclass for clipping and masking elements. |
class |
SVGDescriptiveElement
This class provides a common superclass for elements which contain descriptive text. |
class |
SVGGraphicsElement
This class provides a common superclass for all graphics elements. |
class |
SVGOMAElement
This class implements SVGAElement . |
class |
SVGOMCircleElement
This class implements SVGCircleElement . |
class |
SVGOMClipPathElement
This class implements SVGClipPathElement . |
class |
SVGOMComponentTransferFunctionElement
This class represents the component transfer function elements. |
class |
SVGOMDefsElement
This class implements SVGDefsElement . |
class |
SVGOMDescElement
This class implements SVGDescElement . |
class |
SVGOMElement
This class implements the SVGElement interface. |
class |
SVGOMEllipseElement
This class implements SVGEllipseElement . |
class |
SVGOMFEBlendElement
This class implements SVGFEBlendElement . |
class |
SVGOMFEColorMatrixElement
This class implements SVGFEColorMatrixElement . |
class |
SVGOMFEComponentTransferElement
This class implements SVGFEComponentTransferElement . |
class |
SVGOMFECompositeElement
This class implements SVGFECompositeElement . |
class |
SVGOMFEConvolveMatrixElement
This class implements SVGFEConvolveMatrixElement . |
class |
SVGOMFEDiffuseLightingElement
This class implements SVGFEDiffuseLightingElement . |
class |
SVGOMFEDisplacementMapElement
This class implements SVGFEDisplacementMapElement . |
class |
SVGOMFEDistantLightElement
This class implements SVGFEDistantLightElement . |
class |
SVGOMFEFloodElement
This class implements SVGFEFloodElement . |
class |
SVGOMFEFuncAElement
This class implements SVGFEFuncAElement . |
class |
SVGOMFEFuncBElement
This class implements SVGFEFuncBElement . |
class |
SVGOMFEFuncGElement
This class implements SVGFEFuncGElement . |
class |
SVGOMFEFuncRElement
This class implements SVGFEFuncRElement . |
class |
SVGOMFEGaussianBlurElement
This class implements SVGFEGaussianBlurElement . |
class |
SVGOMFEImageElement
This class implements SVGFEImageElement . |
class |
SVGOMFEMergeElement
This class implements SVGFEMergeElement . |
class |
SVGOMFEMergeNodeElement
This class implements SVGFEMergeNodeElement . |
class |
SVGOMFEMorphologyElement
This class implements SVGFEMorphologyElement . |
class |
SVGOMFEOffsetElement
This class implements SVGFEOffsetElement . |
class |
SVGOMFEPointLightElement
This class implements SVGFEPointLightElement . |
class |
SVGOMFESpotLightElement
This class implements SVGFESpotLightElement . |
class |
SVGOMFilterElement
This class implements SVGFilterElement . |
class |
SVGOMFilterPrimitiveStandardAttributes
This class represents a SVGElement with support for standard filter attributes. |
class |
SVGOMGElement
This class implements SVGGElement . |
class |
SVGOMGradientElement
This class implements SVGGradientElement . |
class |
SVGOMImageElement
This class implements SVGImageElement . |
class |
SVGOMLinearGradientElement
This class implements SVGLinearGradientElement . |
class |
SVGOMLineElement
This class implements SVGLineElement . |
class |
SVGOMMaskElement
This class implements SVGMaskElement . |
class |
SVGOMMetadataElement
This class implements SVGMetadataElement . |
class |
SVGOMPathElement
This class implements SVGPathElement . |
class |
SVGOMPatternElement
This class implements SVGStopElement . |
class |
SVGOMPolygonElement
This class implements SVGPolygonElement . |
class |
SVGOMPolylineElement
This class implements SVGPolylineElement . |
class |
SVGOMRadialGradientElement
This class implements SVGRadialGradientElement . |
class |
SVGOMRectElement
This class implements SVGRectElement . |
class |
SVGOMScriptElement
This class implements SVGScriptElement . |
class |
SVGOMStopElement
This class implements SVGStopElement . |
class |
SVGOMStyleElement
This class implements SVGStyleElement . |
class |
SVGOMSVGElement
This class implements SVGSVGElement . |
class |
SVGOMSwitchElement
This class implements SVGSwitchElement . |
class |
SVGOMSymbolElement
This class implements SVGSymbolElement . |
class |
SVGOMTextContentElement
This class provides a common superclass for all graphics elements. |
class |
SVGOMTextElement
This class implements SVGTextElement . |
class |
SVGOMTextPathElement
This class implements SVGTextPathElement . |
class |
SVGOMTextPositioningElement
This class implements SVGTextPositioningElement . |
class |
SVGOMTitleElement
This class implements SVGTitleElement . |
class |
SVGOMToBeImplementedElement
This is a development only class. |
class |
SVGOMTRefElement
This class implements SVGTRefElement . |
class |
SVGOMTSpanElement
This class implements SVGTSpanElement . |
class |
SVGOMUseElement
This class implements SVGUseElement . |
class |
SVGURIReferenceGraphicsElement
This class provides support for Xlink to a graphics element. |
Fields in org.apache.batik.dom.svg declared as Element | |
protected Element |
SVGOMElement.parentElement
The parent element. |
protected Element |
SVGOMAnimatedNumber.element
The associated element. |
protected Element |
SVGOMAnimatedBoolean.element
The associated element. |
protected Element |
SVGOMSVGElement.parentElement
The parent element. |
protected Element |
SVGOMAnimatedString.element
The associated element. |
protected Element |
SVGOMAnimatedInteger.element
The associated element. |
Methods in org.apache.batik.dom.svg that return Element | |
Element |
SVGOMElement.getParentElement()
The parent element of this element. |
Element |
SVGOMSVGElement.getElementById(java.lang.String elementId)
|
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 |
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.CustomElementFactory.create(java.lang.String prefix,
Document doc)
Creates an instance of a custom element. |
Element |
SVGOMDocument.ElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.AElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.AnimateElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.CircleElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.ClipPathElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.DefsElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.DescElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.EllipseElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.FeBlendElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.FeColorMatrixElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.FeComponentTransferElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.FeConvolveMatrixElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.FeCompositeElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.FeDiffuseLightingElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.FeDisplacementMapElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.FeDistantLightElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.FeFloodElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.FeFuncAElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.FeFuncRElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.FeFuncGElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.FeFuncBElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.FeGaussianBlurElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.FeImageElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.FeMergeElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.FeMergeNodeElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.FeMorphologyElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.FeOffsetElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.FePointLightElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.FeSpecularLightingElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.FeSpotLightElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.FeTileElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.FeTurbulenceElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.FilterElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.GElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.ImageElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.LineElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.LinearGradientElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.MaskElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.MetadataElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.PathElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.PatternElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.PolygonElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.PolylineElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.RadialGradientElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.RectElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.ScriptElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.StopElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.StyleElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.SvgElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.SwitchElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.SymbolElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.TextElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.TextPathElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.TitleElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.TrefElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.TspanElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Element |
SVGOMDocument.UseElementFactory.create(java.lang.String prefix)
Creates an instance of the associated element type. |
Constructors in org.apache.batik.dom.svg with parameters of type Element | |
SVGOMAnimatedNumber(Element elt,
java.lang.String nsURI,
java.lang.String attr)
Creates a new SVGAnimatedNumber object. |
|
SVGOMAnimatedBoolean(Element elt,
java.lang.String nsURI,
java.lang.String attr)
Creates a new SVGAnimatedBoolean object. |
|
SVGOMAnimatedString(Element elt,
java.lang.String nsURI,
java.lang.String attr)
Creates a new SVGAnimatedString object. |
|
SVGOMAnimatedInteger(Element elt,
java.lang.String nsURI,
java.lang.String attr)
Creates a new SVGAnimatedInteger object. |
Uses of Element in org.apache.batik.dom.util |
Methods in org.apache.batik.dom.util with parameters of type Element | |
static java.lang.String |
XMLSupport.getXMLLang(Element elt)
Returns the xml:lang attribute value of the given element. |
static void |
XMLSupport.setXMLLang(Element elt,
java.lang.String lang)
Sets 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 void |
XMLSupport.setXMLSpace(Element elt,
java.lang.String space)
Sets 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. |
Uses of Element in org.apache.batik.refimpl.bridge |
Methods in org.apache.batik.refimpl.bridge that return Element | |
Element |
ConcreteBridgeContext.getElement(GraphicsNode node)
|
Element |
URIResolver.getElement(java.lang.String uri)
Imports the element referenced by the given URI. |
Methods in org.apache.batik.refimpl.bridge with parameters of type Element | |
Filter |
SVGFeCompositeElementBridge.create(GraphicsNode filteredNode,
BridgeContext bridgeContext,
Element filterElement,
Element filteredElement,
Filter in,
java.awt.geom.Rectangle2D filterRegion,
java.util.Map filterMap)
Returns the Filter that implements the filter operation modeled by the input DOM element |
Bridge |
ConcreteBridgeContext.getBridge(Element element)
|
void |
ConcreteBridgeContext.bind(Element element,
GraphicsNode node)
|
void |
ConcreteBridgeContext.unbind(Element element)
|
GraphicsNode |
ConcreteBridgeContext.getGraphicsNode(Element element)
|
void |
ConcreteBridgeContext.bind(Element element,
StyleReference reference)
|
java.util.List |
ConcreteBridgeContext.getStyleReferenceList(Element element)
|
GraphicsNode |
ConcreteGVTBuilder.build(BridgeContext ctx,
Element element)
Builds a GVT tree using the specified context and SVG element |
protected void |
ConcreteGVTBuilder.buildGraphicsNode(BridgeContext ctx,
CompositeGraphicsNode composite,
Element e)
Build a single node. |
void |
ConcreteGVTBuilder.computeStyleAndURIs(Element use,
ViewCSS uv,
Element def,
ViewCSS dv,
java.net.URL url)
Partially computes the style in the use tree and set it in the target tree. |
GraphicsNode |
SVGShapeElementBridge.createGraphicsNode(BridgeContext ctx,
Element element)
|
void |
SVGShapeElementBridge.buildGraphicsNode(GraphicsNode gn,
BridgeContext ctx,
Element element)
|
Filter |
SVGFeComponentTransferElementBridge.create(GraphicsNode filteredNode,
BridgeContext bridgeContext,
Element filterElement,
Element filteredElement,
Filter in,
java.awt.geom.Rectangle2D filterRegion,
java.util.Map filterMap)
Returns the Filter that implements the filter operation modeled by the input DOM element |
Filter |
SVGFeMergeElementBridge.create(GraphicsNode filteredNode,
BridgeContext bridgeContext,
Element filterElement,
Element filteredElement,
Filter in,
java.awt.geom.Rectangle2D filterRegion,
java.util.Map filterMap)
Returns the Filter that implements the filter operation modeled by the input DOM element |
Mask |
SVGMaskElementBridge.createMask(GraphicsNode maskedNode,
BridgeContext bridgeContext,
Element maskElement,
Element maskedElement)
Returns the Mask referenced by the input element's mask attribute. |
GraphicsNode |
SVGUseElementBridge.createGraphicsNode(BridgeContext ctx,
Element element)
|
void |
SVGUseElementBridge.buildGraphicsNode(GraphicsNode gn,
BridgeContext ctx,
Element element)
|
GraphicsNode |
SVGAElementBridge.createGraphicsNode(BridgeContext ctx,
Element element)
|
void |
SVGAElementBridge.buildGraphicsNode(GraphicsNode gn,
BridgeContext ctx,
Element element)
|
static Clip |
CSSUtilities.convertClipPath(Element clipedElement,
GraphicsNode gn,
BridgeContext ctx)
Returns the Shape referenced by the input element's clip-path attribute. |
static Mask |
CSSUtilities.convertMask(Element maskedElement,
GraphicsNode gn,
BridgeContext ctx)
Returns the Mask referenced by the input element's mask attribute. |
static Filter |
CSSUtilities.convertFilter(Element element,
GraphicsNode node,
BridgeContext ctx)
Returns the Filter referenced by the input GraphicsNode. |
static Filter |
CSSUtilities.getFilterSource(GraphicsNode node,
java.lang.String inAttr,
BridgeContext ctx,
Element filteredElement,
Filter in,
java.util.Map filterMap)
|
Filter |
SVGFeImageElementBridge.create(GraphicsNode filteredNode,
BridgeContext bridgeContext,
Element filterElement,
Element filteredElement,
Filter in,
java.awt.geom.Rectangle2D filterRegion,
java.util.Map filterMap)
Returns the Filter that implements the filter operation modeled by the input DOM element |
protected static java.util.Vector |
SVGGradientBridge.extractGradientStops(Element paintElement,
BridgeContext ctx)
|
static SVGGradientBridge.GradientStop |
SVGGradientBridge.convertGradientStop(Element stop,
BridgeContext ctx)
|
static boolean |
SVGUtilities.matchUserAgent(Element elt,
UserAgent ua)
Tests whether or not the given element match a user agent. |
static java.awt.geom.Rectangle2D |
SVGUtilities.convertFilterChainRegion(Element filterElement,
Element filteredElement,
GraphicsNode node,
UnitProcessor.Context uctx)
Creates a Rectangle2D for the <filter> element. |
static java.awt.geom.Rectangle2D |
SVGUtilities.convertMaskRegion(Element maskElement,
Element maskedElement,
GraphicsNode node,
UnitProcessor.Context uctx)
Creates a Rectangle2D for the input <mask> element. |
static java.awt.geom.Rectangle2D |
SVGUtilities.convertPatternRegion(Element patternElement,
Element paintedElement,
GraphicsNode node,
UnitProcessor.Context uctx)
Creates a Rectangle2D for the input <pattern> element. |
protected static java.awt.geom.Rectangle2D |
SVGUtilities.convertRegion(Element filterElement,
Element filteredElement,
GraphicsNode node,
UnitProcessor.Context uctx,
java.lang.String unitsAttr,
java.lang.String unitsDefault,
java.lang.String xDefault,
java.lang.String yDefault,
java.lang.String wDefault,
java.lang.String hDefault)
Creates a Rectangle2D using the specified parameters. |
static java.awt.geom.Rectangle2D |
SVGUtilities.convertFilterPrimitiveRegion(Element filterPrimitiveElement,
Element filteredElement,
java.awt.geom.Rectangle2D defaultRegion,
GraphicsNode node,
UnitProcessor.Context uctx)
Creates a Rectangle2D for the input filter primitive element. |
static java.awt.geom.Point2D |
SVGUtilities.convertGradientPoint(Element element,
java.lang.String attrXName,
java.lang.String xStr,
java.lang.String attrYName,
java.lang.String yStr,
int unitsType,
UnitProcessor.Context uctx)
Creates a Point2D for the input x and y attribute value in the 'units' coordinate system. |
static float |
SVGUtilities.convertGradientLength(Element element,
java.lang.String attrLengthName,
java.lang.String lengthStr,
int unitsType,
UnitProcessor.Context uctx)
Creates a float value from the input value in the 'units' coordinate system. |
static java.awt.geom.AffineTransform |
SVGUtilities.convertAffineTransform(Element e,
java.lang.String attrName,
ParserFactory pf)
Creates an AffineTransform using the element and its specified attribute. |
static float |
SVGUtilities.svgToUserSpace(Element element,
java.lang.String attrName,
java.lang.String valueStr,
UnitProcessor.Context uctx,
short direction)
Returns the float that represents a specified value or percentage. |
protected static float |
SVGUtilities.svgToObjectBoundingBox(Element element,
java.lang.String attrName,
java.lang.String valueStr,
UnitProcessor.Context uctx,
short direction)
Returns the float that represents a specified value or percentage. |
protected static float |
SVGUtilities.svgToUserSpaceOnUse(Element element,
java.lang.String attrName,
java.lang.String valueStr,
UnitProcessor.Context uctx,
short direction)
Returns the float that represents a specified value or percentage. |
GraphicsNode |
SVGSwitchElementBridge.createGraphicsNode(BridgeContext ctx,
Element element)
|
void |
SVGSwitchElementBridge.buildGraphicsNode(GraphicsNode gn,
BridgeContext ctx,
Element element)
|
Filter |
SVGFeDisplacementMapElementBridge.create(GraphicsNode filteredNode,
BridgeContext bridgeContext,
Element filterElement,
Element filteredElement,
Filter in,
java.awt.geom.Rectangle2D filterRegion,
java.util.Map filterMap)
Returns the Filter that implements the filter operation modeled by the input DOM element |
Filter |
SVGFeColorMatrixElementBridge.create(GraphicsNode filteredNode,
BridgeContext bridgeContext,
Element filterElement,
Element filteredElement,
Filter in,
java.awt.geom.Rectangle2D filterRegion,
java.util.Map filterMap)
Returns the Filter that implements the filter operation modeled by the input DOM element |
Filter |
SVGFeOffsetElementBridge.create(GraphicsNode filteredNode,
BridgeContext bridgeContext,
Element filterElement,
Element filteredElement,
Filter in,
java.awt.geom.Rectangle2D filterRegion,
java.util.Map filterMap)
Returns the Filter that implements the filter operation modeled by the input DOM element |
Filter |
SVGFeFloodElementBridge.create(GraphicsNode filteredNode,
BridgeContext bridgeContext,
Element filterElement,
Element filteredElement,
Filter in,
java.awt.geom.Rectangle2D filterRegion,
java.util.Map filterMap)
Returns the Filter that implements the filter operation modeled by the input DOM element |
GraphicsNode |
SVGTextElementBridge.createGraphicsNode(BridgeContext ctx,
Element element)
|
void |
SVGTextElementBridge.buildGraphicsNode(GraphicsNode node,
BridgeContext ctx,
Element element)
|
protected java.text.AttributedString |
SVGTextElementBridge.buildAttributedString(BridgeContext ctx,
Element element,
GraphicsNode node)
Creates the attributed string which represent the given text element children. |
protected java.util.List |
SVGTextElementBridge.buildAttributedStrings(BridgeContext ctx,
Element element,
GraphicsNode node,
boolean top)
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 java.util.Map |
SVGTextElementBridge.getAttributeMap(BridgeContext ctx,
Element element,
GraphicsNode node)
Returns the map to pass to the current characters. |
Filter |
SVGFeGaussianBlurElementBridge.create(GraphicsNode filteredNode,
BridgeContext bridgeContext,
Element filterElement,
Element filteredElement,
Filter in,
java.awt.geom.Rectangle2D filterRegion,
java.util.Map filterMap)
Returns the Filter that implements the filter operation modeled by the input DOM element |
Filter |
SVGFeTurbulenceElementBridge.create(GraphicsNode filteredNode,
BridgeContext bridgeContext,
Element filterElement,
Element filteredElement,
Filter in,
java.awt.geom.Rectangle2D filterRegion,
java.util.Map filterMap)
Returns the Filter that implements the filter operation modeled by the input DOM element |
GraphicsNode |
SVGGElementBridge.createGraphicsNode(BridgeContext ctx,
Element element)
|
void |
SVGGElementBridge.buildGraphicsNode(GraphicsNode node,
BridgeContext ctx,
Element element)
|
java.awt.Paint |
SVGRadialGradientBridge.createStrokePaint(BridgeContext ctx,
GraphicsNode paintedNode,
Element paintedElement,
Element paintElement)
Creates a Paint used to draw the outline of a Shape of a ShapeNode. |
java.awt.Paint |
SVGRadialGradientBridge.createFillPaint(BridgeContext ctx,
GraphicsNode paintedNode,
Element paintedElement,
Element paintElement)
Creates a Paint used to fill a Shape of a ShapeNode. |
protected java.awt.Paint |
SVGRadialGradientBridge.createPaint(BridgeContext ctx,
GraphicsNode paintedNode,
Element paintedElement,
Element paintElement)
|
Filter |
SVGFeMorphologyElementBridge.create(GraphicsNode filteredNode,
BridgeContext bridgeContext,
Element filterElement,
Element filteredElement,
Filter in,
java.awt.geom.Rectangle2D filterRegion,
java.util.Map filterMap)
Returns the Filter that implements the filter operation modeled by the input DOM element |
GraphicsNode |
SVGImageElementBridge.createGraphicsNode(BridgeContext ctx,
Element element)
|
void |
SVGImageElementBridge.buildGraphicsNode(GraphicsNode node,
BridgeContext ctx,
Element element)
|
Filter |
SVGFilterElementBridge.create(GraphicsNode filteredNode,
BridgeContext bridgeContext,
Element filterElement,
Element filteredElement,
Filter in,
java.awt.geom.Rectangle2D filterRegion,
java.util.Map filterMap)
Returns the Filter that implements the filter operation modeled by the input DOM element |
Filter |
SVGFeTileElementBridge.create(GraphicsNode filteredNode,
BridgeContext bridgeContext,
Element filterElement,
Element filteredElement,
Filter in,
java.awt.geom.Rectangle2D filterRegion,
java.util.Map filterMap)
Returns the Filter that implements the filter operation modeled by the input DOM element |
java.awt.Paint |
SVGLinearGradientBridge.createStrokePaint(BridgeContext ctx,
GraphicsNode paintedNode,
Element paintedElement,
Element paintElement)
Creates a Paint used to draw the outline of a Shape of a ShapeNode. |
java.awt.Paint |
SVGLinearGradientBridge.createFillPaint(BridgeContext ctx,
GraphicsNode paintedNode,
Element paintedElement,
Element paintElement)
Creates a Paint used to fill a Shape of a ShapeNode. |
protected java.awt.Paint |
SVGLinearGradientBridge.createPaint(BridgeContext ctx,
GraphicsNode paintedNode,
Element paintedElement,
Element paintElement)
|
GraphicsNode |
SVGSVGElementBridge.createGraphicsNode(BridgeContext ctx,
Element element)
|
void |
SVGSVGElementBridge.buildGraphicsNode(GraphicsNode node,
BridgeContext ctx,
Element element)
|
Clip |
SVGClipPathElementBridge.createClip(BridgeContext ctx,
GraphicsNode gn,
Element clipElement,
Element clipedElement)
Returns the Shape referenced by the input element's clip-path attribute. |
Filter |
SVGFeBlendElementBridge.create(GraphicsNode filteredNode,
BridgeContext bridgeContext,
Element filterElement,
Element filteredElement,
Filter in,
java.awt.geom.Rectangle2D filterRegion,
java.util.Map filterMap)
Returns the Filter that implements the filter operation modeled by the input DOM element |
java.awt.Paint |
SVGPatternElementBridge.createStrokePaint(BridgeContext ctx,
GraphicsNode paintedNode,
Element paintedElement,
Element paintElement)
Creates a Paint used to draw the outline of a Shape of a ShapeNode. |
java.awt.Paint |
SVGPatternElementBridge.createFillPaint(BridgeContext ctx,
GraphicsNode paintedNode,
Element paintedElement,
Element paintElement)
Creates a Paint used to fill a Shape of a ShapeNode. |
protected java.awt.Paint |
SVGPatternElementBridge.createPaint(BridgeContext ctx,
GraphicsNode paintedNode,
Element paintedElement,
Element paintElement)
|
Uses of Element in org.apache.batik.util.awt.svg |
Methods in org.apache.batik.util.awt.svg that return Element | |
Element |
SVGLine.toSVG(java.awt.geom.Line2D line)
|
Element |
SVGShape.toSVG(java.awt.Shape shape)
|
Element |
SVGRectangle.toSVG(java.awt.geom.Rectangle2D rect)
|
Element |
SVGRectangle.toSVG(java.awt.geom.RoundRectangle2D rect)
|
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 |
SVGPolygon.toSVG(java.awt.Polygon polygon)
|
Element |
SVGEllipse.toSVG(java.awt.geom.Ellipse2D ellipse)
|
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 |
SVGFilterDescriptor.getDef()
|
Element |
SVGPath.toSVG(java.awt.Shape path)
|
Element |
SVGPaintDescriptor.getDef()
|
Element |
SVGCompositeDescriptor.getDef()
|
Methods in org.apache.batik.util.awt.svg with parameters of type Element | |
static void |
TestUtil.trace(Element element,
java.io.OutputStream out)
|
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 |
DefaultImageHandler.handleImage(java.awt.Image image,
Element imageElement)
The handler should set the xlink:href tag and the width and height attributes. |
void |
DefaultImageHandler.handleImage(java.awt.image.RenderedImage image,
Element imageElement)
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)
The handler should set the xlink:href tag and the width and height attributes. |
protected void |
DefaultImageHandler.handleHREF(java.awt.Image image,
Element imageElement)
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)
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)
This template method should set the xlink:href attribute on the input Element parameter |
void |
ImageHandler.handleImage(java.awt.Image image,
Element imageElement)
The handler should set the xlink:href tag and the width and height attributes. |
void |
ImageHandler.handleImage(java.awt.image.RenderedImage image,
Element imageElement)
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)
The handler should set the xlink:href tag and the width and height attributes. |
void |
SVGGraphics2D.stream(Element svgRoot,
java.io.Writer writer)
|
void |
SVGGraphics2D.stream(Element svgRoot,
java.io.Writer writer,
boolean useCss)
|
void |
SVGGraphics2D.setTopLevelGroup(Element topLevelGroup)
Sets the topLevelGroup to the input element. |
void |
DOMGroupManager.addElement(Element element)
Add a node to the current group, if possible |
protected void |
AbstractImageHandlerEncoder.handleHREF(java.awt.Image image,
Element imageElement)
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)
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)
This template method should set the xlink:href attribute on the input Element parameter |
Constructors in org.apache.batik.util.awt.svg with parameters of type Element | |
SVGClipDescriptor(java.lang.String clipPathValue,
Element clipPathDef)
|
|
SVGFilterDescriptor(java.lang.String filterValue,
Element def)
|
|
SVGPaintDescriptor(java.lang.String paintValue,
java.lang.String opacityValue,
Element def)
|
|
SVGCompositeDescriptor(java.lang.String opacityValue,
java.lang.String filterValue,
Element def)
|
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 |