| Index: client/html/generated/src/wrapping/_SVGCursorElementWrappingImplementation.dart
|
| diff --git a/client/html/generated/src/wrapping/_SVGCursorElementWrappingImplementation.dart b/client/html/generated/src/wrapping/_SVGCursorElementWrappingImplementation.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..99337068e539e04ce030655c25a605b6c455f848
|
| --- /dev/null
|
| +++ b/client/html/generated/src/wrapping/_SVGCursorElementWrappingImplementation.dart
|
| @@ -0,0 +1,33 @@
|
| +// 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 SVGCursorElementWrappingImplementation extends SVGElementWrappingImplementation implements SVGCursorElement {
|
| + SVGCursorElementWrappingImplementation._wrap(ptr) : super._wrap(ptr) {}
|
| +
|
| + SVGAnimatedLength get x() { return LevelDom.wrapSVGAnimatedLength(_ptr.x); }
|
| +
|
| + SVGAnimatedLength get y() { return LevelDom.wrapSVGAnimatedLength(_ptr.y); }
|
| +
|
| + // From SVGURIReference
|
| +
|
| + SVGAnimatedString get href() { return LevelDom.wrapSVGAnimatedString(_ptr.href); }
|
| +
|
| + // From SVGTests
|
| +
|
| + SVGStringList get requiredExtensions() { return LevelDom.wrapSVGStringList(_ptr.requiredExtensions); }
|
| +
|
| + SVGStringList get requiredFeatures() { return LevelDom.wrapSVGStringList(_ptr.requiredFeatures); }
|
| +
|
| + SVGStringList get systemLanguage() { return LevelDom.wrapSVGStringList(_ptr.systemLanguage); }
|
| +
|
| + bool hasExtension(String extension) {
|
| + return _ptr.hasExtension(extension);
|
| + }
|
| +
|
| + // From SVGExternalResourcesRequired
|
| +
|
| + SVGAnimatedBoolean get externalResourcesRequired() { return LevelDom.wrapSVGAnimatedBoolean(_ptr.externalResourcesRequired); }
|
| +}
|
|
|