Interface SVGViewSpec
- All Superinterfaces:
SVGFitToViewBox, SVGZoomAndPan
-
Field Summary
Fields inherited from interface SVGZoomAndPan
SVG_ZOOMANDPAN_DISABLE, SVG_ZOOMANDPAN_MAGNIFY, SVG_ZOOMANDPAN_UNKNOWN -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface SVGFitToViewBox
getPreserveAspectRatio, getViewBoxMethods inherited from interface SVGZoomAndPan
getZoomAndPan, setZoomAndPan
-
Method Details
-
getTransform
SVGTransformList getTransform() -
getViewTarget
SVGElement getViewTarget() -
getViewBoxString
String getViewBoxString() -
getPreserveAspectRatioString
String getPreserveAspectRatioString() -
getTransformString
String getTransformString() -
getViewTargetString
String getViewTargetString()
-