| Index: client/dom/generated/src/wrapping/_SVGPathElementWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_SVGPathElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_SVGPathElementWrappingImplementation.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d44e1216dab9f93543ac1f5986cfbf7dd1582c5c
|
| --- /dev/null
|
| +++ b/client/dom/generated/src/wrapping/_SVGPathElementWrappingImplementation.dart
|
| @@ -0,0 +1,221 @@
|
| +// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
| +// for details. All rights reserved. Use of this source code is governed by a
|
| +// BSD-style license that can be found in the LICENSE file.
|
| +
|
| +// WARNING: Do not edit - generated code.
|
| +
|
| +class _SVGPathElementWrappingImplementation extends _SVGElementWrappingImplementation implements SVGPathElement {
|
| + _SVGPathElementWrappingImplementation() : super() {}
|
| +
|
| + static create__SVGPathElementWrappingImplementation() native {
|
| + return new _SVGPathElementWrappingImplementation();
|
| + }
|
| +
|
| + SVGPathSegList get animatedNormalizedPathSegList() { return _get_animatedNormalizedPathSegList(this); }
|
| + static SVGPathSegList _get_animatedNormalizedPathSegList(var _this) native;
|
| +
|
| + SVGPathSegList get animatedPathSegList() { return _get_animatedPathSegList(this); }
|
| + static SVGPathSegList _get_animatedPathSegList(var _this) native;
|
| +
|
| + SVGPathSegList get normalizedPathSegList() { return _get_normalizedPathSegList(this); }
|
| + static SVGPathSegList _get_normalizedPathSegList(var _this) native;
|
| +
|
| + SVGAnimatedNumber get pathLength() { return _get_pathLength(this); }
|
| + static SVGAnimatedNumber _get_pathLength(var _this) native;
|
| +
|
| + SVGPathSegList get pathSegList() { return _get_pathSegList(this); }
|
| + static SVGPathSegList _get_pathSegList(var _this) native;
|
| +
|
| + SVGPathSegArcAbs createSVGPathSegArcAbs(num x, num y, num r1, num r2, num angle, bool largeArcFlag, bool sweepFlag) {
|
| + return _createSVGPathSegArcAbs(this, x, y, r1, r2, angle, largeArcFlag, sweepFlag);
|
| + }
|
| + static SVGPathSegArcAbs _createSVGPathSegArcAbs(receiver, x, y, r1, r2, angle, largeArcFlag, sweepFlag) native;
|
| +
|
| + SVGPathSegArcRel createSVGPathSegArcRel(num x, num y, num r1, num r2, num angle, bool largeArcFlag, bool sweepFlag) {
|
| + return _createSVGPathSegArcRel(this, x, y, r1, r2, angle, largeArcFlag, sweepFlag);
|
| + }
|
| + static SVGPathSegArcRel _createSVGPathSegArcRel(receiver, x, y, r1, r2, angle, largeArcFlag, sweepFlag) native;
|
| +
|
| + SVGPathSegClosePath createSVGPathSegClosePath() {
|
| + return _createSVGPathSegClosePath(this);
|
| + }
|
| + static SVGPathSegClosePath _createSVGPathSegClosePath(receiver) native;
|
| +
|
| + SVGPathSegCurvetoCubicAbs createSVGPathSegCurvetoCubicAbs(num x, num y, num x1, num y1, num x2, num y2) {
|
| + return _createSVGPathSegCurvetoCubicAbs(this, x, y, x1, y1, x2, y2);
|
| + }
|
| + static SVGPathSegCurvetoCubicAbs _createSVGPathSegCurvetoCubicAbs(receiver, x, y, x1, y1, x2, y2) native;
|
| +
|
| + SVGPathSegCurvetoCubicRel createSVGPathSegCurvetoCubicRel(num x, num y, num x1, num y1, num x2, num y2) {
|
| + return _createSVGPathSegCurvetoCubicRel(this, x, y, x1, y1, x2, y2);
|
| + }
|
| + static SVGPathSegCurvetoCubicRel _createSVGPathSegCurvetoCubicRel(receiver, x, y, x1, y1, x2, y2) native;
|
| +
|
| + SVGPathSegCurvetoCubicSmoothAbs createSVGPathSegCurvetoCubicSmoothAbs(num x, num y, num x2, num y2) {
|
| + return _createSVGPathSegCurvetoCubicSmoothAbs(this, x, y, x2, y2);
|
| + }
|
| + static SVGPathSegCurvetoCubicSmoothAbs _createSVGPathSegCurvetoCubicSmoothAbs(receiver, x, y, x2, y2) native;
|
| +
|
| + SVGPathSegCurvetoCubicSmoothRel createSVGPathSegCurvetoCubicSmoothRel(num x, num y, num x2, num y2) {
|
| + return _createSVGPathSegCurvetoCubicSmoothRel(this, x, y, x2, y2);
|
| + }
|
| + static SVGPathSegCurvetoCubicSmoothRel _createSVGPathSegCurvetoCubicSmoothRel(receiver, x, y, x2, y2) native;
|
| +
|
| + SVGPathSegCurvetoQuadraticAbs createSVGPathSegCurvetoQuadraticAbs(num x, num y, num x1, num y1) {
|
| + return _createSVGPathSegCurvetoQuadraticAbs(this, x, y, x1, y1);
|
| + }
|
| + static SVGPathSegCurvetoQuadraticAbs _createSVGPathSegCurvetoQuadraticAbs(receiver, x, y, x1, y1) native;
|
| +
|
| + SVGPathSegCurvetoQuadraticRel createSVGPathSegCurvetoQuadraticRel(num x, num y, num x1, num y1) {
|
| + return _createSVGPathSegCurvetoQuadraticRel(this, x, y, x1, y1);
|
| + }
|
| + static SVGPathSegCurvetoQuadraticRel _createSVGPathSegCurvetoQuadraticRel(receiver, x, y, x1, y1) native;
|
| +
|
| + SVGPathSegCurvetoQuadraticSmoothAbs createSVGPathSegCurvetoQuadraticSmoothAbs(num x, num y) {
|
| + return _createSVGPathSegCurvetoQuadraticSmoothAbs(this, x, y);
|
| + }
|
| + static SVGPathSegCurvetoQuadraticSmoothAbs _createSVGPathSegCurvetoQuadraticSmoothAbs(receiver, x, y) native;
|
| +
|
| + SVGPathSegCurvetoQuadraticSmoothRel createSVGPathSegCurvetoQuadraticSmoothRel(num x, num y) {
|
| + return _createSVGPathSegCurvetoQuadraticSmoothRel(this, x, y);
|
| + }
|
| + static SVGPathSegCurvetoQuadraticSmoothRel _createSVGPathSegCurvetoQuadraticSmoothRel(receiver, x, y) native;
|
| +
|
| + SVGPathSegLinetoAbs createSVGPathSegLinetoAbs(num x, num y) {
|
| + return _createSVGPathSegLinetoAbs(this, x, y);
|
| + }
|
| + static SVGPathSegLinetoAbs _createSVGPathSegLinetoAbs(receiver, x, y) native;
|
| +
|
| + SVGPathSegLinetoHorizontalAbs createSVGPathSegLinetoHorizontalAbs(num x) {
|
| + return _createSVGPathSegLinetoHorizontalAbs(this, x);
|
| + }
|
| + static SVGPathSegLinetoHorizontalAbs _createSVGPathSegLinetoHorizontalAbs(receiver, x) native;
|
| +
|
| + SVGPathSegLinetoHorizontalRel createSVGPathSegLinetoHorizontalRel(num x) {
|
| + return _createSVGPathSegLinetoHorizontalRel(this, x);
|
| + }
|
| + static SVGPathSegLinetoHorizontalRel _createSVGPathSegLinetoHorizontalRel(receiver, x) native;
|
| +
|
| + SVGPathSegLinetoRel createSVGPathSegLinetoRel(num x, num y) {
|
| + return _createSVGPathSegLinetoRel(this, x, y);
|
| + }
|
| + static SVGPathSegLinetoRel _createSVGPathSegLinetoRel(receiver, x, y) native;
|
| +
|
| + SVGPathSegLinetoVerticalAbs createSVGPathSegLinetoVerticalAbs(num y) {
|
| + return _createSVGPathSegLinetoVerticalAbs(this, y);
|
| + }
|
| + static SVGPathSegLinetoVerticalAbs _createSVGPathSegLinetoVerticalAbs(receiver, y) native;
|
| +
|
| + SVGPathSegLinetoVerticalRel createSVGPathSegLinetoVerticalRel(num y) {
|
| + return _createSVGPathSegLinetoVerticalRel(this, y);
|
| + }
|
| + static SVGPathSegLinetoVerticalRel _createSVGPathSegLinetoVerticalRel(receiver, y) native;
|
| +
|
| + SVGPathSegMovetoAbs createSVGPathSegMovetoAbs(num x, num y) {
|
| + return _createSVGPathSegMovetoAbs(this, x, y);
|
| + }
|
| + static SVGPathSegMovetoAbs _createSVGPathSegMovetoAbs(receiver, x, y) native;
|
| +
|
| + SVGPathSegMovetoRel createSVGPathSegMovetoRel(num x, num y) {
|
| + return _createSVGPathSegMovetoRel(this, x, y);
|
| + }
|
| + static SVGPathSegMovetoRel _createSVGPathSegMovetoRel(receiver, x, y) native;
|
| +
|
| + int getPathSegAtLength(num distance) {
|
| + return _getPathSegAtLength(this, distance);
|
| + }
|
| + static int _getPathSegAtLength(receiver, distance) native;
|
| +
|
| + SVGPoint getPointAtLength(num distance) {
|
| + return _getPointAtLength(this, distance);
|
| + }
|
| + static SVGPoint _getPointAtLength(receiver, distance) native;
|
| +
|
| + num getTotalLength() {
|
| + return _getTotalLength(this);
|
| + }
|
| + static num _getTotalLength(receiver) native;
|
| +
|
| + // From SVGTests
|
| +
|
| + SVGStringList get requiredExtensions() { return _get_requiredExtensions(this); }
|
| + static SVGStringList _get_requiredExtensions(var _this) native;
|
| +
|
| + SVGStringList get requiredFeatures() { return _get_requiredFeatures(this); }
|
| + static SVGStringList _get_requiredFeatures(var _this) native;
|
| +
|
| + SVGStringList get systemLanguage() { return _get_systemLanguage(this); }
|
| + static SVGStringList _get_systemLanguage(var _this) native;
|
| +
|
| + bool hasExtension(String extension) {
|
| + return _hasExtension(this, extension);
|
| + }
|
| + static bool _hasExtension(receiver, extension) native;
|
| +
|
| + // From SVGLangSpace
|
| +
|
| + String get xmllang() { return _get_xmllang(this); }
|
| + static String _get_xmllang(var _this) native;
|
| +
|
| + void set xmllang(String value) { _set_xmllang(this, value); }
|
| + static void _set_xmllang(var _this, String value) native;
|
| +
|
| + String get xmlspace() { return _get_xmlspace(this); }
|
| + static String _get_xmlspace(var _this) native;
|
| +
|
| + void set xmlspace(String value) { _set_xmlspace(this, value); }
|
| + static void _set_xmlspace(var _this, String value) native;
|
| +
|
| + // From SVGExternalResourcesRequired
|
| +
|
| + SVGAnimatedBoolean get externalResourcesRequired() { return _get_externalResourcesRequired(this); }
|
| + static SVGAnimatedBoolean _get_externalResourcesRequired(var _this) native;
|
| +
|
| + // From SVGStylable
|
| +
|
| + SVGAnimatedString get className() { return _get_className(this); }
|
| + static SVGAnimatedString _get_className(var _this) native;
|
| +
|
| + CSSStyleDeclaration get style() { return _get_style_SVGPathElement(this); }
|
| + static CSSStyleDeclaration _get_style_SVGPathElement(var _this) native;
|
| +
|
| + CSSValue getPresentationAttribute(String name) {
|
| + return _getPresentationAttribute(this, name);
|
| + }
|
| + static CSSValue _getPresentationAttribute(receiver, name) native;
|
| +
|
| + // From SVGTransformable
|
| +
|
| + SVGAnimatedTransformList get transform() { return _get_transform(this); }
|
| + static SVGAnimatedTransformList _get_transform(var _this) native;
|
| +
|
| + // From SVGLocatable
|
| +
|
| + SVGElement get farthestViewportElement() { return _get_farthestViewportElement(this); }
|
| + static SVGElement _get_farthestViewportElement(var _this) native;
|
| +
|
| + SVGElement get nearestViewportElement() { return _get_nearestViewportElement(this); }
|
| + static SVGElement _get_nearestViewportElement(var _this) native;
|
| +
|
| + SVGRect getBBox() {
|
| + return _getBBox(this);
|
| + }
|
| + static SVGRect _getBBox(receiver) native;
|
| +
|
| + SVGMatrix getCTM() {
|
| + return _getCTM(this);
|
| + }
|
| + static SVGMatrix _getCTM(receiver) native;
|
| +
|
| + SVGMatrix getScreenCTM() {
|
| + return _getScreenCTM(this);
|
| + }
|
| + static SVGMatrix _getScreenCTM(receiver) native;
|
| +
|
| + SVGMatrix getTransformToElement(SVGElement element) {
|
| + return _getTransformToElement(this, element);
|
| + }
|
| + static SVGMatrix _getTransformToElement(receiver, element) native;
|
| +
|
| + String get typeName() { return "SVGPathElement"; }
|
| +}
|
|
|