org.vectomatic.dom.svg.itf
Interface ISVGViewSpec

All Superinterfaces:
ISVGFitToViewBox, ISVGZoomAndPan

public interface ISVGViewSpec
extends ISVGZoomAndPan, ISVGFitToViewBox

The interface corresponds to an SVG View Specification.


Field Summary
 
Fields inherited from interface org.vectomatic.dom.svg.itf.ISVGZoomAndPan
SVG_ZOOMANDPAN_DISABLE, SVG_ZOOMANDPAN_MAGNIFY, SVG_ZOOMANDPAN_UNKNOWN
 
Method Summary
 String getPreserveAspectRatioString()
          Corresponds to the preserveAspectRatio setting on the SVG View Specification.
 OMSVGTransformList getTransform()
          Corresponds to the transform setting on the SVG View Specification.
 String getTransformString()
          Corresponds to the transform setting on the SVG View Specification.
 String getViewBoxString()
          Corresponds to the viewBox setting on the SVG View Specification.
 OMSVGElement getViewTarget()
          Corresponds to the viewTarget setting on the SVG View Specification.
 String getViewTargetString()
          Corresponds to the viewTarget setting on the SVG View Specification.
 
Methods inherited from interface org.vectomatic.dom.svg.itf.ISVGZoomAndPan
getZoomAndPan, setZoomAndPan
 
Methods inherited from interface org.vectomatic.dom.svg.itf.ISVGFitToViewBox
getPreserveAspectRatio, getViewBox
 

Method Detail

getTransform

OMSVGTransformList getTransform()
Corresponds to the transform setting on the SVG View Specification.


getViewTarget

OMSVGElement getViewTarget()
Corresponds to the viewTarget setting on the SVG View Specification.


getViewBoxString

String getViewBoxString()
Corresponds to the viewBox setting on the SVG View Specification.


getPreserveAspectRatioString

String getPreserveAspectRatioString()
Corresponds to the preserveAspectRatio setting on the SVG View Specification.


getTransformString

String getTransformString()
Corresponds to the transform setting on the SVG View Specification.


getViewTargetString

String getViewTargetString()
Corresponds to the viewTarget setting on the SVG View Specification.



Copyright © 2012. All Rights Reserved.