public class SVGViewSpec extends java.lang.Object implements SVGFitToViewBox, SVGZoomAndPan
| Modifier and Type | Field and Description |
|---|---|
SVGAnimatedPreserveAspectRatio |
preserveAspectRatio |
java.lang.String |
preserveAspectRatioString |
static double |
SVG_ZOOMANDPAN_DISABLE |
static double |
SVG_ZOOMANDPAN_MAGNIFY |
static double |
SVG_ZOOMANDPAN_UNKNOWN |
SVGTransformList |
transform |
java.lang.String |
transformString |
SVGAnimatedRect |
viewBox |
java.lang.String |
viewBoxString |
SVGElement |
viewTarget |
java.lang.String |
viewTargetString |
double |
zoomAndPan |
| Constructor and Description |
|---|
SVGViewSpec() |
| Modifier and Type | Method and Description |
|---|---|
SVGAnimatedPreserveAspectRatio |
getPreserveAspectRatio() |
SVGAnimatedRect |
getViewBox() |
int |
getZoomAndPan() |
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 SVGAnimatedPreserveAspectRatio preserveAspectRatio
public java.lang.String preserveAspectRatioString
public SVGTransformList transform
public java.lang.String transformString
public SVGAnimatedRect viewBox
public java.lang.String viewBoxString
public SVGElement viewTarget
public java.lang.String viewTargetString
public double zoomAndPan
public SVGAnimatedPreserveAspectRatio getPreserveAspectRatio()
getPreserveAspectRatio in interface SVGFitToViewBoxpublic SVGAnimatedRect getViewBox()
getViewBox in interface SVGFitToViewBoxpublic int getZoomAndPan()
getZoomAndPan in interface SVGZoomAndPanpublic void setPreserveAspectRatio(SVGAnimatedPreserveAspectRatio preserveAspectRatio)
setPreserveAspectRatio in interface SVGFitToViewBoxpublic void setViewBox(SVGAnimatedRect viewBox)
setViewBox in interface SVGFitToViewBoxpublic void setZoomAndPan(int zoomAndPan)
setZoomAndPan in interface SVGZoomAndPan