org.apache.batik.dom.svg

Class SVGOMAnimatedMarkerOrientValue.BaseSVGAngle

protected class SVGOMAnimatedMarkerOrientValue.BaseSVGAngle extends SVGOMAngle

This class represents the SVGAngle returned by {@link AnimatedAngle#getBaseVal()}.
Method Summary
voidinvalidate()
Invalidates this angle.
protected voidparse(String s)
Parse a String value as an SVGAngle.
protected voidreset()
Resets the value of the associated attribute.
protected voidrevalidate()
Initializes the angle, if needed.

Method Detail

invalidate

public void invalidate()
Invalidates this angle.

parse

protected void parse(String s)
Parse a String value as an SVGAngle. If orient="auto", the method will parse the value "0" instead.

reset

protected void reset()
Resets the value of the associated attribute.

revalidate

protected void revalidate()
Initializes the angle, if needed.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.