Package org.loboevolution.html.dom.svg
Interface SVGViewSpec
- All Superinterfaces:
SVGFitToViewBox
,SVGZoomAndPan
SVGViewSpec interface.
-
Field Summary
Fields inherited from interface org.loboevolution.html.dom.svg.SVGZoomAndPan
SVG_ZOOMANDPAN_DISABLE, SVG_ZOOMANDPAN_MAGNIFY, SVG_ZOOMANDPAN_UNKNOWN
-
Method Summary
Modifier and TypeMethodDescriptiongetPreserveAspectRatioString.getTransform.getTransformString.getViewBoxString.getViewTarget.getViewTargetString.Methods inherited from interface org.loboevolution.html.dom.svg.SVGFitToViewBox
getPreserveAspectRatio, getViewBox
Methods inherited from interface org.loboevolution.html.dom.svg.SVGZoomAndPan
getZoomAndPan, setZoomAndPan
-
Method Details
-
getTransform
SVGTransformList getTransform()getTransform.
- Returns:
- a
SVGTransformList
object.
-
getViewTarget
SVGElement getViewTarget()getViewTarget.
- Returns:
- a
SVGElement
object.
-
getViewBoxString
String getViewBoxString()getViewBoxString.
- Returns:
- a
String
object.
-
getPreserveAspectRatioString
String getPreserveAspectRatioString()getPreserveAspectRatioString.
- Returns:
- a
String
object.
-
getTransformString
String getTransformString()getTransformString.
- Returns:
- a
String
object.
-
getViewTargetString
String getViewTargetString()getViewTargetString.
- Returns:
- a
String
object.
-