org.apache.batik.dom.svg
Class SVGOMAnimatedPreserveAspectRatio.SVGOMPreserveAspectRatio

java.lang.Object
  extended byorg.apache.batik.dom.svg.AbstractSVGPreserveAspectRatio
      extended byorg.apache.batik.dom.svg.SVGOMAnimatedPreserveAspectRatio.SVGOMPreserveAspectRatio
All Implemented Interfaces:
SVGPreserveAspectRatio
Enclosing class:
SVGOMAnimatedPreserveAspectRatio

public class SVGOMAnimatedPreserveAspectRatio.SVGOMPreserveAspectRatio
extends AbstractSVGPreserveAspectRatio

The implementation of SVGPreserveAspectRatio


Nested Class Summary
 
Nested classes inherited from class org.apache.batik.dom.svg.AbstractSVGPreserveAspectRatio
AbstractSVGPreserveAspectRatio.PreserveAspectRatioParserHandler
 
Field Summary
 
Fields inherited from class org.apache.batik.dom.svg.AbstractSVGPreserveAspectRatio
align, meetOrSlice
 
Fields inherited from interface org.w3c.dom.svg.SVGPreserveAspectRatio
SVG_MEETORSLICE_MEET, SVG_MEETORSLICE_SLICE, SVG_MEETORSLICE_UNKNOWN, SVG_PRESERVEASPECTRATIO_NONE, SVG_PRESERVEASPECTRATIO_UNKNOWN, SVG_PRESERVEASPECTRATIO_XMAXYMAX, SVG_PRESERVEASPECTRATIO_XMAXYMID, SVG_PRESERVEASPECTRATIO_XMAXYMIN, SVG_PRESERVEASPECTRATIO_XMIDYMAX, SVG_PRESERVEASPECTRATIO_XMIDYMID, SVG_PRESERVEASPECTRATIO_XMIDYMIN, SVG_PRESERVEASPECTRATIO_XMINYMAX, SVG_PRESERVEASPECTRATIO_XMINYMID, SVG_PRESERVEASPECTRATIO_XMINYMIN
 
Constructor Summary
SVGOMAnimatedPreserveAspectRatio.SVGOMPreserveAspectRatio()
           
 
Method Summary
protected  org.w3c.dom.DOMException createDOMException(short type, java.lang.String key, java.lang.Object[] args)
          Create a DOMException.
protected  void setAttributeValue(java.lang.String value)
           
 
Methods inherited from class org.apache.batik.dom.svg.AbstractSVGPreserveAspectRatio
getAlign, getMeetOrSlice, getValueAsString, reset, setAlign, setMeetOrSlice, setValueAsString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVGOMAnimatedPreserveAspectRatio.SVGOMPreserveAspectRatio

public SVGOMAnimatedPreserveAspectRatio.SVGOMPreserveAspectRatio()
Method Detail

createDOMException

protected org.w3c.dom.DOMException createDOMException(short type,
                                                      java.lang.String key,
                                                      java.lang.Object[] args)
Create a DOMException.

Specified by:
createDOMException in class AbstractSVGPreserveAspectRatio

setAttributeValue

protected void setAttributeValue(java.lang.String value)
                          throws org.w3c.dom.DOMException
Specified by:
setAttributeValue in class AbstractSVGPreserveAspectRatio
Throws:
org.w3c.dom.DOMException


Copyright ? 2005 Apache Software Foundation. All Rights Reserved.