|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SVGElement | |
org.apache.batik.dom.svg | |
org.apache.batik.refimpl.bridge | |
org.apache.batik.util | Provides some useful classes. |
org.w3c.dom.svg |
Uses of SVGElement in org.apache.batik.dom.svg |
Classes in org.apache.batik.dom.svg that implement SVGElement | |
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 SVGElement | |
protected SVGElement |
DefaultUnitProcessorContext.element
|
Constructors in org.apache.batik.dom.svg with parameters of type SVGElement | |
DefaultUnitProcessorContext(SVGContext ctx,
SVGElement elt)
|
Uses of SVGElement in org.apache.batik.refimpl.bridge |
Methods in org.apache.batik.refimpl.bridge with parameters of type SVGElement | |
protected abstract void |
SVGShapeElementBridge.buildShape(BridgeContext ctx,
SVGElement svgElement,
ShapeNode node,
CSSStyleDeclaration decl,
UnitProcessor.Context uctx)
Creates the shape depending on the specified context and element. |
protected void |
SVGPolygonElementBridge.buildShape(BridgeContext ctx,
SVGElement elt,
ShapeNode node,
CSSStyleDeclaration decl,
UnitProcessor.Context uctx)
Returns an GeneralPath. |
static java.awt.geom.Rectangle2D |
CSSUtilities.convertEnableBackground(SVGElement svgElement,
CSSStyleDeclaration decl,
UnitProcessor.Context uctx)
Returns the viewport |
static ShapePainter |
CSSUtilities.convertStrokeAndFill(SVGElement svgElement,
GraphicsNode node,
BridgeContext ctx,
CSSStyleDeclaration decl,
UnitProcessor.Context uctx)
Returns the ShapePainter for the specified Element using the specified context and css style declaration. |
static ShapePainter |
CSSUtilities.convertStroke(SVGElement svgElement,
GraphicsNode node,
BridgeContext ctx,
CSSStyleDeclaration decl,
UnitProcessor.Context uctx)
Returns the ShapePainter used to draw the outline of the specified Element using the specified context and css style declaration. |
static java.awt.Paint |
CSSUtilities.convertStrokeToPaint(SVGElement element,
GraphicsNode node,
BridgeContext ctx,
CSSStyleDeclaration decl,
UnitProcessor.Context uctx)
Returns a Paint object that corresponds to the various stroke attributes in the input element |
static java.awt.BasicStroke |
CSSUtilities.convertStrokeToBasicStroke(SVGElement svgElement,
BridgeContext ctx,
CSSStyleDeclaration decl,
UnitProcessor.Context uctx)
Returns a Stoke object that corresponds to the various stroke attributes in the input element |
static ShapePainter |
CSSUtilities.convertFill(SVGElement svgElement,
GraphicsNode node,
BridgeContext ctx,
CSSStyleDeclaration decl,
UnitProcessor.Context uctx)
Returns the ShapePainter used to fill the specified Element using the specified context and css style declaration. |
static java.awt.Paint |
CSSUtilities.convertURIToPaint(SVGElement svgElement,
GraphicsNode node,
BridgeContext ctx,
CSSStyleDeclaration decl,
UnitProcessor.Context uctx,
java.lang.String uri)
Converts the element referenced by uri into a Paint object |
static java.awt.Paint |
CSSUtilities.convertFillToPaint(SVGElement element,
GraphicsNode node,
BridgeContext ctx,
CSSStyleDeclaration decl,
UnitProcessor.Context uctx)
Returns the Paint used to fill the specified Element using the specified context and css style declaration. |
static float |
CSSUtilities.convertFontSize(SVGElement svgElement,
BridgeContext ctx,
CSSStyleDeclaration decl,
UnitProcessor.Context uctx)
Converts the font-size CSS value to a float value. |
CSSPrimitiveValue |
DefaultUnitProcessorContext.getFontSize(SVGElement e)
Returns the font-size value. |
float |
DefaultUnitProcessorContext.getXHeight(SVGElement e)
Returns the x-height value. |
static java.awt.geom.AffineTransform |
SVGUtilities.getPreserveAspectRatioTransform(SVGElement elt,
float w,
float h,
ParserFactory pf)
Returns the transformation to apply to initalize a viewport. |
static java.lang.String |
SVGUtilities.getDescription(SVGElement elt)
Returns the content of the 'desc' child of the given element. |
protected void |
SVGEllipseElementBridge.buildShape(BridgeContext ctx,
SVGElement svgElement,
ShapeNode node,
CSSStyleDeclaration decl,
UnitProcessor.Context uctx)
Returns a Ellipse2D.Float. |
protected void |
SVGPathElementBridge.buildShape(BridgeContext ctx,
SVGElement elt,
ShapeNode node,
CSSStyleDeclaration decl,
UnitProcessor.Context uctx)
Returns an ExtendedGeneralPath. |
protected void |
SVGLineElementBridge.buildShape(BridgeContext ctx,
SVGElement svgElement,
ShapeNode node,
CSSStyleDeclaration decl,
UnitProcessor.Context uctx)
Returns a Line2D.Float. |
protected void |
SVGRectElementBridge.buildShape(BridgeContext ctx,
SVGElement svgElement,
ShapeNode node,
CSSStyleDeclaration decl,
UnitProcessor.Context uctx)
Returns a Rectangle2D.Float or a RoundRectangle2D.Float depending on the 'x', 'y', 'width', 'height', 'rx' and 'ry' attributes. |
protected void |
SVGPolylineElementBridge.buildShape(BridgeContext ctx,
SVGElement elt,
ShapeNode node,
CSSStyleDeclaration decl,
UnitProcessor.Context uctx)
Returns an GeneralPath. |
protected GraphicsNode |
SVGImageElementBridge.createBase64ImageNode(BridgeContext ctx,
SVGElement svgElement,
java.lang.String uriStr)
|
protected GraphicsNode |
SVGImageElementBridge.createRasterImageNode(BridgeContext ctx,
SVGElement svgElement,
java.net.URL url)
|
protected GraphicsNode |
SVGImageElementBridge.createSVGImageNode(BridgeContext ctx,
SVGElement element,
SVGDocument imgDocument)
|
protected java.awt.geom.Rectangle2D |
SVGImageElementBridge.getImageBounds(BridgeContext ctx,
SVGElement svgElement)
|
protected void |
SVGCircleElementBridge.buildShape(BridgeContext ctx,
SVGElement svgElement,
ShapeNode node,
CSSStyleDeclaration decl,
UnitProcessor.Context uctx)
Returns a Ellipse2D.Float. |
Uses of SVGElement in org.apache.batik.util |
Methods in org.apache.batik.util with parameters of type SVGElement | |
static float |
UnitProcessor.cssToUserSpace(short t,
float v,
SVGElement e,
short d,
UnitProcessor.Context c)
Converts a SVG length value to screen pixels. |
static float |
UnitProcessor.svgToUserSpace(short t,
float v,
SVGElement e,
short d,
UnitProcessor.Context c)
Converts a SVG length value to screen pixels. |
protected static float |
UnitProcessor.emsToPixels(float v,
SVGElement e,
short d,
UnitProcessor.Context c)
Converts ems units to pixels units. |
protected static float |
UnitProcessor.exsToPixels(float v,
SVGElement e,
short d,
UnitProcessor.Context c)
Converts exs units to pixels units. |
protected static float |
UnitProcessor.percentagesToPixels(float v,
SVGElement e,
short d,
UnitProcessor.Context c)
Converts percentages units to pixels units. |
static CSSPrimitiveValue |
UnitProcessor.getFontSize(SVGElement e,
CSSStyleDeclaration d)
An utility method to implement Context.getFontSize(SVGElement e). |
static float |
UnitProcessor.svgToUserSpace(java.lang.String value,
SVGElement e,
short d,
UnitProcessor.Context c)
Converts a SVG length value to screen pixels. |
CSSPrimitiveValue |
UnitProcessor.Context.getFontSize(SVGElement e)
Returns the font-size value. |
float |
UnitProcessor.Context.getXHeight(SVGElement e)
Returns the x-height value. |
Uses of SVGElement in org.w3c.dom.svg |
Methods in org.w3c.dom.svg that return SVGElement | |
SVGElement |
SVGElement.getViewportElement()
|
SVGElement |
SVGViewElement.getViewTarget()
|
SVGElement |
SVGLocatable.getNearestViewportElement()
|
SVGElement |
SVGLocatable.getFarthestViewportElement()
|
SVGElement |
SVGViewSpec.getViewTarget()
|
SVGElement |
SVGElementInstance.getCorrespondingElement()
|
SVGElement |
SVGAnimationElement.getTargetElement()
|
Methods in org.w3c.dom.svg with parameters of type SVGElement | |
SVGMatrix |
SVGLocatable.getTransformToElement(SVGElement element)
|
NodeList |
SVGSVGElement.getIntersectionList(SVGRect rect,
SVGElement referenceElement)
|
NodeList |
SVGSVGElement.getEnclosureList(SVGRect rect,
SVGElement referenceElement)
|
boolean |
SVGSVGElement.checkIntersection(SVGElement element,
SVGRect rect)
|
boolean |
SVGSVGElement.checkEnclosure(SVGElement element,
SVGRect rect)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |