public class SVGViewElement extends SVGElement implements SVGExternalResourcesRequired, SVGFitToViewBox, SVGZoomAndPan
| Modifier and Type | Field and Description |
|---|---|
SVGAnimatedBoolean |
externalResourcesRequired |
SVGAnimatedPreserveAspectRatio |
preserveAspectRatio |
static double |
SVG_ZOOMANDPAN_DISABLE |
static double |
SVG_ZOOMANDPAN_MAGNIFY |
static double |
SVG_ZOOMANDPAN_UNKNOWN |
SVGAnimatedRect |
viewBox |
SVGStringList |
viewTarget |
double |
zoomAndPan |
id, ownerSVGElement, viewportElement, xmlbase| Constructor and Description |
|---|
SVGViewElement() |
| Modifier and Type | Method and Description |
|---|---|
SVGAnimatedBoolean |
getExternalResourcesRequired() |
SVGAnimatedPreserveAspectRatio |
getPreserveAspectRatio() |
SVGAnimatedRect |
getViewBox() |
int |
getZoomAndPan() |
void |
setExternalResourcesRequired(SVGAnimatedBoolean externalResourcesRequired) |
void |
setPreserveAspectRatio(SVGAnimatedPreserveAspectRatio preserveAspectRatio) |
void |
setViewBox(SVGAnimatedRect viewBox) |
void |
setZoomAndPan(int zoomAndPan) |
public static final double SVG_ZOOMANDPAN_DISABLE
public static final double SVG_ZOOMANDPAN_MAGNIFY
public static final double SVG_ZOOMANDPAN_UNKNOWN
public SVGAnimatedBoolean externalResourcesRequired
public SVGAnimatedPreserveAspectRatio preserveAspectRatio
public SVGAnimatedRect viewBox
public SVGStringList viewTarget
public double zoomAndPan
public SVGAnimatedBoolean getExternalResourcesRequired()
getExternalResourcesRequired in interface SVGExternalResourcesRequiredpublic SVGAnimatedPreserveAspectRatio getPreserveAspectRatio()
getPreserveAspectRatio in interface SVGFitToViewBoxpublic SVGAnimatedRect getViewBox()
getViewBox in interface SVGFitToViewBoxpublic int getZoomAndPan()
getZoomAndPan in interface SVGZoomAndPanpublic void setExternalResourcesRequired(SVGAnimatedBoolean externalResourcesRequired)
setExternalResourcesRequired in interface SVGExternalResourcesRequiredpublic void setPreserveAspectRatio(SVGAnimatedPreserveAspectRatio preserveAspectRatio)
setPreserveAspectRatio in interface SVGFitToViewBoxpublic void setViewBox(SVGAnimatedRect viewBox)
setViewBox in interface SVGFitToViewBoxpublic void setZoomAndPan(int zoomAndPan)
setZoomAndPan in interface SVGZoomAndPan