org.apache.batik.dom.svg
Class SVGOMAnimatedPreserveAspectRatio.AnimSVGPARValue
public
class
SVGOMAnimatedPreserveAspectRatio.AnimSVGPARValue
extends AbstractSVGPreserveAspectRatio
This class represents the SVGPreserveAspectRatio returned by
AnimSVGPARValue.
Method Summary |
protected DOMException | createDOMException(short type, String key, Object[] args)
Create a DOMException. |
short | getAlign()
DOM: Implements SVGPreserveAspectRatio#getAlign(). |
short | getMeetOrSlice()
DOM: Implements SVGPreserveAspectRatio#getMeetOrSlice(). |
void | setAlign(short align)
DOM: Implements 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 SVGPreserveAspectRatio#setMeetOrSlice(short). |
protected DOMException createDOMException(short type, String key, Object[] args)
Create a DOMException.
public short getAlign()
DOM: Implements SVGPreserveAspectRatio#getAlign().
public short getMeetOrSlice()
DOM: Implements SVGPreserveAspectRatio#getMeetOrSlice().
public void setAlign(short align)
DOM: Implements 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 SVGPreserveAspectRatio#setMeetOrSlice(short).
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.