elemental2.svg.SVGSVGElement Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of elemental2-svg Show documentation
Show all versions of elemental2-svg Show documentation
Thin Java abstractions for the native SVG APIs.
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 SVGAnimatedString className;
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