|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.anim.dom.AbstractSVGLength
org.apache.batik.anim.dom.SVGOMLength
public class SVGOMLength
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.
SVGSVGElement.createSVGLength()| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.batik.anim.dom.AbstractSVGLength |
|---|
AbstractSVGLength.DefaultContext |
| Field Summary | |
|---|---|
protected AbstractElement |
element
Element associated to this length. |
| Fields inherited from class org.apache.batik.anim.dom.AbstractSVGLength |
|---|
context, direction, HORIZONTAL_LENGTH, OTHER_LENGTH, UNITS, unitType, value, VERTICAL_LENGTH |
| Fields inherited from interface org.w3c.dom.svg.SVGLength |
|---|
SVG_LENGTHTYPE_CM, SVG_LENGTHTYPE_EMS, SVG_LENGTHTYPE_EXS, SVG_LENGTHTYPE_IN, SVG_LENGTHTYPE_MM, SVG_LENGTHTYPE_NUMBER, SVG_LENGTHTYPE_PC, SVG_LENGTHTYPE_PERCENTAGE, SVG_LENGTHTYPE_PT, SVG_LENGTHTYPE_PX, SVG_LENGTHTYPE_UNKNOWN |
| Constructor Summary | |
|---|---|
SVGOMLength(AbstractElement elt)
Default constructor. |
|
| Method Summary | |
|---|---|
protected SVGOMElement |
getAssociatedElement()
Return the SVGElement associated to this length. |
| Methods inherited from class org.apache.batik.anim.dom.AbstractSVGLength |
|---|
convertToSpecifiedUnits, getUnitType, getValue, getValueAsString, getValueInSpecifiedUnits, newValueSpecifiedUnits, parse, reset, revalidate, setValue, setValueAsString, setValueInSpecifiedUnits |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected AbstractElement element
| Constructor Detail |
|---|
public SVGOMLength(AbstractElement elt)
| Method Detail |
|---|
protected SVGOMElement getAssociatedElement()
AbstractSVGLength
getAssociatedElement in class AbstractSVGLength
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||