org.vectomatic.dom.svg.itf
Interface ISVGFitToViewBox

All Known Subinterfaces:
ISVGViewSpec
All Known Implementing Classes:
OMSVGMarkerElement, OMSVGPatternElement, OMSVGSVGElement, OMSVGSymbolElement, OMSVGViewElement

public interface ISVGFitToViewBox

Interface ISVGFitToViewBox defines DOM attributes that apply to elements which have XML attributes getViewBox() and getPreserveAspectRatio().


Method Summary
 OMSVGAnimatedPreserveAspectRatio getPreserveAspectRatio()
          Corresponds to attribute getPreserveAspectRatio() on the given element.
 OMSVGAnimatedRect getViewBox()
          Corresponds to attribute getViewBox() on the given element.
 

Method Detail

getViewBox

OMSVGAnimatedRect getViewBox()
Corresponds to attribute getViewBox() on the given element.


getPreserveAspectRatio

OMSVGAnimatedPreserveAspectRatio getPreserveAspectRatio()
Corresponds to attribute getPreserveAspectRatio() on the given element.



Copyright © 2012. All Rights Reserved.