org.apache.batik.dom.svg

Class SVGOMLength

public class SVGOMLength extends AbstractSVGLength

Default implementation of SVGLength. This implementation is not linked to any attribute in the Document. It is used by the root element to return a default SVGLength.

See Also: org.w3c.dom.svg.SVGSVGElement#createSVGLength()

Field Summary
protected AbstractElementelement
Element associated to this length.
Constructor Summary
SVGOMLength(AbstractElement elt)
Default constructor.
Method Summary
protected SVGOMElementgetAssociatedElement()

Field Detail

element

protected AbstractElement element
Element associated to this length.

Constructor Detail

SVGOMLength

public SVGOMLength(AbstractElement elt)
Default constructor. The direction of this length is undefined and this length is not associated to any attribute.

Method Detail

getAssociatedElement

protected SVGOMElement getAssociatedElement()
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.