org.apache.batik.dom.svg
Class SVGOMAnimatedPreserveAspectRatio.AnimSVGPARValue
public
class
SVGOMAnimatedPreserveAspectRatio.AnimSVGPARValue
extends AbstractSVGPreserveAspectRatio
This class represents the SVGPreserveAspectRatio returned by {@link
#getAnimVal()}.
Method Summary |
protected DOMException | createDOMException(short type, String key, Object[] args)
Create a DOMException. |
short | getAlign()
DOM: Implements {@link SVGPreserveAspectRatio#getAlign()}. |
short | getMeetOrSlice()
DOM: Implements {@link SVGPreserveAspectRatio#getMeetOrSlice()}. |
void | setAlign(short align)
DOM: Implements {@link SVGPreserveAspectRatio#setAlign(short)}. |
protected void | setAnimatedValue(short align, short meetOrSlice)
Updates the animated value. |
protected void | setAttributeValue(String value)
Sets the associated DOM attribute. |
void | setMeetOrSlice(short meetOrSlice)
DOM: Implements {@link SVGPreserveAspectRatio#setMeetOrSlice(short)}. |
protected DOMException createDOMException(short type, String key, Object[] args)
Create a DOMException.
public short getAlign()
DOM: Implements {@link SVGPreserveAspectRatio#getAlign()}.
public short getMeetOrSlice()
DOM: Implements {@link SVGPreserveAspectRatio#getMeetOrSlice()}.
public void setAlign(short align)
DOM: Implements {@link SVGPreserveAspectRatio#setAlign(short)}.
protected void setAnimatedValue(short align, short meetOrSlice)
Updates the animated value.
protected void setAttributeValue(String value)
Sets the associated DOM attribute. Does nothing, since animated
values aren't reflected in the DOM.
public void setMeetOrSlice(short meetOrSlice)
DOM: Implements {@link SVGPreserveAspectRatio#setMeetOrSlice(short)}.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.