org.apache.batik.dom.svg
protected class AbstractSVGAnimatedLength.BaseSVGLength extends AbstractSVGLength
Field Summary | |
---|---|
protected boolean | missing
Whether the attribute is missing. |
protected boolean | valid
Whether this length is valid. |
Constructor Summary | |
---|---|
BaseSVGLength(short direction)
Creates a new BaseSVGLength. |
Method Summary | |
---|---|
protected SVGOMElement | getAssociatedElement()
Returns the element this length is associated with. |
void | invalidate()
Invalidates this length. |
protected void | reset()
Resets the value of the associated attribute. |
protected void | revalidate()
Initializes the length, if needed. |
Parameters: direction is one of HORIZONTAL_LENGTH, VERTICAL_LENGTH, or OTHER_LENGTH