public class OMSVGViewSpec
extends com.google.gwt.core.client.JavaScriptObject
Modifier | Constructor and Description |
---|---|
protected |
OMSVGViewSpec() |
Modifier and Type | Method and Description |
---|---|
OMSVGAnimatedPreserveAspectRatio |
getPreserveAspectRatio()
Corresponds to attribute
ISVGFitToViewBox.getPreserveAspectRatio()
on the given element. |
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.
|
OMSVGAnimatedRect |
getViewBox()
Corresponds to attribute
ISVGFitToViewBox.getViewBox()
on the given element. |
String |
getViewBoxString()
Corresponds to the viewBox setting on the SVG View Specification.
|
SVGElement |
getViewTarget()
Corresponds to the viewTarget setting on the SVG View Specification.
|
String |
getViewTargetString()
Corresponds to the viewTarget setting on the SVG View Specification.
|
short |
getZoomAndPan()
Corresponds to attribute
ISVGZoomAndPan.getZoomAndPan()
on the given element. |
void |
setZoomAndPan(short value)
Corresponds to attribute
ISVGZoomAndPan.getZoomAndPan()
on the given element. |
public final OMSVGTransformList getTransform()
public final SVGElement getViewTarget()
public final String getViewBoxString()
public final String getPreserveAspectRatioString()
public final String getTransformString()
public final String getViewTargetString()
public final OMSVGAnimatedRect getViewBox()
ISVGFitToViewBox.getViewBox()
on the given element.public final OMSVGAnimatedPreserveAspectRatio getPreserveAspectRatio()
ISVGFitToViewBox.getPreserveAspectRatio()
on the given element.public final short getZoomAndPan()
ISVGZoomAndPan.getZoomAndPan()
on the given element. The value must be one of the SVG_ZOOMANDPAN_ constants
defined on this interface.public final void setZoomAndPan(short value) throws com.google.gwt.core.client.JavaScriptException
ISVGZoomAndPan.getZoomAndPan()
on the given element. The value must be one of the SVG_ZOOMANDPAN_ constants
defined on this interface.DOMException(NO_MODIFICATION_ALLOWED_ERR)
- Raised on an attempt
to change the value of a read only
attribute.com.google.gwt.core.client.JavaScriptException
Copyright © 2018. All Rights Reserved.