org.apache.batik.dom.svg
Class SVGOMAnimatedMarkerOrientValue.BaseSVGAngle
protected
class
SVGOMAnimatedMarkerOrientValue.BaseSVGAngle
extends SVGOMAngle
This class represents the SVGAngle returned by
getBaseVal.
Method Summary |
void | invalidate()
Invalidates this angle. |
protected void | parse(String s)
Parse a String value as an SVGAngle. |
protected void | reset()
Resets the value of the associated attribute. |
protected void | revalidate()
Initializes the angle, if needed. |
public void invalidate()
Invalidates this angle.
protected void parse(String s)
Parse a String value as an SVGAngle. If orient="auto", the
method will parse the value "0" instead.
protected void reset()
Resets the value of the associated attribute.
protected void revalidate()
Initializes the angle, if needed.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.