|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SVGElement | |
org.apache.batik.bridge | Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. |
org.apache.batik.dom.svg | |
org.apache.batik.util | Provides some useful classes. |
org.w3c.dom.svg |
Uses of SVGElement in org.apache.batik.bridge |
Methods in org.apache.batik.bridge with parameters of type SVGElement | |
static java.lang.String |
SVGUtilities.getDescription(SVGElement elt)
Returns the content of the 'desc' child of the given element. |
Uses of SVGElement in org.apache.batik.dom.svg |
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.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 user space. |
static float |
UnitProcessor.userSpaceToSVG(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.pixelsToEms(float v,
SVGElement e,
short d,
UnitProcessor.Context c)
Converts pixels units to ems units. |
protected static float |
UnitProcessor.emsToPixels(float v,
SVGElement e,
short d,
UnitProcessor.Context c)
Converts ems units to pixels units. |
protected static float |
UnitProcessor.pixelsToExs(float v,
SVGElement e,
short d,
UnitProcessor.Context c)
Converts pixels units to exs 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.pixelsToPercentages(float v,
SVGElement e,
short d,
UnitProcessor.Context c)
Converts percentages 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 |