public interface ISVGViewSpec extends ISVGZoomAndPan, ISVGFitToViewBox
SVG_ZOOMANDPAN_DISABLE, SVG_ZOOMANDPAN_MAGNIFY, SVG_ZOOMANDPAN_UNKNOWN
Modifier and Type | Method and Description |
---|---|
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.
|
getZoomAndPan, setZoomAndPan
getPreserveAspectRatio, getViewBox
OMSVGTransformList getTransform()
OMSVGElement getViewTarget()
String getViewBoxString()
String getPreserveAspectRatioString()
String getTransformString()
String getViewTargetString()
Copyright © 2018. All Rights Reserved.