Package org.loboevolution.svg
Interface SVGViewSpec
- All Superinterfaces:
SVGFitToViewBox,SVGZoomAndPan
SVGViewSpec interface.
-
Field Summary
Fields inherited from interface org.loboevolution.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.svg.SVGFitToViewBox
getPreserveAspectRatio, getViewBoxMethods inherited from interface org.loboevolution.svg.SVGZoomAndPan
getZoomAndPan, setZoomAndPan
-
Method Details
-
getTransform
SVGTransformList getTransform()getTransform.
- Returns:
- a
SVGTransformListobject.
-
getViewTarget
SVGElement getViewTarget()getViewTarget.
- Returns:
- a
SVGElementobject.
-
getViewBoxString
String getViewBoxString()getViewBoxString.
- Returns:
- a
Stringobject.
-
getPreserveAspectRatioString
String getPreserveAspectRatioString()getPreserveAspectRatioString.
- Returns:
- a
Stringobject.
-
getTransformString
String getTransformString()getTransformString.
- Returns:
- a
Stringobject.
-
getViewTargetString
String getViewTargetString()getViewTargetString.
- Returns:
- a
Stringobject.
-