![JAR search and dependency download from the Maven repository](/logo.png)
elemental2.svg.SVGSVGElement Maven / Gradle / Ivy
/*
* Copyright 2018 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package elemental2.svg;
import elemental2.dom.CSSValue;
import elemental2.dom.Element;
import elemental2.dom.NodeList;
import jsinterop.annotations.JsOverlay;
import jsinterop.annotations.JsPackage;
import jsinterop.annotations.JsProperty;
import jsinterop.annotations.JsType;
@JsType(isNative = true, namespace = JsPackage.GLOBAL)
public class SVGSVGElement extends SVGElement
implements SVGExternalResourcesRequired,
SVGFitToViewBox,
SVGLangSpace,
SVGLocatable,
SVGStylable,
SVGTests,
SVGZoomAndPan {
@JsOverlay
public static final double SVG_ZOOMANDPAN_DISABLE =
SVGSVGElement__Constants.SVG_ZOOMANDPAN_DISABLE;
@JsOverlay
public static final double SVG_ZOOMANDPAN_MAGNIFY =
SVGSVGElement__Constants.SVG_ZOOMANDPAN_MAGNIFY;
@JsOverlay
public static final double SVG_ZOOMANDPAN_UNKNOWN =
SVGSVGElement__Constants.SVG_ZOOMANDPAN_UNKNOWN;
public String contentScriptType;
public String contentStyleType;
public double currentScale;
public SVGPoint currentTranslate;
public SVGAnimatedBoolean externalResourcesRequired;
public SVGElement farthestViewportElement;
public SVGAnimatedLength height;
public SVGElement nearestViewportElement;
public double pixelUnitToMillimeterX;
public double pixelUnitToMillimeterY;
public SVGAnimatedPreserveAspectRatio preserveAspectRatio;
public SVGStringList requiredExtensions;
public SVGStringList requiredFeatures;
public double screenPixelToMillimeterX;
public double screenPixelToMillimeterY;
public SVGStringList systemLanguage;
public boolean useCurrentView;
public SVGAnimatedRect viewBox;
public SVGRect viewport;
public SVGAnimatedLength width;
public SVGAnimatedLength x;
public String xmllang;
public String xmlspace;
public SVGAnimatedLength y;
public double zoomAndPan;
public native boolean animationsPaused();
public native boolean checkEnclosure();
public native boolean checkEnclosure(SVGElement element, SVGRect rect);
public native boolean checkEnclosure(SVGElement element);
public native boolean checkIntersection();
public native boolean checkIntersection(SVGElement element, SVGRect rect);
public native boolean checkIntersection(SVGElement element);
public native SVGAngle createSVGAngle();
public native SVGLength createSVGLength();
public native SVGMatrix createSVGMatrix();
public native SVGNumber createSVGNumber();
public native SVGPoint createSVGPoint();
public native SVGRect createSVGRect();
public native SVGTransform createSVGTransform();
public native SVGTransform createSVGTransformFromMatrix();
public native SVGTransform createSVGTransformFromMatrix(SVGMatrix matrix);
public native Object deselectAll();
public native Object forceRedraw();
public native SVGRect getBBox();
public native SVGMatrix getCTM();
@JsProperty
public native SVGAnimatedString getClassName();
public native double getCurrentTime();
public native Element getElementById();
public native Element getElementById(String elementId);
public native NodeList
© 2015 - 2025 Weber Informatics LLC | Privacy Policy