|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
org.vectomatic.dom.svg.OMSVGViewSpec
public class OMSVGViewSpec
The interface corresponds to an SVG View Specification.
Constructor Summary | |
---|---|
protected |
OMSVGViewSpec()
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
---|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected OMSVGViewSpec()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |