| /** |
| * Scalable Vector Graphics: |
| * Two-dimensional vector graphics with support for events and animation. |
| * |
| * For details about the features and syntax of SVG, a W3C standard, |
| * refer to the |
| * [Scalable Vector Graphics Specification](http://www.w3.org/TR/SVG/). |
| */ |
| library dart.dom.svg; |
| |
| import 'dart:async'; |
| import 'dart:collection'; |
| import 'dart:_internal'; |
| import 'dart:html'; |
| import 'dart:html_common'; |
| import 'dart:nativewrappers'; |
| import 'dart:_blink' as _blink; |
| import 'dart:js' as js; |
| // DO NOT EDIT |
| // Auto-generated dart:svg library. |
| |
| |
| |
| |
| |
| // FIXME: Can we make this private? |
| @Deprecated("Internal Use Only") |
| final svgBlinkMap = { |
| 'SVGAElement': () => AElement.instanceRuntimeType, |
| 'SVGAngle': () => Angle.instanceRuntimeType, |
| 'SVGAnimateElement': () => AnimateElement.instanceRuntimeType, |
| 'SVGAnimateMotionElement': () => AnimateMotionElement.instanceRuntimeType, |
| 'SVGAnimateTransformElement': () => AnimateTransformElement.instanceRuntimeType, |
| 'SVGAnimatedAngle': () => AnimatedAngle.instanceRuntimeType, |
| 'SVGAnimatedBoolean': () => AnimatedBoolean.instanceRuntimeType, |
| 'SVGAnimatedEnumeration': () => AnimatedEnumeration.instanceRuntimeType, |
| 'SVGAnimatedInteger': () => AnimatedInteger.instanceRuntimeType, |
| 'SVGAnimatedLength': () => AnimatedLength.instanceRuntimeType, |
| 'SVGAnimatedLengthList': () => AnimatedLengthList.instanceRuntimeType, |
| 'SVGAnimatedNumber': () => AnimatedNumber.instanceRuntimeType, |
| 'SVGAnimatedNumberList': () => AnimatedNumberList.instanceRuntimeType, |
| 'SVGAnimatedPreserveAspectRatio': () => AnimatedPreserveAspectRatio.instanceRuntimeType, |
| 'SVGAnimatedRect': () => AnimatedRect.instanceRuntimeType, |
| 'SVGAnimatedString': () => AnimatedString.instanceRuntimeType, |
| 'SVGAnimatedTransformList': () => AnimatedTransformList.instanceRuntimeType, |
| 'SVGAnimationElement': () => AnimationElement.instanceRuntimeType, |
| 'SVGCircleElement': () => CircleElement.instanceRuntimeType, |
| 'SVGClipPathElement': () => ClipPathElement.instanceRuntimeType, |
| 'SVGComponentTransferFunctionElement': () => _SVGComponentTransferFunctionElement.instanceRuntimeType, |
| 'SVGCursorElement': () => _SVGCursorElement.instanceRuntimeType, |
| 'SVGDefsElement': () => DefsElement.instanceRuntimeType, |
| 'SVGDescElement': () => DescElement.instanceRuntimeType, |
| 'SVGDiscardElement': () => DiscardElement.instanceRuntimeType, |
| 'SVGElement': () => SvgElement.instanceRuntimeType, |
| 'SVGEllipseElement': () => EllipseElement.instanceRuntimeType, |
| 'SVGFEBlendElement': () => FEBlendElement.instanceRuntimeType, |
| 'SVGFEColorMatrixElement': () => FEColorMatrixElement.instanceRuntimeType, |
| 'SVGFEComponentTransferElement': () => FEComponentTransferElement.instanceRuntimeType, |
| 'SVGFECompositeElement': () => FECompositeElement.instanceRuntimeType, |
| 'SVGFEConvolveMatrixElement': () => FEConvolveMatrixElement.instanceRuntimeType, |
| 'SVGFEDiffuseLightingElement': () => FEDiffuseLightingElement.instanceRuntimeType, |
| 'SVGFEDisplacementMapElement': () => FEDisplacementMapElement.instanceRuntimeType, |
| 'SVGFEDistantLightElement': () => FEDistantLightElement.instanceRuntimeType, |
| 'SVGFEDropShadowElement': () => _SVGFEDropShadowElement.instanceRuntimeType, |
| 'SVGFEFloodElement': () => FEFloodElement.instanceRuntimeType, |
| 'SVGFEFuncAElement': () => FEFuncAElement.instanceRuntimeType, |
| 'SVGFEFuncBElement': () => FEFuncBElement.instanceRuntimeType, |
| 'SVGFEFuncGElement': () => FEFuncGElement.instanceRuntimeType, |
| 'SVGFEFuncRElement': () => FEFuncRElement.instanceRuntimeType, |
| 'SVGFEGaussianBlurElement': () => FEGaussianBlurElement.instanceRuntimeType, |
| 'SVGFEImageElement': () => FEImageElement.instanceRuntimeType, |
| 'SVGFEMergeElement': () => FEMergeElement.instanceRuntimeType, |
| 'SVGFEMergeNodeElement': () => FEMergeNodeElement.instanceRuntimeType, |
| 'SVGFEMorphologyElement': () => FEMorphologyElement.instanceRuntimeType, |
| 'SVGFEOffsetElement': () => FEOffsetElement.instanceRuntimeType, |
| 'SVGFEPointLightElement': () => FEPointLightElement.instanceRuntimeType, |
| 'SVGFESpecularLightingElement': () => FESpecularLightingElement.instanceRuntimeType, |
| 'SVGFESpotLightElement': () => FESpotLightElement.instanceRuntimeType, |
| 'SVGFETileElement': () => FETileElement.instanceRuntimeType, |
| 'SVGFETurbulenceElement': () => FETurbulenceElement.instanceRuntimeType, |
| 'SVGFilterElement': () => FilterElement.instanceRuntimeType, |
| 'SVGFilterPrimitiveStandardAttributes': () => FilterPrimitiveStandardAttributes.instanceRuntimeType, |
| 'SVGFitToViewBox': () => FitToViewBox.instanceRuntimeType, |
| 'SVGForeignObjectElement': () => ForeignObjectElement.instanceRuntimeType, |
| 'SVGGElement': () => GElement.instanceRuntimeType, |
| 'SVGGeometryElement': () => GeometryElement.instanceRuntimeType, |
| 'SVGGradientElement': () => _GradientElement.instanceRuntimeType, |
| 'SVGGraphicsElement': () => GraphicsElement.instanceRuntimeType, |
| 'SVGImageElement': () => ImageElement.instanceRuntimeType, |
| 'SVGLength': () => Length.instanceRuntimeType, |
| 'SVGLengthList': () => LengthList.instanceRuntimeType, |
| 'SVGLineElement': () => LineElement.instanceRuntimeType, |
| 'SVGLinearGradientElement': () => LinearGradientElement.instanceRuntimeType, |
| 'SVGMPathElement': () => _SVGMPathElement.instanceRuntimeType, |
| 'SVGMarkerElement': () => MarkerElement.instanceRuntimeType, |
| 'SVGMaskElement': () => MaskElement.instanceRuntimeType, |
| 'SVGMatrix': () => Matrix.instanceRuntimeType, |
| 'SVGMetadataElement': () => MetadataElement.instanceRuntimeType, |
| 'SVGNumber': () => Number.instanceRuntimeType, |
| 'SVGNumberList': () => NumberList.instanceRuntimeType, |
| 'SVGPathElement': () => PathElement.instanceRuntimeType, |
| 'SVGPathSeg': () => PathSeg.instanceRuntimeType, |
| 'SVGPathSegArcAbs': () => PathSegArcAbs.instanceRuntimeType, |
| 'SVGPathSegArcRel': () => PathSegArcRel.instanceRuntimeType, |
| 'SVGPathSegClosePath': () => PathSegClosePath.instanceRuntimeType, |
| 'SVGPathSegCurvetoCubicAbs': () => PathSegCurvetoCubicAbs.instanceRuntimeType, |
| 'SVGPathSegCurvetoCubicRel': () => PathSegCurvetoCubicRel.instanceRuntimeType, |
| 'SVGPathSegCurvetoCubicSmoothAbs': () => PathSegCurvetoCubicSmoothAbs.instanceRuntimeType, |
| 'SVGPathSegCurvetoCubicSmoothRel': () => PathSegCurvetoCubicSmoothRel.instanceRuntimeType, |
| 'SVGPathSegCurvetoQuadraticAbs': () => PathSegCurvetoQuadraticAbs.instanceRuntimeType, |
| 'SVGPathSegCurvetoQuadraticRel': () => PathSegCurvetoQuadraticRel.instanceRuntimeType, |
| 'SVGPathSegCurvetoQuadraticSmoothAbs': () => PathSegCurvetoQuadraticSmoothAbs.instanceRuntimeType, |
| 'SVGPathSegCurvetoQuadraticSmoothRel': () => PathSegCurvetoQuadraticSmoothRel.instanceRuntimeType, |
| 'SVGPathSegLinetoAbs': () => PathSegLinetoAbs.instanceRuntimeType, |
| 'SVGPathSegLinetoHorizontalAbs': () => PathSegLinetoHorizontalAbs.instanceRuntimeType, |
| 'SVGPathSegLinetoHorizontalRel': () => PathSegLinetoHorizontalRel.instanceRuntimeType, |
| 'SVGPathSegLinetoRel': () => PathSegLinetoRel.instanceRuntimeType, |
| 'SVGPathSegLinetoVerticalAbs': () => PathSegLinetoVerticalAbs.instanceRuntimeType, |
| 'SVGPathSegLinetoVerticalRel': () => PathSegLinetoVerticalRel.instanceRuntimeType, |
| 'SVGPathSegList': () => PathSegList.instanceRuntimeType, |
| 'SVGPathSegMovetoAbs': () => PathSegMovetoAbs.instanceRuntimeType, |
| 'SVGPathSegMovetoRel': () => PathSegMovetoRel.instanceRuntimeType, |
| 'SVGPatternElement': () => PatternElement.instanceRuntimeType, |
| 'SVGPoint': () => Point.instanceRuntimeType, |
| 'SVGPointList': () => PointList.instanceRuntimeType, |
| 'SVGPolygonElement': () => PolygonElement.instanceRuntimeType, |
| 'SVGPolylineElement': () => PolylineElement.instanceRuntimeType, |
| 'SVGPreserveAspectRatio': () => PreserveAspectRatio.instanceRuntimeType, |
| 'SVGRadialGradientElement': () => RadialGradientElement.instanceRuntimeType, |
| 'SVGRect': () => Rect.instanceRuntimeType, |
| 'SVGRectElement': () => RectElement.instanceRuntimeType, |
| 'SVGSVGElement': () => SvgSvgElement.instanceRuntimeType, |
| 'SVGScriptElement': () => ScriptElement.instanceRuntimeType, |
| 'SVGSetElement': () => SetElement.instanceRuntimeType, |
| 'SVGStopElement': () => StopElement.instanceRuntimeType, |
| 'SVGStringList': () => StringList.instanceRuntimeType, |
| 'SVGStyleElement': () => StyleElement.instanceRuntimeType, |
| 'SVGSwitchElement': () => SwitchElement.instanceRuntimeType, |
| 'SVGSymbolElement': () => SymbolElement.instanceRuntimeType, |
| 'SVGTSpanElement': () => TSpanElement.instanceRuntimeType, |
| 'SVGTests': () => Tests.instanceRuntimeType, |
| 'SVGTextContentElement': () => TextContentElement.instanceRuntimeType, |
| 'SVGTextElement': () => TextElement.instanceRuntimeType, |
| 'SVGTextPathElement': () => TextPathElement.instanceRuntimeType, |
| 'SVGTextPositioningElement': () => TextPositioningElement.instanceRuntimeType, |
| 'SVGTitleElement': () => TitleElement.instanceRuntimeType, |
| 'SVGTransform': () => Transform.instanceRuntimeType, |
| 'SVGTransformList': () => TransformList.instanceRuntimeType, |
| 'SVGURIReference': () => UriReference.instanceRuntimeType, |
| 'SVGUnitTypes': () => UnitTypes.instanceRuntimeType, |
| 'SVGUseElement': () => UseElement.instanceRuntimeType, |
| 'SVGViewElement': () => ViewElement.instanceRuntimeType, |
| 'SVGViewSpec': () => ViewSpec.instanceRuntimeType, |
| 'SVGZoomAndPan': () => ZoomAndPan.instanceRuntimeType, |
| 'SVGZoomEvent': () => ZoomEvent.instanceRuntimeType, |
| |
| }; |
| // Copyright (c) 2012, 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. |
| |
| |
| class _SvgElementFactoryProvider { |
| static SvgElement createSvgElement_tag(String tag) { |
| final Element temp = |
| document.createElementNS("http://www.w3.org/2000/svg", tag); |
| return temp; |
| } |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGAElement') |
| @Unstable() |
| class AElement extends GraphicsElement implements UriReference { |
| // To suppress missing implicit constructor warnings. |
| factory AElement._() { throw new UnsupportedError("Not supported"); } |
| |
| @DomName('SVGAElement.SVGAElement') |
| @DocsEditable() |
| factory AElement() => _SvgElementFactoryProvider.createSvgElement_tag("a"); |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| AElement.internal_() : super.internal_(); |
| |
| /** |
| * Constructor instantiated by the DOM when a custom element has been created. |
| * |
| * This can only be called by subclasses from their created constructor. |
| */ |
| AElement.created() : super.created(); |
| |
| @DomName('SVGAElement.target') |
| @DocsEditable() |
| AnimatedString get target => _blink.BlinkSVGAElement.instance.target_Getter_(this); |
| |
| @DomName('SVGAElement.href') |
| @DocsEditable() |
| AnimatedString get href => _blink.BlinkSVGAElement.instance.href_Getter_(this); |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGAngle') |
| @Unstable() |
| class Angle extends DartHtmlDomObject { |
| // To suppress missing implicit constructor warnings. |
| factory Angle._() { throw new UnsupportedError("Not supported"); } |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| Angle.internal_() { } |
| |
| @DomName('SVGAngle.SVG_ANGLETYPE_DEG') |
| @DocsEditable() |
| static const int SVG_ANGLETYPE_DEG = 2; |
| |
| @DomName('SVGAngle.SVG_ANGLETYPE_GRAD') |
| @DocsEditable() |
| static const int SVG_ANGLETYPE_GRAD = 4; |
| |
| @DomName('SVGAngle.SVG_ANGLETYPE_RAD') |
| @DocsEditable() |
| static const int SVG_ANGLETYPE_RAD = 3; |
| |
| @DomName('SVGAngle.SVG_ANGLETYPE_UNKNOWN') |
| @DocsEditable() |
| static const int SVG_ANGLETYPE_UNKNOWN = 0; |
| |
| @DomName('SVGAngle.SVG_ANGLETYPE_UNSPECIFIED') |
| @DocsEditable() |
| static const int SVG_ANGLETYPE_UNSPECIFIED = 1; |
| |
| @DomName('SVGAngle.unitType') |
| @DocsEditable() |
| int get unitType => _blink.BlinkSVGAngle.instance.unitType_Getter_(this); |
| |
| @DomName('SVGAngle.value') |
| @DocsEditable() |
| num get value => _blink.BlinkSVGAngle.instance.value_Getter_(this); |
| |
| @DomName('SVGAngle.value') |
| @DocsEditable() |
| set value(num value) => _blink.BlinkSVGAngle.instance.value_Setter_(this, value); |
| |
| @DomName('SVGAngle.valueAsString') |
| @DocsEditable() |
| String get valueAsString => _blink.BlinkSVGAngle.instance.valueAsString_Getter_(this); |
| |
| @DomName('SVGAngle.valueAsString') |
| @DocsEditable() |
| set valueAsString(String value) => _blink.BlinkSVGAngle.instance.valueAsString_Setter_(this, value); |
| |
| @DomName('SVGAngle.valueInSpecifiedUnits') |
| @DocsEditable() |
| num get valueInSpecifiedUnits => _blink.BlinkSVGAngle.instance.valueInSpecifiedUnits_Getter_(this); |
| |
| @DomName('SVGAngle.valueInSpecifiedUnits') |
| @DocsEditable() |
| set valueInSpecifiedUnits(num value) => _blink.BlinkSVGAngle.instance.valueInSpecifiedUnits_Setter_(this, value); |
| |
| @DomName('SVGAngle.convertToSpecifiedUnits') |
| @DocsEditable() |
| void convertToSpecifiedUnits(int unitType) => _blink.BlinkSVGAngle.instance.convertToSpecifiedUnits_Callback_1_(this, unitType); |
| |
| @DomName('SVGAngle.newValueSpecifiedUnits') |
| @DocsEditable() |
| void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) => _blink.BlinkSVGAngle.instance.newValueSpecifiedUnits_Callback_2_(this, unitType, valueInSpecifiedUnits); |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGAnimateElement') |
| @SupportedBrowser(SupportedBrowser.CHROME) |
| @SupportedBrowser(SupportedBrowser.FIREFOX) |
| @SupportedBrowser(SupportedBrowser.SAFARI) |
| @Unstable() |
| class AnimateElement extends AnimationElement { |
| // To suppress missing implicit constructor warnings. |
| factory AnimateElement._() { throw new UnsupportedError("Not supported"); } |
| |
| @DomName('SVGAnimateElement.SVGAnimateElement') |
| @DocsEditable() |
| factory AnimateElement() => _SvgElementFactoryProvider.createSvgElement_tag("animate"); |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| AnimateElement.internal_() : super.internal_(); |
| |
| /** |
| * Constructor instantiated by the DOM when a custom element has been created. |
| * |
| * This can only be called by subclasses from their created constructor. |
| */ |
| AnimateElement.created() : super.created(); |
| |
| /// Checks if this type is supported on the current platform. |
| static bool get supported => true; |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGAnimateMotionElement') |
| @SupportedBrowser(SupportedBrowser.CHROME) |
| @SupportedBrowser(SupportedBrowser.FIREFOX) |
| @SupportedBrowser(SupportedBrowser.SAFARI) |
| @Unstable() |
| class AnimateMotionElement extends AnimationElement { |
| // To suppress missing implicit constructor warnings. |
| factory AnimateMotionElement._() { throw new UnsupportedError("Not supported"); } |
| |
| @DomName('SVGAnimateMotionElement.SVGAnimateMotionElement') |
| @DocsEditable() |
| factory AnimateMotionElement() => _SvgElementFactoryProvider.createSvgElement_tag("animateMotion"); |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| AnimateMotionElement.internal_() : super.internal_(); |
| |
| /** |
| * Constructor instantiated by the DOM when a custom element has been created. |
| * |
| * This can only be called by subclasses from their created constructor. |
| */ |
| AnimateMotionElement.created() : super.created(); |
| |
| /// Checks if this type is supported on the current platform. |
| static bool get supported => true; |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGAnimateTransformElement') |
| @SupportedBrowser(SupportedBrowser.CHROME) |
| @SupportedBrowser(SupportedBrowser.FIREFOX) |
| @SupportedBrowser(SupportedBrowser.SAFARI) |
| @Unstable() |
| class AnimateTransformElement extends AnimationElement { |
| // To suppress missing implicit constructor warnings. |
| factory AnimateTransformElement._() { throw new UnsupportedError("Not supported"); } |
| |
| @DomName('SVGAnimateTransformElement.SVGAnimateTransformElement') |
| @DocsEditable() |
| factory AnimateTransformElement() => _SvgElementFactoryProvider.createSvgElement_tag("animateTransform"); |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| AnimateTransformElement.internal_() : super.internal_(); |
| |
| /** |
| * Constructor instantiated by the DOM when a custom element has been created. |
| * |
| * This can only be called by subclasses from their created constructor. |
| */ |
| AnimateTransformElement.created() : super.created(); |
| |
| /// Checks if this type is supported on the current platform. |
| static bool get supported => true; |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGAnimatedAngle') |
| @Unstable() |
| class AnimatedAngle extends DartHtmlDomObject { |
| // To suppress missing implicit constructor warnings. |
| factory AnimatedAngle._() { throw new UnsupportedError("Not supported"); } |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| AnimatedAngle.internal_() { } |
| |
| @DomName('SVGAnimatedAngle.animVal') |
| @DocsEditable() |
| Angle get animVal => _blink.BlinkSVGAnimatedAngle.instance.animVal_Getter_(this); |
| |
| @DomName('SVGAnimatedAngle.baseVal') |
| @DocsEditable() |
| Angle get baseVal => _blink.BlinkSVGAnimatedAngle.instance.baseVal_Getter_(this); |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGAnimatedBoolean') |
| @Unstable() |
| class AnimatedBoolean extends DartHtmlDomObject { |
| // To suppress missing implicit constructor warnings. |
| factory AnimatedBoolean._() { throw new UnsupportedError("Not supported"); } |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| AnimatedBoolean.internal_() { } |
| |
| @DomName('SVGAnimatedBoolean.animVal') |
| @DocsEditable() |
| bool get animVal => _blink.BlinkSVGAnimatedBoolean.instance.animVal_Getter_(this); |
| |
| @DomName('SVGAnimatedBoolean.baseVal') |
| @DocsEditable() |
| bool get baseVal => _blink.BlinkSVGAnimatedBoolean.instance.baseVal_Getter_(this); |
| |
| @DomName('SVGAnimatedBoolean.baseVal') |
| @DocsEditable() |
| set baseVal(bool value) => _blink.BlinkSVGAnimatedBoolean.instance.baseVal_Setter_(this, value); |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGAnimatedEnumeration') |
| @Unstable() |
| class AnimatedEnumeration extends DartHtmlDomObject { |
| // To suppress missing implicit constructor warnings. |
| factory AnimatedEnumeration._() { throw new UnsupportedError("Not supported"); } |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| AnimatedEnumeration.internal_() { } |
| |
| @DomName('SVGAnimatedEnumeration.animVal') |
| @DocsEditable() |
| int get animVal => _blink.BlinkSVGAnimatedEnumeration.instance.animVal_Getter_(this); |
| |
| @DomName('SVGAnimatedEnumeration.baseVal') |
| @DocsEditable() |
| int get baseVal => _blink.BlinkSVGAnimatedEnumeration.instance.baseVal_Getter_(this); |
| |
| @DomName('SVGAnimatedEnumeration.baseVal') |
| @DocsEditable() |
| set baseVal(int value) => _blink.BlinkSVGAnimatedEnumeration.instance.baseVal_Setter_(this, value); |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGAnimatedInteger') |
| @Unstable() |
| class AnimatedInteger extends DartHtmlDomObject { |
| // To suppress missing implicit constructor warnings. |
| factory AnimatedInteger._() { throw new UnsupportedError("Not supported"); } |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| AnimatedInteger.internal_() { } |
| |
| @DomName('SVGAnimatedInteger.animVal') |
| @DocsEditable() |
| int get animVal => _blink.BlinkSVGAnimatedInteger.instance.animVal_Getter_(this); |
| |
| @DomName('SVGAnimatedInteger.baseVal') |
| @DocsEditable() |
| int get baseVal => _blink.BlinkSVGAnimatedInteger.instance.baseVal_Getter_(this); |
| |
| @DomName('SVGAnimatedInteger.baseVal') |
| @DocsEditable() |
| set baseVal(int value) => _blink.BlinkSVGAnimatedInteger.instance.baseVal_Setter_(this, value); |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGAnimatedLength') |
| @Unstable() |
| class AnimatedLength extends DartHtmlDomObject { |
| // To suppress missing implicit constructor warnings. |
| factory AnimatedLength._() { throw new UnsupportedError("Not supported"); } |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| AnimatedLength.internal_() { } |
| |
| @DomName('SVGAnimatedLength.animVal') |
| @DocsEditable() |
| Length get animVal => _blink.BlinkSVGAnimatedLength.instance.animVal_Getter_(this); |
| |
| @DomName('SVGAnimatedLength.baseVal') |
| @DocsEditable() |
| Length get baseVal => _blink.BlinkSVGAnimatedLength.instance.baseVal_Getter_(this); |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGAnimatedLengthList') |
| @Unstable() |
| class AnimatedLengthList extends DartHtmlDomObject { |
| // To suppress missing implicit constructor warnings. |
| factory AnimatedLengthList._() { throw new UnsupportedError("Not supported"); } |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| AnimatedLengthList.internal_() { } |
| |
| @DomName('SVGAnimatedLengthList.animVal') |
| @DocsEditable() |
| LengthList get animVal => _blink.BlinkSVGAnimatedLengthList.instance.animVal_Getter_(this); |
| |
| @DomName('SVGAnimatedLengthList.baseVal') |
| @DocsEditable() |
| LengthList get baseVal => _blink.BlinkSVGAnimatedLengthList.instance.baseVal_Getter_(this); |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGAnimatedNumber') |
| @Unstable() |
| class AnimatedNumber extends DartHtmlDomObject { |
| // To suppress missing implicit constructor warnings. |
| factory AnimatedNumber._() { throw new UnsupportedError("Not supported"); } |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| AnimatedNumber.internal_() { } |
| |
| @DomName('SVGAnimatedNumber.animVal') |
| @DocsEditable() |
| num get animVal => _blink.BlinkSVGAnimatedNumber.instance.animVal_Getter_(this); |
| |
| @DomName('SVGAnimatedNumber.baseVal') |
| @DocsEditable() |
| num get baseVal => _blink.BlinkSVGAnimatedNumber.instance.baseVal_Getter_(this); |
| |
| @DomName('SVGAnimatedNumber.baseVal') |
| @DocsEditable() |
| set baseVal(num value) => _blink.BlinkSVGAnimatedNumber.instance.baseVal_Setter_(this, value); |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGAnimatedNumberList') |
| @Unstable() |
| class AnimatedNumberList extends DartHtmlDomObject { |
| // To suppress missing implicit constructor warnings. |
| factory AnimatedNumberList._() { throw new UnsupportedError("Not supported"); } |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| AnimatedNumberList.internal_() { } |
| |
| @DomName('SVGAnimatedNumberList.animVal') |
| @DocsEditable() |
| NumberList get animVal => _blink.BlinkSVGAnimatedNumberList.instance.animVal_Getter_(this); |
| |
| @DomName('SVGAnimatedNumberList.baseVal') |
| @DocsEditable() |
| NumberList get baseVal => _blink.BlinkSVGAnimatedNumberList.instance.baseVal_Getter_(this); |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGAnimatedPreserveAspectRatio') |
| @Unstable() |
| class AnimatedPreserveAspectRatio extends DartHtmlDomObject { |
| // To suppress missing implicit constructor warnings. |
| factory AnimatedPreserveAspectRatio._() { throw new UnsupportedError("Not supported"); } |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| AnimatedPreserveAspectRatio.internal_() { } |
| |
| @DomName('SVGAnimatedPreserveAspectRatio.animVal') |
| @DocsEditable() |
| PreserveAspectRatio get animVal => _blink.BlinkSVGAnimatedPreserveAspectRatio.instance.animVal_Getter_(this); |
| |
| @DomName('SVGAnimatedPreserveAspectRatio.baseVal') |
| @DocsEditable() |
| PreserveAspectRatio get baseVal => _blink.BlinkSVGAnimatedPreserveAspectRatio.instance.baseVal_Getter_(this); |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGAnimatedRect') |
| @Unstable() |
| class AnimatedRect extends DartHtmlDomObject { |
| // To suppress missing implicit constructor warnings. |
| factory AnimatedRect._() { throw new UnsupportedError("Not supported"); } |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| AnimatedRect.internal_() { } |
| |
| @DomName('SVGAnimatedRect.animVal') |
| @DocsEditable() |
| Rect get animVal => _blink.BlinkSVGAnimatedRect.instance.animVal_Getter_(this); |
| |
| @DomName('SVGAnimatedRect.baseVal') |
| @DocsEditable() |
| Rect get baseVal => _blink.BlinkSVGAnimatedRect.instance.baseVal_Getter_(this); |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGAnimatedString') |
| @Unstable() |
| class AnimatedString extends DartHtmlDomObject { |
| // To suppress missing implicit constructor warnings. |
| factory AnimatedString._() { throw new UnsupportedError("Not supported"); } |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| AnimatedString.internal_() { } |
| |
| @DomName('SVGAnimatedString.animVal') |
| @DocsEditable() |
| String get animVal => _blink.BlinkSVGAnimatedString.instance.animVal_Getter_(this); |
| |
| @DomName('SVGAnimatedString.baseVal') |
| @DocsEditable() |
| String get baseVal => _blink.BlinkSVGAnimatedString.instance.baseVal_Getter_(this); |
| |
| @DomName('SVGAnimatedString.baseVal') |
| @DocsEditable() |
| set baseVal(String value) => _blink.BlinkSVGAnimatedString.instance.baseVal_Setter_(this, value); |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGAnimatedTransformList') |
| @Unstable() |
| class AnimatedTransformList extends DartHtmlDomObject { |
| // To suppress missing implicit constructor warnings. |
| factory AnimatedTransformList._() { throw new UnsupportedError("Not supported"); } |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| AnimatedTransformList.internal_() { } |
| |
| @DomName('SVGAnimatedTransformList.animVal') |
| @DocsEditable() |
| TransformList get animVal => _blink.BlinkSVGAnimatedTransformList.instance.animVal_Getter_(this); |
| |
| @DomName('SVGAnimatedTransformList.baseVal') |
| @DocsEditable() |
| TransformList get baseVal => _blink.BlinkSVGAnimatedTransformList.instance.baseVal_Getter_(this); |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGAnimationElement') |
| @Unstable() |
| class AnimationElement extends SvgElement implements Tests { |
| // To suppress missing implicit constructor warnings. |
| factory AnimationElement._() { throw new UnsupportedError("Not supported"); } |
| |
| @DomName('SVGAnimationElement.SVGAnimationElement') |
| @DocsEditable() |
| factory AnimationElement() => _SvgElementFactoryProvider.createSvgElement_tag("animation"); |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| AnimationElement.internal_() : super.internal_(); |
| |
| /** |
| * Constructor instantiated by the DOM when a custom element has been created. |
| * |
| * This can only be called by subclasses from their created constructor. |
| */ |
| AnimationElement.created() : super.created(); |
| |
| @DomName('SVGAnimationElement.targetElement') |
| @DocsEditable() |
| SvgElement get targetElement => _blink.BlinkSVGAnimationElement.instance.targetElement_Getter_(this); |
| |
| @DomName('SVGAnimationElement.beginElement') |
| @DocsEditable() |
| void beginElement() => _blink.BlinkSVGAnimationElement.instance.beginElement_Callback_0_(this); |
| |
| @DomName('SVGAnimationElement.beginElementAt') |
| @DocsEditable() |
| void beginElementAt(num offset) => _blink.BlinkSVGAnimationElement.instance.beginElementAt_Callback_1_(this, offset); |
| |
| @DomName('SVGAnimationElement.endElement') |
| @DocsEditable() |
| void endElement() => _blink.BlinkSVGAnimationElement.instance.endElement_Callback_0_(this); |
| |
| @DomName('SVGAnimationElement.endElementAt') |
| @DocsEditable() |
| void endElementAt(num offset) => _blink.BlinkSVGAnimationElement.instance.endElementAt_Callback_1_(this, offset); |
| |
| @DomName('SVGAnimationElement.getCurrentTime') |
| @DocsEditable() |
| num getCurrentTime() => _blink.BlinkSVGAnimationElement.instance.getCurrentTime_Callback_0_(this); |
| |
| @DomName('SVGAnimationElement.getSimpleDuration') |
| @DocsEditable() |
| num getSimpleDuration() => _blink.BlinkSVGAnimationElement.instance.getSimpleDuration_Callback_0_(this); |
| |
| @DomName('SVGAnimationElement.getStartTime') |
| @DocsEditable() |
| num getStartTime() => _blink.BlinkSVGAnimationElement.instance.getStartTime_Callback_0_(this); |
| |
| @DomName('SVGAnimationElement.requiredExtensions') |
| @DocsEditable() |
| StringList get requiredExtensions => _blink.BlinkSVGAnimationElement.instance.requiredExtensions_Getter_(this); |
| |
| @DomName('SVGAnimationElement.requiredFeatures') |
| @DocsEditable() |
| StringList get requiredFeatures => _blink.BlinkSVGAnimationElement.instance.requiredFeatures_Getter_(this); |
| |
| @DomName('SVGAnimationElement.systemLanguage') |
| @DocsEditable() |
| StringList get systemLanguage => _blink.BlinkSVGAnimationElement.instance.systemLanguage_Getter_(this); |
| |
| @DomName('SVGAnimationElement.hasExtension') |
| @DocsEditable() |
| bool hasExtension(String extension) => _blink.BlinkSVGAnimationElement.instance.hasExtension_Callback_1_(this, extension); |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGCircleElement') |
| @Unstable() |
| class CircleElement extends GeometryElement { |
| // To suppress missing implicit constructor warnings. |
| factory CircleElement._() { throw new UnsupportedError("Not supported"); } |
| |
| @DomName('SVGCircleElement.SVGCircleElement') |
| @DocsEditable() |
| factory CircleElement() => _SvgElementFactoryProvider.createSvgElement_tag("circle"); |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| CircleElement.internal_() : super.internal_(); |
| |
| /** |
| * Constructor instantiated by the DOM when a custom element has been created. |
| * |
| * This can only be called by subclasses from their created constructor. |
| */ |
| CircleElement.created() : super.created(); |
| |
| @DomName('SVGCircleElement.cx') |
| @DocsEditable() |
| AnimatedLength get cx => _blink.BlinkSVGCircleElement.instance.cx_Getter_(this); |
| |
| @DomName('SVGCircleElement.cy') |
| @DocsEditable() |
| AnimatedLength get cy => _blink.BlinkSVGCircleElement.instance.cy_Getter_(this); |
| |
| @DomName('SVGCircleElement.r') |
| @DocsEditable() |
| AnimatedLength get r => _blink.BlinkSVGCircleElement.instance.r_Getter_(this); |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGClipPathElement') |
| @Unstable() |
| class ClipPathElement extends GraphicsElement { |
| // To suppress missing implicit constructor warnings. |
| factory ClipPathElement._() { throw new UnsupportedError("Not supported"); } |
| |
| @DomName('SVGClipPathElement.SVGClipPathElement') |
| @DocsEditable() |
| factory ClipPathElement() => _SvgElementFactoryProvider.createSvgElement_tag("clipPath"); |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| ClipPathElement.internal_() : super.internal_(); |
| |
| /** |
| * Constructor instantiated by the DOM when a custom element has been created. |
| * |
| * This can only be called by subclasses from their created constructor. |
| */ |
| ClipPathElement.created() : super.created(); |
| |
| @DomName('SVGClipPathElement.clipPathUnits') |
| @DocsEditable() |
| AnimatedEnumeration get clipPathUnits => _blink.BlinkSVGClipPathElement.instance.clipPathUnits_Getter_(this); |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGDefsElement') |
| @Unstable() |
| class DefsElement extends GraphicsElement { |
| // To suppress missing implicit constructor warnings. |
| factory DefsElement._() { throw new UnsupportedError("Not supported"); } |
| |
| @DomName('SVGDefsElement.SVGDefsElement') |
| @DocsEditable() |
| factory DefsElement() => _SvgElementFactoryProvider.createSvgElement_tag("defs"); |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| DefsElement.internal_() : super.internal_(); |
| |
| /** |
| * Constructor instantiated by the DOM when a custom element has been created. |
| * |
| * This can only be called by subclasses from their created constructor. |
| */ |
| DefsElement.created() : super.created(); |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGDescElement') |
| @Unstable() |
| class DescElement extends SvgElement { |
| // To suppress missing implicit constructor warnings. |
| factory DescElement._() { throw new UnsupportedError("Not supported"); } |
| |
| @DomName('SVGDescElement.SVGDescElement') |
| @DocsEditable() |
| factory DescElement() => _SvgElementFactoryProvider.createSvgElement_tag("desc"); |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| DescElement.internal_() : super.internal_(); |
| |
| /** |
| * Constructor instantiated by the DOM when a custom element has been created. |
| * |
| * This can only be called by subclasses from their created constructor. |
| */ |
| DescElement.created() : super.created(); |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGDiscardElement') |
| @Experimental() // untriaged |
| class DiscardElement extends SvgElement { |
| // To suppress missing implicit constructor warnings. |
| factory DiscardElement._() { throw new UnsupportedError("Not supported"); } |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| DiscardElement.internal_() : super.internal_(); |
| |
| /** |
| * Constructor instantiated by the DOM when a custom element has been created. |
| * |
| * This can only be called by subclasses from their created constructor. |
| */ |
| DiscardElement.created() : super.created(); |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGEllipseElement') |
| @Unstable() |
| class EllipseElement extends GeometryElement { |
| // To suppress missing implicit constructor warnings. |
| factory EllipseElement._() { throw new UnsupportedError("Not supported"); } |
| |
| @DomName('SVGEllipseElement.SVGEllipseElement') |
| @DocsEditable() |
| factory EllipseElement() => _SvgElementFactoryProvider.createSvgElement_tag("ellipse"); |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| EllipseElement.internal_() : super.internal_(); |
| |
| /** |
| * Constructor instantiated by the DOM when a custom element has been created. |
| * |
| * This can only be called by subclasses from their created constructor. |
| */ |
| EllipseElement.created() : super.created(); |
| |
| @DomName('SVGEllipseElement.cx') |
| @DocsEditable() |
| AnimatedLength get cx => _blink.BlinkSVGEllipseElement.instance.cx_Getter_(this); |
| |
| @DomName('SVGEllipseElement.cy') |
| @DocsEditable() |
| AnimatedLength get cy => _blink.BlinkSVGEllipseElement.instance.cy_Getter_(this); |
| |
| @DomName('SVGEllipseElement.rx') |
| @DocsEditable() |
| AnimatedLength get rx => _blink.BlinkSVGEllipseElement.instance.rx_Getter_(this); |
| |
| @DomName('SVGEllipseElement.ry') |
| @DocsEditable() |
| AnimatedLength get ry => _blink.BlinkSVGEllipseElement.instance.ry_Getter_(this); |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGFEBlendElement') |
| @SupportedBrowser(SupportedBrowser.CHROME) |
| @SupportedBrowser(SupportedBrowser.FIREFOX) |
| @SupportedBrowser(SupportedBrowser.IE, '10') |
| @SupportedBrowser(SupportedBrowser.SAFARI) |
| @Unstable() |
| class FEBlendElement extends SvgElement implements FilterPrimitiveStandardAttributes { |
| // To suppress missing implicit constructor warnings. |
| factory FEBlendElement._() { throw new UnsupportedError("Not supported"); } |
| |
| @DomName('SVGFEBlendElement.SVGFEBlendElement') |
| @DocsEditable() |
| factory FEBlendElement() => _SvgElementFactoryProvider.createSvgElement_tag("feBlend"); |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| FEBlendElement.internal_() : super.internal_(); |
| |
| /** |
| * Constructor instantiated by the DOM when a custom element has been created. |
| * |
| * This can only be called by subclasses from their created constructor. |
| */ |
| FEBlendElement.created() : super.created(); |
| |
| /// Checks if this type is supported on the current platform. |
| static bool get supported => true; |
| |
| @DomName('SVGFEBlendElement.SVG_FEBLEND_MODE_DARKEN') |
| @DocsEditable() |
| static const int SVG_FEBLEND_MODE_DARKEN = 4; |
| |
| @DomName('SVGFEBlendElement.SVG_FEBLEND_MODE_LIGHTEN') |
| @DocsEditable() |
| static const int SVG_FEBLEND_MODE_LIGHTEN = 5; |
| |
| @DomName('SVGFEBlendElement.SVG_FEBLEND_MODE_MULTIPLY') |
| @DocsEditable() |
| static const int SVG_FEBLEND_MODE_MULTIPLY = 2; |
| |
| @DomName('SVGFEBlendElement.SVG_FEBLEND_MODE_NORMAL') |
| @DocsEditable() |
| static const int SVG_FEBLEND_MODE_NORMAL = 1; |
| |
| @DomName('SVGFEBlendElement.SVG_FEBLEND_MODE_SCREEN') |
| @DocsEditable() |
| static const int SVG_FEBLEND_MODE_SCREEN = 3; |
| |
| @DomName('SVGFEBlendElement.SVG_FEBLEND_MODE_UNKNOWN') |
| @DocsEditable() |
| static const int SVG_FEBLEND_MODE_UNKNOWN = 0; |
| |
| @DomName('SVGFEBlendElement.in1') |
| @DocsEditable() |
| AnimatedString get in1 => _blink.BlinkSVGFEBlendElement.instance.in1_Getter_(this); |
| |
| @DomName('SVGFEBlendElement.in2') |
| @DocsEditable() |
| AnimatedString get in2 => _blink.BlinkSVGFEBlendElement.instance.in2_Getter_(this); |
| |
| @DomName('SVGFEBlendElement.mode') |
| @DocsEditable() |
| AnimatedEnumeration get mode => _blink.BlinkSVGFEBlendElement.instance.mode_Getter_(this); |
| |
| @DomName('SVGFEBlendElement.height') |
| @DocsEditable() |
| AnimatedLength get height => _blink.BlinkSVGFEBlendElement.instance.height_Getter_(this); |
| |
| @DomName('SVGFEBlendElement.result') |
| @DocsEditable() |
| AnimatedString get result => _blink.BlinkSVGFEBlendElement.instance.result_Getter_(this); |
| |
| @DomName('SVGFEBlendElement.width') |
| @DocsEditable() |
| AnimatedLength get width => _blink.BlinkSVGFEBlendElement.instance.width_Getter_(this); |
| |
| @DomName('SVGFEBlendElement.x') |
| @DocsEditable() |
| AnimatedLength get x => _blink.BlinkSVGFEBlendElement.instance.x_Getter_(this); |
| |
| @DomName('SVGFEBlendElement.y') |
| @DocsEditable() |
| AnimatedLength get y => _blink.BlinkSVGFEBlendElement.instance.y_Getter_(this); |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGFEColorMatrixElement') |
| @SupportedBrowser(SupportedBrowser.CHROME) |
| @SupportedBrowser(SupportedBrowser.FIREFOX) |
| @SupportedBrowser(SupportedBrowser.IE, '10') |
| @SupportedBrowser(SupportedBrowser.SAFARI) |
| @Unstable() |
| class FEColorMatrixElement extends SvgElement implements FilterPrimitiveStandardAttributes { |
| // To suppress missing implicit constructor warnings. |
| factory FEColorMatrixElement._() { throw new UnsupportedError("Not supported"); } |
| |
| @DomName('SVGFEColorMatrixElement.SVGFEColorMatrixElement') |
| @DocsEditable() |
| factory FEColorMatrixElement() => _SvgElementFactoryProvider.createSvgElement_tag("feColorMatrix"); |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| FEColorMatrixElement.internal_() : super.internal_(); |
| |
| /** |
| * Constructor instantiated by the DOM when a custom element has been created. |
| * |
| * This can only be called by subclasses from their created constructor. |
| */ |
| FEColorMatrixElement.created() : super.created(); |
| |
| /// Checks if this type is supported on the current platform. |
| static bool get supported => true; |
| |
| @DomName('SVGFEColorMatrixElement.SVG_FECOLORMATRIX_TYPE_HUEROTATE') |
| @DocsEditable() |
| static const int SVG_FECOLORMATRIX_TYPE_HUEROTATE = 3; |
| |
| @DomName('SVGFEColorMatrixElement.SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA') |
| @DocsEditable() |
| static const int SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA = 4; |
| |
| @DomName('SVGFEColorMatrixElement.SVG_FECOLORMATRIX_TYPE_MATRIX') |
| @DocsEditable() |
| static const int SVG_FECOLORMATRIX_TYPE_MATRIX = 1; |
| |
| @DomName('SVGFEColorMatrixElement.SVG_FECOLORMATRIX_TYPE_SATURATE') |
| @DocsEditable() |
| static const int SVG_FECOLORMATRIX_TYPE_SATURATE = 2; |
| |
| @DomName('SVGFEColorMatrixElement.SVG_FECOLORMATRIX_TYPE_UNKNOWN') |
| @DocsEditable() |
| static const int SVG_FECOLORMATRIX_TYPE_UNKNOWN = 0; |
| |
| @DomName('SVGFEColorMatrixElement.in1') |
| @DocsEditable() |
| AnimatedString get in1 => _blink.BlinkSVGFEColorMatrixElement.instance.in1_Getter_(this); |
| |
| @DomName('SVGFEColorMatrixElement.type') |
| @DocsEditable() |
| AnimatedEnumeration get type => _blink.BlinkSVGFEColorMatrixElement.instance.type_Getter_(this); |
| |
| @DomName('SVGFEColorMatrixElement.values') |
| @DocsEditable() |
| AnimatedNumberList get values => _blink.BlinkSVGFEColorMatrixElement.instance.values_Getter_(this); |
| |
| @DomName('SVGFEColorMatrixElement.height') |
| @DocsEditable() |
| AnimatedLength get height => _blink.BlinkSVGFEColorMatrixElement.instance.height_Getter_(this); |
| |
| @DomName('SVGFEColorMatrixElement.result') |
| @DocsEditable() |
| AnimatedString get result => _blink.BlinkSVGFEColorMatrixElement.instance.result_Getter_(this); |
| |
| @DomName('SVGFEColorMatrixElement.width') |
| @DocsEditable() |
| AnimatedLength get width => _blink.BlinkSVGFEColorMatrixElement.instance.width_Getter_(this); |
| |
| @DomName('SVGFEColorMatrixElement.x') |
| @DocsEditable() |
| AnimatedLength get x => _blink.BlinkSVGFEColorMatrixElement.instance.x_Getter_(this); |
| |
| @DomName('SVGFEColorMatrixElement.y') |
| @DocsEditable() |
| AnimatedLength get y => _blink.BlinkSVGFEColorMatrixElement.instance.y_Getter_(this); |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGFEComponentTransferElement') |
| @SupportedBrowser(SupportedBrowser.CHROME) |
| @SupportedBrowser(SupportedBrowser.FIREFOX) |
| @SupportedBrowser(SupportedBrowser.IE, '10') |
| @SupportedBrowser(SupportedBrowser.SAFARI) |
| @Unstable() |
| class FEComponentTransferElement extends SvgElement implements FilterPrimitiveStandardAttributes { |
| // To suppress missing implicit constructor warnings. |
| factory FEComponentTransferElement._() { throw new UnsupportedError("Not supported"); } |
| |
| @DomName('SVGFEComponentTransferElement.SVGFEComponentTransferElement') |
| @DocsEditable() |
| factory FEComponentTransferElement() => _SvgElementFactoryProvider.createSvgElement_tag("feComponentTransfer"); |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| FEComponentTransferElement.internal_() : super.internal_(); |
| |
| /** |
| * Constructor instantiated by the DOM when a custom element has been created. |
| * |
| * This can only be called by subclasses from their created constructor. |
| */ |
| FEComponentTransferElement.created() : super.created(); |
| |
| /// Checks if this type is supported on the current platform. |
| static bool get supported => true; |
| |
| @DomName('SVGFEComponentTransferElement.in1') |
| @DocsEditable() |
| AnimatedString get in1 => _blink.BlinkSVGFEComponentTransferElement.instance.in1_Getter_(this); |
| |
| @DomName('SVGFEComponentTransferElement.height') |
| @DocsEditable() |
| AnimatedLength get height => _blink.BlinkSVGFEComponentTransferElement.instance.height_Getter_(this); |
| |
| @DomName('SVGFEComponentTransferElement.result') |
| @DocsEditable() |
| AnimatedString get result => _blink.BlinkSVGFEComponentTransferElement.instance.result_Getter_(this); |
| |
| @DomName('SVGFEComponentTransferElement.width') |
| @DocsEditable() |
| AnimatedLength get width => _blink.BlinkSVGFEComponentTransferElement.instance.width_Getter_(this); |
| |
| @DomName('SVGFEComponentTransferElement.x') |
| @DocsEditable() |
| AnimatedLength get x => _blink.BlinkSVGFEComponentTransferElement.instance.x_Getter_(this); |
| |
| @DomName('SVGFEComponentTransferElement.y') |
| @DocsEditable() |
| AnimatedLength get y => _blink.BlinkSVGFEComponentTransferElement.instance.y_Getter_(this); |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGFECompositeElement') |
| @Unstable() |
| class FECompositeElement extends SvgElement implements FilterPrimitiveStandardAttributes { |
| // To suppress missing implicit constructor warnings. |
| factory FECompositeElement._() { throw new UnsupportedError("Not supported"); } |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| FECompositeElement.internal_() : super.internal_(); |
| |
| /** |
| * Constructor instantiated by the DOM when a custom element has been created. |
| * |
| * This can only be called by subclasses from their created constructor. |
| */ |
| FECompositeElement.created() : super.created(); |
| |
| @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_ARITHMETIC') |
| @DocsEditable() |
| static const int SVG_FECOMPOSITE_OPERATOR_ARITHMETIC = 6; |
| |
| @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_ATOP') |
| @DocsEditable() |
| static const int SVG_FECOMPOSITE_OPERATOR_ATOP = 4; |
| |
| @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_IN') |
| @DocsEditable() |
| static const int SVG_FECOMPOSITE_OPERATOR_IN = 2; |
| |
| @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_OUT') |
| @DocsEditable() |
| static const int SVG_FECOMPOSITE_OPERATOR_OUT = 3; |
| |
| @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_OVER') |
| @DocsEditable() |
| static const int SVG_FECOMPOSITE_OPERATOR_OVER = 1; |
| |
| @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_UNKNOWN') |
| @DocsEditable() |
| static const int SVG_FECOMPOSITE_OPERATOR_UNKNOWN = 0; |
| |
| @DomName('SVGFECompositeElement.SVG_FECOMPOSITE_OPERATOR_XOR') |
| @DocsEditable() |
| static const int SVG_FECOMPOSITE_OPERATOR_XOR = 5; |
| |
| @DomName('SVGFECompositeElement.in1') |
| @DocsEditable() |
| AnimatedString get in1 => _blink.BlinkSVGFECompositeElement.instance.in1_Getter_(this); |
| |
| @DomName('SVGFECompositeElement.in2') |
| @DocsEditable() |
| AnimatedString get in2 => _blink.BlinkSVGFECompositeElement.instance.in2_Getter_(this); |
| |
| @DomName('SVGFECompositeElement.k1') |
| @DocsEditable() |
| AnimatedNumber get k1 => _blink.BlinkSVGFECompositeElement.instance.k1_Getter_(this); |
| |
| @DomName('SVGFECompositeElement.k2') |
| @DocsEditable() |
| AnimatedNumber get k2 => _blink.BlinkSVGFECompositeElement.instance.k2_Getter_(this); |
| |
| @DomName('SVGFECompositeElement.k3') |
| @DocsEditable() |
| AnimatedNumber get k3 => _blink.BlinkSVGFECompositeElement.instance.k3_Getter_(this); |
| |
| @DomName('SVGFECompositeElement.k4') |
| @DocsEditable() |
| AnimatedNumber get k4 => _blink.BlinkSVGFECompositeElement.instance.k4_Getter_(this); |
| |
| @DomName('SVGFECompositeElement.operator') |
| @DocsEditable() |
| AnimatedEnumeration get operator => _blink.BlinkSVGFECompositeElement.instance.operator_Getter_(this); |
| |
| @DomName('SVGFECompositeElement.height') |
| @DocsEditable() |
| AnimatedLength get height => _blink.BlinkSVGFECompositeElement.instance.height_Getter_(this); |
| |
| @DomName('SVGFECompositeElement.result') |
| @DocsEditable() |
| AnimatedString get result => _blink.BlinkSVGFECompositeElement.instance.result_Getter_(this); |
| |
| @DomName('SVGFECompositeElement.width') |
| @DocsEditable() |
| AnimatedLength get width => _blink.BlinkSVGFECompositeElement.instance.width_Getter_(this); |
| |
| @DomName('SVGFECompositeElement.x') |
| @DocsEditable() |
| AnimatedLength get x => _blink.BlinkSVGFECompositeElement.instance.x_Getter_(this); |
| |
| @DomName('SVGFECompositeElement.y') |
| @DocsEditable() |
| AnimatedLength get y => _blink.BlinkSVGFECompositeElement.instance.y_Getter_(this); |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGFEConvolveMatrixElement') |
| @SupportedBrowser(SupportedBrowser.CHROME) |
| @SupportedBrowser(SupportedBrowser.FIREFOX) |
| @SupportedBrowser(SupportedBrowser.IE, '10') |
| @SupportedBrowser(SupportedBrowser.SAFARI) |
| @Unstable() |
| class FEConvolveMatrixElement extends SvgElement implements FilterPrimitiveStandardAttributes { |
| // To suppress missing implicit constructor warnings. |
| factory FEConvolveMatrixElement._() { throw new UnsupportedError("Not supported"); } |
| |
| @DomName('SVGFEConvolveMatrixElement.SVGFEConvolveMatrixElement') |
| @DocsEditable() |
| factory FEConvolveMatrixElement() => _SvgElementFactoryProvider.createSvgElement_tag("feConvolveMatrix"); |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| FEConvolveMatrixElement.internal_() : super.internal_(); |
| |
| /** |
| * Constructor instantiated by the DOM when a custom element has been created. |
| * |
| * This can only be called by subclasses from their created constructor. |
| */ |
| FEConvolveMatrixElement.created() : super.created(); |
| |
| /// Checks if this type is supported on the current platform. |
| static bool get supported => true; |
| |
| @DomName('SVGFEConvolveMatrixElement.SVG_EDGEMODE_DUPLICATE') |
| @DocsEditable() |
| static const int SVG_EDGEMODE_DUPLICATE = 1; |
| |
| @DomName('SVGFEConvolveMatrixElement.SVG_EDGEMODE_NONE') |
| @DocsEditable() |
| static const int SVG_EDGEMODE_NONE = 3; |
| |
| @DomName('SVGFEConvolveMatrixElement.SVG_EDGEMODE_UNKNOWN') |
| @DocsEditable() |
| static const int SVG_EDGEMODE_UNKNOWN = 0; |
| |
| @DomName('SVGFEConvolveMatrixElement.SVG_EDGEMODE_WRAP') |
| @DocsEditable() |
| static const int SVG_EDGEMODE_WRAP = 2; |
| |
| @DomName('SVGFEConvolveMatrixElement.bias') |
| @DocsEditable() |
| AnimatedNumber get bias => _blink.BlinkSVGFEConvolveMatrixElement.instance.bias_Getter_(this); |
| |
| @DomName('SVGFEConvolveMatrixElement.divisor') |
| @DocsEditable() |
| AnimatedNumber get divisor => _blink.BlinkSVGFEConvolveMatrixElement.instance.divisor_Getter_(this); |
| |
| @DomName('SVGFEConvolveMatrixElement.edgeMode') |
| @DocsEditable() |
| AnimatedEnumeration get edgeMode => _blink.BlinkSVGFEConvolveMatrixElement.instance.edgeMode_Getter_(this); |
| |
| @DomName('SVGFEConvolveMatrixElement.in1') |
| @DocsEditable() |
| AnimatedString get in1 => _blink.BlinkSVGFEConvolveMatrixElement.instance.in1_Getter_(this); |
| |
| @DomName('SVGFEConvolveMatrixElement.kernelMatrix') |
| @DocsEditable() |
| AnimatedNumberList get kernelMatrix => _blink.BlinkSVGFEConvolveMatrixElement.instance.kernelMatrix_Getter_(this); |
| |
| @DomName('SVGFEConvolveMatrixElement.kernelUnitLengthX') |
| @DocsEditable() |
| AnimatedNumber get kernelUnitLengthX => _blink.BlinkSVGFEConvolveMatrixElement.instance.kernelUnitLengthX_Getter_(this); |
| |
| @DomName('SVGFEConvolveMatrixElement.kernelUnitLengthY') |
| @DocsEditable() |
| AnimatedNumber get kernelUnitLengthY => _blink.BlinkSVGFEConvolveMatrixElement.instance.kernelUnitLengthY_Getter_(this); |
| |
| @DomName('SVGFEConvolveMatrixElement.orderX') |
| @DocsEditable() |
| AnimatedInteger get orderX => _blink.BlinkSVGFEConvolveMatrixElement.instance.orderX_Getter_(this); |
| |
| @DomName('SVGFEConvolveMatrixElement.orderY') |
| @DocsEditable() |
| AnimatedInteger get orderY => _blink.BlinkSVGFEConvolveMatrixElement.instance.orderY_Getter_(this); |
| |
| @DomName('SVGFEConvolveMatrixElement.preserveAlpha') |
| @DocsEditable() |
| AnimatedBoolean get preserveAlpha => _blink.BlinkSVGFEConvolveMatrixElement.instance.preserveAlpha_Getter_(this); |
| |
| @DomName('SVGFEConvolveMatrixElement.targetX') |
| @DocsEditable() |
| AnimatedInteger get targetX => _blink.BlinkSVGFEConvolveMatrixElement.instance.targetX_Getter_(this); |
| |
| @DomName('SVGFEConvolveMatrixElement.targetY') |
| @DocsEditable() |
| AnimatedInteger get targetY => _blink.BlinkSVGFEConvolveMatrixElement.instance.targetY_Getter_(this); |
| |
| @DomName('SVGFEConvolveMatrixElement.height') |
| @DocsEditable() |
| AnimatedLength get height => _blink.BlinkSVGFEConvolveMatrixElement.instance.height_Getter_(this); |
| |
| @DomName('SVGFEConvolveMatrixElement.result') |
| @DocsEditable() |
| AnimatedString get result => _blink.BlinkSVGFEConvolveMatrixElement.instance.result_Getter_(this); |
| |
| @DomName('SVGFEConvolveMatrixElement.width') |
| @DocsEditable() |
| AnimatedLength get width => _blink.BlinkSVGFEConvolveMatrixElement.instance.width_Getter_(this); |
| |
| @DomName('SVGFEConvolveMatrixElement.x') |
| @DocsEditable() |
| AnimatedLength get x => _blink.BlinkSVGFEConvolveMatrixElement.instance.x_Getter_(this); |
| |
| @DomName('SVGFEConvolveMatrixElement.y') |
| @DocsEditable() |
| AnimatedLength get y => _blink.BlinkSVGFEConvolveMatrixElement.instance.y_Getter_(this); |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGFEDiffuseLightingElement') |
| @SupportedBrowser(SupportedBrowser.CHROME) |
| @SupportedBrowser(SupportedBrowser.FIREFOX) |
| @SupportedBrowser(SupportedBrowser.IE, '10') |
| @SupportedBrowser(SupportedBrowser.SAFARI) |
| @Unstable() |
| class FEDiffuseLightingElement extends SvgElement implements FilterPrimitiveStandardAttributes { |
| // To suppress missing implicit constructor warnings. |
| factory FEDiffuseLightingElement._() { throw new UnsupportedError("Not supported"); } |
| |
| @DomName('SVGFEDiffuseLightingElement.SVGFEDiffuseLightingElement') |
| @DocsEditable() |
| factory FEDiffuseLightingElement() => _SvgElementFactoryProvider.createSvgElement_tag("feDiffuseLighting"); |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| FEDiffuseLightingElement.internal_() : super.internal_(); |
| |
| /** |
| * Constructor instantiated by the DOM when a custom element has been created. |
| * |
| * This can only be called by subclasses from their created constructor. |
| */ |
| FEDiffuseLightingElement.created() : super.created(); |
| |
| /// Checks if this type is supported on the current platform. |
| static bool get supported => true; |
| |
| @DomName('SVGFEDiffuseLightingElement.diffuseConstant') |
| @DocsEditable() |
| AnimatedNumber get diffuseConstant => _blink.BlinkSVGFEDiffuseLightingElement.instance.diffuseConstant_Getter_(this); |
| |
| @DomName('SVGFEDiffuseLightingElement.in1') |
| @DocsEditable() |
| AnimatedString get in1 => _blink.BlinkSVGFEDiffuseLightingElement.instance.in1_Getter_(this); |
| |
| @DomName('SVGFEDiffuseLightingElement.kernelUnitLengthX') |
| @DocsEditable() |
| AnimatedNumber get kernelUnitLengthX => _blink.BlinkSVGFEDiffuseLightingElement.instance.kernelUnitLengthX_Getter_(this); |
| |
| @DomName('SVGFEDiffuseLightingElement.kernelUnitLengthY') |
| @DocsEditable() |
| AnimatedNumber get kernelUnitLengthY => _blink.BlinkSVGFEDiffuseLightingElement.instance.kernelUnitLengthY_Getter_(this); |
| |
| @DomName('SVGFEDiffuseLightingElement.surfaceScale') |
| @DocsEditable() |
| AnimatedNumber get surfaceScale => _blink.BlinkSVGFEDiffuseLightingElement.instance.surfaceScale_Getter_(this); |
| |
| @DomName('SVGFEDiffuseLightingElement.height') |
| @DocsEditable() |
| AnimatedLength get height => _blink.BlinkSVGFEDiffuseLightingElement.instance.height_Getter_(this); |
| |
| @DomName('SVGFEDiffuseLightingElement.result') |
| @DocsEditable() |
| AnimatedString get result => _blink.BlinkSVGFEDiffuseLightingElement.instance.result_Getter_(this); |
| |
| @DomName('SVGFEDiffuseLightingElement.width') |
| @DocsEditable() |
| AnimatedLength get width => _blink.BlinkSVGFEDiffuseLightingElement.instance.width_Getter_(this); |
| |
| @DomName('SVGFEDiffuseLightingElement.x') |
| @DocsEditable() |
| AnimatedLength get x => _blink.BlinkSVGFEDiffuseLightingElement.instance.x_Getter_(this); |
| |
| @DomName('SVGFEDiffuseLightingElement.y') |
| @DocsEditable() |
| AnimatedLength get y => _blink.BlinkSVGFEDiffuseLightingElement.instance.y_Getter_(this); |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGFEDisplacementMapElement') |
| @SupportedBrowser(SupportedBrowser.CHROME) |
| @SupportedBrowser(SupportedBrowser.FIREFOX) |
| @SupportedBrowser(SupportedBrowser.IE, '10') |
| @SupportedBrowser(SupportedBrowser.SAFARI) |
| @Unstable() |
| class FEDisplacementMapElement extends SvgElement implements FilterPrimitiveStandardAttributes { |
| // To suppress missing implicit constructor warnings. |
| factory FEDisplacementMapElement._() { throw new UnsupportedError("Not supported"); } |
| |
| @DomName('SVGFEDisplacementMapElement.SVGFEDisplacementMapElement') |
| @DocsEditable() |
| factory FEDisplacementMapElement() => _SvgElementFactoryProvider.createSvgElement_tag("feDisplacementMap"); |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| FEDisplacementMapElement.internal_() : super.internal_(); |
| |
| /** |
| * Constructor instantiated by the DOM when a custom element has been created. |
| * |
| * This can only be called by subclasses from their created constructor. |
| */ |
| FEDisplacementMapElement.created() : super.created(); |
| |
| /// Checks if this type is supported on the current platform. |
| static bool get supported => true; |
| |
| @DomName('SVGFEDisplacementMapElement.SVG_CHANNEL_A') |
| @DocsEditable() |
| static const int SVG_CHANNEL_A = 4; |
| |
| @DomName('SVGFEDisplacementMapElement.SVG_CHANNEL_B') |
| @DocsEditable() |
| static const int SVG_CHANNEL_B = 3; |
| |
| @DomName('SVGFEDisplacementMapElement.SVG_CHANNEL_G') |
| @DocsEditable() |
| static const int SVG_CHANNEL_G = 2; |
| |
| @DomName('SVGFEDisplacementMapElement.SVG_CHANNEL_R') |
| @DocsEditable() |
| static const int SVG_CHANNEL_R = 1; |
| |
| @DomName('SVGFEDisplacementMapElement.SVG_CHANNEL_UNKNOWN') |
| @DocsEditable() |
| static const int SVG_CHANNEL_UNKNOWN = 0; |
| |
| @DomName('SVGFEDisplacementMapElement.in1') |
| @DocsEditable() |
| AnimatedString get in1 => _blink.BlinkSVGFEDisplacementMapElement.instance.in1_Getter_(this); |
| |
| @DomName('SVGFEDisplacementMapElement.in2') |
| @DocsEditable() |
| AnimatedString get in2 => _blink.BlinkSVGFEDisplacementMapElement.instance.in2_Getter_(this); |
| |
| @DomName('SVGFEDisplacementMapElement.scale') |
| @DocsEditable() |
| AnimatedNumber get scale => _blink.BlinkSVGFEDisplacementMapElement.instance.scale_Getter_(this); |
| |
| @DomName('SVGFEDisplacementMapElement.xChannelSelector') |
| @DocsEditable() |
| AnimatedEnumeration get xChannelSelector => _blink.BlinkSVGFEDisplacementMapElement.instance.xChannelSelector_Getter_(this); |
| |
| @DomName('SVGFEDisplacementMapElement.yChannelSelector') |
| @DocsEditable() |
| AnimatedEnumeration get yChannelSelector => _blink.BlinkSVGFEDisplacementMapElement.instance.yChannelSelector_Getter_(this); |
| |
| @DomName('SVGFEDisplacementMapElement.height') |
| @DocsEditable() |
| AnimatedLength get height => _blink.BlinkSVGFEDisplacementMapElement.instance.height_Getter_(this); |
| |
| @DomName('SVGFEDisplacementMapElement.result') |
| @DocsEditable() |
| AnimatedString get result => _blink.BlinkSVGFEDisplacementMapElement.instance.result_Getter_(this); |
| |
| @DomName('SVGFEDisplacementMapElement.width') |
| @DocsEditable() |
| AnimatedLength get width => _blink.BlinkSVGFEDisplacementMapElement.instance.width_Getter_(this); |
| |
| @DomName('SVGFEDisplacementMapElement.x') |
| @DocsEditable() |
| AnimatedLength get x => _blink.BlinkSVGFEDisplacementMapElement.instance.x_Getter_(this); |
| |
| @DomName('SVGFEDisplacementMapElement.y') |
| @DocsEditable() |
| AnimatedLength get y => _blink.BlinkSVGFEDisplacementMapElement.instance.y_Getter_(this); |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGFEDistantLightElement') |
| @SupportedBrowser(SupportedBrowser.CHROME) |
| @SupportedBrowser(SupportedBrowser.FIREFOX) |
| @SupportedBrowser(SupportedBrowser.IE, '10') |
| @SupportedBrowser(SupportedBrowser.SAFARI) |
| @Unstable() |
| class FEDistantLightElement extends SvgElement { |
| // To suppress missing implicit constructor warnings. |
| factory FEDistantLightElement._() { throw new UnsupportedError("Not supported"); } |
| |
| @DomName('SVGFEDistantLightElement.SVGFEDistantLightElement') |
| @DocsEditable() |
| factory FEDistantLightElement() => _SvgElementFactoryProvider.createSvgElement_tag("feDistantLight"); |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| FEDistantLightElement.internal_() : super.internal_(); |
| |
| /** |
| * Constructor instantiated by the DOM when a custom element has been created. |
| * |
| * This can only be called by subclasses from their created constructor. |
| */ |
| FEDistantLightElement.created() : super.created(); |
| |
| /// Checks if this type is supported on the current platform. |
| static bool get supported => true; |
| |
| @DomName('SVGFEDistantLightElement.azimuth') |
| @DocsEditable() |
| AnimatedNumber get azimuth => _blink.BlinkSVGFEDistantLightElement.instance.azimuth_Getter_(this); |
| |
| @DomName('SVGFEDistantLightElement.elevation') |
| @DocsEditable() |
| AnimatedNumber get elevation => _blink.BlinkSVGFEDistantLightElement.instance.elevation_Getter_(this); |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGFEFloodElement') |
| @SupportedBrowser(SupportedBrowser.CHROME) |
| @SupportedBrowser(SupportedBrowser.FIREFOX) |
| @SupportedBrowser(SupportedBrowser.IE, '10') |
| @SupportedBrowser(SupportedBrowser.SAFARI) |
| @Unstable() |
| class FEFloodElement extends SvgElement implements FilterPrimitiveStandardAttributes { |
| // To suppress missing implicit constructor warnings. |
| factory FEFloodElement._() { throw new UnsupportedError("Not supported"); } |
| |
| @DomName('SVGFEFloodElement.SVGFEFloodElement') |
| @DocsEditable() |
| factory FEFloodElement() => _SvgElementFactoryProvider.createSvgElement_tag("feFlood"); |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| FEFloodElement.internal_() : super.internal_(); |
| |
| /** |
| * Constructor instantiated by the DOM when a custom element has been created. |
| * |
| * This can only be called by subclasses from their created constructor. |
| */ |
| FEFloodElement.created() : super.created(); |
| |
| /// Checks if this type is supported on the current platform. |
| static bool get supported => true; |
| |
| @DomName('SVGFEFloodElement.height') |
| @DocsEditable() |
| AnimatedLength get height => _blink.BlinkSVGFEFloodElement.instance.height_Getter_(this); |
| |
| @DomName('SVGFEFloodElement.result') |
| @DocsEditable() |
| AnimatedString get result => _blink.BlinkSVGFEFloodElement.instance.result_Getter_(this); |
| |
| @DomName('SVGFEFloodElement.width') |
| @DocsEditable() |
| AnimatedLength get width => _blink.BlinkSVGFEFloodElement.instance.width_Getter_(this); |
| |
| @DomName('SVGFEFloodElement.x') |
| @DocsEditable() |
| AnimatedLength get x => _blink.BlinkSVGFEFloodElement.instance.x_Getter_(this); |
| |
| @DomName('SVGFEFloodElement.y') |
| @DocsEditable() |
| AnimatedLength get y => _blink.BlinkSVGFEFloodElement.instance.y_Getter_(this); |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGFEFuncAElement') |
| @SupportedBrowser(SupportedBrowser.CHROME) |
| @SupportedBrowser(SupportedBrowser.FIREFOX) |
| @SupportedBrowser(SupportedBrowser.IE, '10') |
| @SupportedBrowser(SupportedBrowser.SAFARI) |
| @Unstable() |
| class FEFuncAElement extends _SVGComponentTransferFunctionElement { |
| // To suppress missing implicit constructor warnings. |
| factory FEFuncAElement._() { throw new UnsupportedError("Not supported"); } |
| |
| @DomName('SVGFEFuncAElement.SVGFEFuncAElement') |
| @DocsEditable() |
| factory FEFuncAElement() => _SvgElementFactoryProvider.createSvgElement_tag("feFuncA"); |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| FEFuncAElement.internal_() : super.internal_(); |
| |
| /** |
| * Constructor instantiated by the DOM when a custom element has been created. |
| * |
| * This can only be called by subclasses from their created constructor. |
| */ |
| FEFuncAElement.created() : super.created(); |
| |
| /// Checks if this type is supported on the current platform. |
| static bool get supported => true; |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGFEFuncBElement') |
| @SupportedBrowser(SupportedBrowser.CHROME) |
| @SupportedBrowser(SupportedBrowser.FIREFOX) |
| @SupportedBrowser(SupportedBrowser.IE, '10') |
| @SupportedBrowser(SupportedBrowser.SAFARI) |
| @Unstable() |
| class FEFuncBElement extends _SVGComponentTransferFunctionElement { |
| // To suppress missing implicit constructor warnings. |
| factory FEFuncBElement._() { throw new UnsupportedError("Not supported"); } |
| |
| @DomName('SVGFEFuncBElement.SVGFEFuncBElement') |
| @DocsEditable() |
| factory FEFuncBElement() => _SvgElementFactoryProvider.createSvgElement_tag("feFuncB"); |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| FEFuncBElement.internal_() : super.internal_(); |
| |
| /** |
| * Constructor instantiated by the DOM when a custom element has been created. |
| * |
| * This can only be called by subclasses from their created constructor. |
| */ |
| FEFuncBElement.created() : super.created(); |
| |
| /// Checks if this type is supported on the current platform. |
| static bool get supported => true; |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGFEFuncGElement') |
| @SupportedBrowser(SupportedBrowser.CHROME) |
| @SupportedBrowser(SupportedBrowser.FIREFOX) |
| @SupportedBrowser(SupportedBrowser.IE, '10') |
| @SupportedBrowser(SupportedBrowser.SAFARI) |
| @Unstable() |
| class FEFuncGElement extends _SVGComponentTransferFunctionElement { |
| // To suppress missing implicit constructor warnings. |
| factory FEFuncGElement._() { throw new UnsupportedError("Not supported"); } |
| |
| @DomName('SVGFEFuncGElement.SVGFEFuncGElement') |
| @DocsEditable() |
| factory FEFuncGElement() => _SvgElementFactoryProvider.createSvgElement_tag("feFuncG"); |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| FEFuncGElement.internal_() : super.internal_(); |
| |
| /** |
| * Constructor instantiated by the DOM when a custom element has been created. |
| * |
| * This can only be called by subclasses from their created constructor. |
| */ |
| FEFuncGElement.created() : super.created(); |
| |
| /// Checks if this type is supported on the current platform. |
| static bool get supported => true; |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGFEFuncRElement') |
| @SupportedBrowser(SupportedBrowser.CHROME) |
| @SupportedBrowser(SupportedBrowser.FIREFOX) |
| @SupportedBrowser(SupportedBrowser.IE, '10') |
| @SupportedBrowser(SupportedBrowser.SAFARI) |
| @Unstable() |
| class FEFuncRElement extends _SVGComponentTransferFunctionElement { |
| // To suppress missing implicit constructor warnings. |
| factory FEFuncRElement._() { throw new UnsupportedError("Not supported"); } |
| |
| @DomName('SVGFEFuncRElement.SVGFEFuncRElement') |
| @DocsEditable() |
| factory FEFuncRElement() => _SvgElementFactoryProvider.createSvgElement_tag("feFuncR"); |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| FEFuncRElement.internal_() : super.internal_(); |
| |
| /** |
| * Constructor instantiated by the DOM when a custom element has been created. |
| * |
| * This can only be called by subclasses from their created constructor. |
| */ |
| FEFuncRElement.created() : super.created(); |
| |
| /// Checks if this type is supported on the current platform. |
| static bool get supported => true; |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGFEGaussianBlurElement') |
| @SupportedBrowser(SupportedBrowser.CHROME) |
| @SupportedBrowser(SupportedBrowser.FIREFOX) |
| @SupportedBrowser(SupportedBrowser.IE, '10') |
| @SupportedBrowser(SupportedBrowser.SAFARI) |
| @Unstable() |
| class FEGaussianBlurElement extends SvgElement implements FilterPrimitiveStandardAttributes { |
| // To suppress missing implicit constructor warnings. |
| factory FEGaussianBlurElement._() { throw new UnsupportedError("Not supported"); } |
| |
| @DomName('SVGFEGaussianBlurElement.SVGFEGaussianBlurElement') |
| @DocsEditable() |
| factory FEGaussianBlurElement() => _SvgElementFactoryProvider.createSvgElement_tag("feGaussianBlur"); |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| FEGaussianBlurElement.internal_() : super.internal_(); |
| |
| /** |
| * Constructor instantiated by the DOM when a custom element has been created. |
| * |
| * This can only be called by subclasses from their created constructor. |
| */ |
| FEGaussianBlurElement.created() : super.created(); |
| |
| /// Checks if this type is supported on the current platform. |
| static bool get supported => true; |
| |
| @DomName('SVGFEGaussianBlurElement.in1') |
| @DocsEditable() |
| AnimatedString get in1 => _blink.BlinkSVGFEGaussianBlurElement.instance.in1_Getter_(this); |
| |
| @DomName('SVGFEGaussianBlurElement.stdDeviationX') |
| @DocsEditable() |
| AnimatedNumber get stdDeviationX => _blink.BlinkSVGFEGaussianBlurElement.instance.stdDeviationX_Getter_(this); |
| |
| @DomName('SVGFEGaussianBlurElement.stdDeviationY') |
| @DocsEditable() |
| AnimatedNumber get stdDeviationY => _blink.BlinkSVGFEGaussianBlurElement.instance.stdDeviationY_Getter_(this); |
| |
| @DomName('SVGFEGaussianBlurElement.setStdDeviation') |
| @DocsEditable() |
| void setStdDeviation(num stdDeviationX, num stdDeviationY) => _blink.BlinkSVGFEGaussianBlurElement.instance.setStdDeviation_Callback_2_(this, stdDeviationX, stdDeviationY); |
| |
| @DomName('SVGFEGaussianBlurElement.height') |
| @DocsEditable() |
| AnimatedLength get height => _blink.BlinkSVGFEGaussianBlurElement.instance.height_Getter_(this); |
| |
| @DomName('SVGFEGaussianBlurElement.result') |
| @DocsEditable() |
| AnimatedString get result => _blink.BlinkSVGFEGaussianBlurElement.instance.result_Getter_(this); |
| |
| @DomName('SVGFEGaussianBlurElement.width') |
| @DocsEditable() |
| AnimatedLength get width => _blink.BlinkSVGFEGaussianBlurElement.instance.width_Getter_(this); |
| |
| @DomName('SVGFEGaussianBlurElement.x') |
| @DocsEditable() |
| AnimatedLength get x => _blink.BlinkSVGFEGaussianBlurElement.instance.x_Getter_(this); |
| |
| @DomName('SVGFEGaussianBlurElement.y') |
| @DocsEditable() |
| AnimatedLength get y => _blink.BlinkSVGFEGaussianBlurElement.instance.y_Getter_(this); |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGFEImageElement') |
| @SupportedBrowser(SupportedBrowser.CHROME) |
| @SupportedBrowser(SupportedBrowser.FIREFOX) |
| @SupportedBrowser(SupportedBrowser.IE, '10') |
| @SupportedBrowser(SupportedBrowser.SAFARI) |
| @Unstable() |
| class FEImageElement extends SvgElement implements FilterPrimitiveStandardAttributes, UriReference { |
| // To suppress missing implicit constructor warnings. |
| factory FEImageElement._() { throw new UnsupportedError("Not supported"); } |
| |
| @DomName('SVGFEImageElement.SVGFEImageElement') |
| @DocsEditable() |
| factory FEImageElement() => _SvgElementFactoryProvider.createSvgElement_tag("feImage"); |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| FEImageElement.internal_() : super.internal_(); |
| |
| /** |
| * Constructor instantiated by the DOM when a custom element has been created. |
| * |
| * This can only be called by subclasses from their created constructor. |
| */ |
| FEImageElement.created() : super.created(); |
| |
| /// Checks if this type is supported on the current platform. |
| static bool get supported => true; |
| |
| @DomName('SVGFEImageElement.preserveAspectRatio') |
| @DocsEditable() |
| AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.BlinkSVGFEImageElement.instance.preserveAspectRatio_Getter_(this); |
| |
| @DomName('SVGFEImageElement.height') |
| @DocsEditable() |
| AnimatedLength get height => _blink.BlinkSVGFEImageElement.instance.height_Getter_(this); |
| |
| @DomName('SVGFEImageElement.result') |
| @DocsEditable() |
| AnimatedString get result => _blink.BlinkSVGFEImageElement.instance.result_Getter_(this); |
| |
| @DomName('SVGFEImageElement.width') |
| @DocsEditable() |
| AnimatedLength get width => _blink.BlinkSVGFEImageElement.instance.width_Getter_(this); |
| |
| @DomName('SVGFEImageElement.x') |
| @DocsEditable() |
| AnimatedLength get x => _blink.BlinkSVGFEImageElement.instance.x_Getter_(this); |
| |
| @DomName('SVGFEImageElement.y') |
| @DocsEditable() |
| AnimatedLength get y => _blink.BlinkSVGFEImageElement.instance.y_Getter_(this); |
| |
| @DomName('SVGFEImageElement.href') |
| @DocsEditable() |
| AnimatedString get href => _blink.BlinkSVGFEImageElement.instance.href_Getter_(this); |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGFEMergeElement') |
| @SupportedBrowser(SupportedBrowser.CHROME) |
| @SupportedBrowser(SupportedBrowser.FIREFOX) |
| @SupportedBrowser(SupportedBrowser.IE, '10') |
| @SupportedBrowser(SupportedBrowser.SAFARI) |
| @Unstable() |
| class FEMergeElement extends SvgElement implements FilterPrimitiveStandardAttributes { |
| // To suppress missing implicit constructor warnings. |
| factory FEMergeElement._() { throw new UnsupportedError("Not supported"); } |
| |
| @DomName('SVGFEMergeElement.SVGFEMergeElement') |
| @DocsEditable() |
| factory FEMergeElement() => _SvgElementFactoryProvider.createSvgElement_tag("feMerge"); |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| FEMergeElement.internal_() : super.internal_(); |
| |
| /** |
| * Constructor instantiated by the DOM when a custom element has been created. |
| * |
| * This can only be called by subclasses from their created constructor. |
| */ |
| FEMergeElement.created() : super.created(); |
| |
| /// Checks if this type is supported on the current platform. |
| static bool get supported => true; |
| |
| @DomName('SVGFEMergeElement.height') |
| @DocsEditable() |
| AnimatedLength get height => _blink.BlinkSVGFEMergeElement.instance.height_Getter_(this); |
| |
| @DomName('SVGFEMergeElement.result') |
| @DocsEditable() |
| AnimatedString get result => _blink.BlinkSVGFEMergeElement.instance.result_Getter_(this); |
| |
| @DomName('SVGFEMergeElement.width') |
| @DocsEditable() |
| AnimatedLength get width => _blink.BlinkSVGFEMergeElement.instance.width_Getter_(this); |
| |
| @DomName('SVGFEMergeElement.x') |
| @DocsEditable() |
| AnimatedLength get x => _blink.BlinkSVGFEMergeElement.instance.x_Getter_(this); |
| |
| @DomName('SVGFEMergeElement.y') |
| @DocsEditable() |
| AnimatedLength get y => _blink.BlinkSVGFEMergeElement.instance.y_Getter_(this); |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGFEMergeNodeElement') |
| @SupportedBrowser(SupportedBrowser.CHROME) |
| @SupportedBrowser(SupportedBrowser.FIREFOX) |
| @SupportedBrowser(SupportedBrowser.IE, '10') |
| @SupportedBrowser(SupportedBrowser.SAFARI) |
| @Unstable() |
| class FEMergeNodeElement extends SvgElement { |
| // To suppress missing implicit constructor warnings. |
| factory FEMergeNodeElement._() { throw new UnsupportedError("Not supported"); } |
| |
| @DomName('SVGFEMergeNodeElement.SVGFEMergeNodeElement') |
| @DocsEditable() |
| factory FEMergeNodeElement() => _SvgElementFactoryProvider.createSvgElement_tag("feMergeNode"); |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| FEMergeNodeElement.internal_() : super.internal_(); |
| |
| /** |
| * Constructor instantiated by the DOM when a custom element has been created. |
| * |
| * This can only be called by subclasses from their created constructor. |
| */ |
| FEMergeNodeElement.created() : super.created(); |
| |
| /// Checks if this type is supported on the current platform. |
| static bool get supported => true; |
| |
| @DomName('SVGFEMergeNodeElement.in1') |
| @DocsEditable() |
| AnimatedString get in1 => _blink.BlinkSVGFEMergeNodeElement.instance.in1_Getter_(this); |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGFEMorphologyElement') |
| @SupportedBrowser(SupportedBrowser.CHROME) |
| @SupportedBrowser(SupportedBrowser.FIREFOX) |
| @SupportedBrowser(SupportedBrowser.IE, '10') |
| @SupportedBrowser(SupportedBrowser.SAFARI) |
| @Unstable() |
| class FEMorphologyElement extends SvgElement implements FilterPrimitiveStandardAttributes { |
| // To suppress missing implicit constructor warnings. |
| factory FEMorphologyElement._() { throw new UnsupportedError("Not supported"); } |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| FEMorphologyElement.internal_() : super.internal_(); |
| |
| /** |
| * Constructor instantiated by the DOM when a custom element has been created. |
| * |
| * This can only be called by subclasses from their created constructor. |
| */ |
| FEMorphologyElement.created() : super.created(); |
| |
| @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_DILATE') |
| @DocsEditable() |
| static const int SVG_MORPHOLOGY_OPERATOR_DILATE = 2; |
| |
| @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_ERODE') |
| @DocsEditable() |
| static const int SVG_MORPHOLOGY_OPERATOR_ERODE = 1; |
| |
| @DomName('SVGFEMorphologyElement.SVG_MORPHOLOGY_OPERATOR_UNKNOWN') |
| @DocsEditable() |
| static const int SVG_MORPHOLOGY_OPERATOR_UNKNOWN = 0; |
| |
| @DomName('SVGFEMorphologyElement.in1') |
| @DocsEditable() |
| AnimatedString get in1 => _blink.BlinkSVGFEMorphologyElement.instance.in1_Getter_(this); |
| |
| @DomName('SVGFEMorphologyElement.operator') |
| @DocsEditable() |
| AnimatedEnumeration get operator => _blink.BlinkSVGFEMorphologyElement.instance.operator_Getter_(this); |
| |
| @DomName('SVGFEMorphologyElement.radiusX') |
| @DocsEditable() |
| AnimatedNumber get radiusX => _blink.BlinkSVGFEMorphologyElement.instance.radiusX_Getter_(this); |
| |
| @DomName('SVGFEMorphologyElement.radiusY') |
| @DocsEditable() |
| AnimatedNumber get radiusY => _blink.BlinkSVGFEMorphologyElement.instance.radiusY_Getter_(this); |
| |
| @DomName('SVGFEMorphologyElement.height') |
| @DocsEditable() |
| AnimatedLength get height => _blink.BlinkSVGFEMorphologyElement.instance.height_Getter_(this); |
| |
| @DomName('SVGFEMorphologyElement.result') |
| @DocsEditable() |
| AnimatedString get result => _blink.BlinkSVGFEMorphologyElement.instance.result_Getter_(this); |
| |
| @DomName('SVGFEMorphologyElement.width') |
| @DocsEditable() |
| AnimatedLength get width => _blink.BlinkSVGFEMorphologyElement.instance.width_Getter_(this); |
| |
| @DomName('SVGFEMorphologyElement.x') |
| @DocsEditable() |
| AnimatedLength get x => _blink.BlinkSVGFEMorphologyElement.instance.x_Getter_(this); |
| |
| @DomName('SVGFEMorphologyElement.y') |
| @DocsEditable() |
| AnimatedLength get y => _blink.BlinkSVGFEMorphologyElement.instance.y_Getter_(this); |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGFEOffsetElement') |
| @SupportedBrowser(SupportedBrowser.CHROME) |
| @SupportedBrowser(SupportedBrowser.FIREFOX) |
| @SupportedBrowser(SupportedBrowser.IE, '10') |
| @SupportedBrowser(SupportedBrowser.SAFARI) |
| @Unstable() |
| class FEOffsetElement extends SvgElement implements FilterPrimitiveStandardAttributes { |
| // To suppress missing implicit constructor warnings. |
| factory FEOffsetElement._() { throw new UnsupportedError("Not supported"); } |
| |
| @DomName('SVGFEOffsetElement.SVGFEOffsetElement') |
| @DocsEditable() |
| factory FEOffsetElement() => _SvgElementFactoryProvider.createSvgElement_tag("feOffset"); |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| FEOffsetElement.internal_() : super.internal_(); |
| |
| /** |
| * Constructor instantiated by the DOM when a custom element has been created. |
| * |
| * This can only be called by subclasses from their created constructor. |
| */ |
| FEOffsetElement.created() : super.created(); |
| |
| /// Checks if this type is supported on the current platform. |
| static bool get supported => true; |
| |
| @DomName('SVGFEOffsetElement.dx') |
| @DocsEditable() |
| AnimatedNumber get dx => _blink.BlinkSVGFEOffsetElement.instance.dx_Getter_(this); |
| |
| @DomName('SVGFEOffsetElement.dy') |
| @DocsEditable() |
| AnimatedNumber get dy => _blink.BlinkSVGFEOffsetElement.instance.dy_Getter_(this); |
| |
| @DomName('SVGFEOffsetElement.in1') |
| @DocsEditable() |
| AnimatedString get in1 => _blink.BlinkSVGFEOffsetElement.instance.in1_Getter_(this); |
| |
| @DomName('SVGFEOffsetElement.height') |
| @DocsEditable() |
| AnimatedLength get height => _blink.BlinkSVGFEOffsetElement.instance.height_Getter_(this); |
| |
| @DomName('SVGFEOffsetElement.result') |
| @DocsEditable() |
| AnimatedString get result => _blink.BlinkSVGFEOffsetElement.instance.result_Getter_(this); |
| |
| @DomName('SVGFEOffsetElement.width') |
| @DocsEditable() |
| AnimatedLength get width => _blink.BlinkSVGFEOffsetElement.instance.width_Getter_(this); |
| |
| @DomName('SVGFEOffsetElement.x') |
| @DocsEditable() |
| AnimatedLength get x => _blink.BlinkSVGFEOffsetElement.instance.x_Getter_(this); |
| |
| @DomName('SVGFEOffsetElement.y') |
| @DocsEditable() |
| AnimatedLength get y => _blink.BlinkSVGFEOffsetElement.instance.y_Getter_(this); |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGFEPointLightElement') |
| @SupportedBrowser(SupportedBrowser.CHROME) |
| @SupportedBrowser(SupportedBrowser.FIREFOX) |
| @SupportedBrowser(SupportedBrowser.IE, '10') |
| @SupportedBrowser(SupportedBrowser.SAFARI) |
| @Unstable() |
| class FEPointLightElement extends SvgElement { |
| // To suppress missing implicit constructor warnings. |
| factory FEPointLightElement._() { throw new UnsupportedError("Not supported"); } |
| |
| @DomName('SVGFEPointLightElement.SVGFEPointLightElement') |
| @DocsEditable() |
| factory FEPointLightElement() => _SvgElementFactoryProvider.createSvgElement_tag("fePointLight"); |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| FEPointLightElement.internal_() : super.internal_(); |
| |
| /** |
| * Constructor instantiated by the DOM when a custom element has been created. |
| * |
| * This can only be called by subclasses from their created constructor. |
| */ |
| FEPointLightElement.created() : super.created(); |
| |
| /// Checks if this type is supported on the current platform. |
| static bool get supported => true; |
| |
| @DomName('SVGFEPointLightElement.x') |
| @DocsEditable() |
| AnimatedNumber get x => _blink.BlinkSVGFEPointLightElement.instance.x_Getter_(this); |
| |
| @DomName('SVGFEPointLightElement.y') |
| @DocsEditable() |
| AnimatedNumber get y => _blink.BlinkSVGFEPointLightElement.instance.y_Getter_(this); |
| |
| @DomName('SVGFEPointLightElement.z') |
| @DocsEditable() |
| AnimatedNumber get z => _blink.BlinkSVGFEPointLightElement.instance.z_Getter_(this); |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGFESpecularLightingElement') |
| @SupportedBrowser(SupportedBrowser.CHROME) |
| @SupportedBrowser(SupportedBrowser.FIREFOX) |
| @SupportedBrowser(SupportedBrowser.IE, '10') |
| @SupportedBrowser(SupportedBrowser.SAFARI) |
| @Unstable() |
| class FESpecularLightingElement extends SvgElement implements FilterPrimitiveStandardAttributes { |
| // To suppress missing implicit constructor warnings. |
| factory FESpecularLightingElement._() { throw new UnsupportedError("Not supported"); } |
| |
| @DomName('SVGFESpecularLightingElement.SVGFESpecularLightingElement') |
| @DocsEditable() |
| factory FESpecularLightingElement() => _SvgElementFactoryProvider.createSvgElement_tag("feSpecularLighting"); |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| FESpecularLightingElement.internal_() : super.internal_(); |
| |
| /** |
| * Constructor instantiated by the DOM when a custom element has been created. |
| * |
| * This can only be called by subclasses from their created constructor. |
| */ |
| FESpecularLightingElement.created() : super.created(); |
| |
| /// Checks if this type is supported on the current platform. |
| static bool get supported => true; |
| |
| @DomName('SVGFESpecularLightingElement.in1') |
| @DocsEditable() |
| AnimatedString get in1 => _blink.BlinkSVGFESpecularLightingElement.instance.in1_Getter_(this); |
| |
| @DomName('SVGFESpecularLightingElement.kernelUnitLengthX') |
| @DocsEditable() |
| @Experimental() // untriaged |
| AnimatedNumber get kernelUnitLengthX => _blink.BlinkSVGFESpecularLightingElement.instance.kernelUnitLengthX_Getter_(this); |
| |
| @DomName('SVGFESpecularLightingElement.kernelUnitLengthY') |
| @DocsEditable() |
| @Experimental() // untriaged |
| AnimatedNumber get kernelUnitLengthY => _blink.BlinkSVGFESpecularLightingElement.instance.kernelUnitLengthY_Getter_(this); |
| |
| @DomName('SVGFESpecularLightingElement.specularConstant') |
| @DocsEditable() |
| AnimatedNumber get specularConstant => _blink.BlinkSVGFESpecularLightingElement.instance.specularConstant_Getter_(this); |
| |
| @DomName('SVGFESpecularLightingElement.specularExponent') |
| @DocsEditable() |
| AnimatedNumber get specularExponent => _blink.BlinkSVGFESpecularLightingElement.instance.specularExponent_Getter_(this); |
| |
| @DomName('SVGFESpecularLightingElement.surfaceScale') |
| @DocsEditable() |
| AnimatedNumber get surfaceScale => _blink.BlinkSVGFESpecularLightingElement.instance.surfaceScale_Getter_(this); |
| |
| @DomName('SVGFESpecularLightingElement.height') |
| @DocsEditable() |
| AnimatedLength get height => _blink.BlinkSVGFESpecularLightingElement.instance.height_Getter_(this); |
| |
| @DomName('SVGFESpecularLightingElement.result') |
| @DocsEditable() |
| AnimatedString get result => _blink.BlinkSVGFESpecularLightingElement.instance.result_Getter_(this); |
| |
| @DomName('SVGFESpecularLightingElement.width') |
| @DocsEditable() |
| AnimatedLength get width => _blink.BlinkSVGFESpecularLightingElement.instance.width_Getter_(this); |
| |
| @DomName('SVGFESpecularLightingElement.x') |
| @DocsEditable() |
| AnimatedLength get x => _blink.BlinkSVGFESpecularLightingElement.instance.x_Getter_(this); |
| |
| @DomName('SVGFESpecularLightingElement.y') |
| @DocsEditable() |
| AnimatedLength get y => _blink.BlinkSVGFESpecularLightingElement.instance.y_Getter_(this); |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGFESpotLightElement') |
| @SupportedBrowser(SupportedBrowser.CHROME) |
| @SupportedBrowser(SupportedBrowser.FIREFOX) |
| @SupportedBrowser(SupportedBrowser.IE, '10') |
| @SupportedBrowser(SupportedBrowser.SAFARI) |
| @Unstable() |
| class FESpotLightElement extends SvgElement { |
| // To suppress missing implicit constructor warnings. |
| factory FESpotLightElement._() { throw new UnsupportedError("Not supported"); } |
| |
| @DomName('SVGFESpotLightElement.SVGFESpotLightElement') |
| @DocsEditable() |
| factory FESpotLightElement() => _SvgElementFactoryProvider.createSvgElement_tag("feSpotLight"); |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| FESpotLightElement.internal_() : super.internal_(); |
| |
| /** |
| * Constructor instantiated by the DOM when a custom element has been created. |
| * |
| * This can only be called by subclasses from their created constructor. |
| */ |
| FESpotLightElement.created() : super.created(); |
| |
| /// Checks if this type is supported on the current platform. |
| static bool get supported => true; |
| |
| @DomName('SVGFESpotLightElement.limitingConeAngle') |
| @DocsEditable() |
| AnimatedNumber get limitingConeAngle => _blink.BlinkSVGFESpotLightElement.instance.limitingConeAngle_Getter_(this); |
| |
| @DomName('SVGFESpotLightElement.pointsAtX') |
| @DocsEditable() |
| AnimatedNumber get pointsAtX => _blink.BlinkSVGFESpotLightElement.instance.pointsAtX_Getter_(this); |
| |
| @DomName('SVGFESpotLightElement.pointsAtY') |
| @DocsEditable() |
| AnimatedNumber get pointsAtY => _blink.BlinkSVGFESpotLightElement.instance.pointsAtY_Getter_(this); |
| |
| @DomName('SVGFESpotLightElement.pointsAtZ') |
| @DocsEditable() |
| AnimatedNumber get pointsAtZ => _blink.BlinkSVGFESpotLightElement.instance.pointsAtZ_Getter_(this); |
| |
| @DomName('SVGFESpotLightElement.specularExponent') |
| @DocsEditable() |
| AnimatedNumber get specularExponent => _blink.BlinkSVGFESpotLightElement.instance.specularExponent_Getter_(this); |
| |
| @DomName('SVGFESpotLightElement.x') |
| @DocsEditable() |
| AnimatedNumber get x => _blink.BlinkSVGFESpotLightElement.instance.x_Getter_(this); |
| |
| @DomName('SVGFESpotLightElement.y') |
| @DocsEditable() |
| AnimatedNumber get y => _blink.BlinkSVGFESpotLightElement.instance.y_Getter_(this); |
| |
| @DomName('SVGFESpotLightElement.z') |
| @DocsEditable() |
| AnimatedNumber get z => _blink.BlinkSVGFESpotLightElement.instance.z_Getter_(this); |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGFETileElement') |
| @SupportedBrowser(SupportedBrowser.CHROME) |
| @SupportedBrowser(SupportedBrowser.FIREFOX) |
| @SupportedBrowser(SupportedBrowser.IE, '10') |
| @SupportedBrowser(SupportedBrowser.SAFARI) |
| @Unstable() |
| class FETileElement extends SvgElement implements FilterPrimitiveStandardAttributes { |
| // To suppress missing implicit constructor warnings. |
| factory FETileElement._() { throw new UnsupportedError("Not supported"); } |
| |
| @DomName('SVGFETileElement.SVGFETileElement') |
| @DocsEditable() |
| factory FETileElement() => _SvgElementFactoryProvider.createSvgElement_tag("feTile"); |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| FETileElement.internal_() : super.internal_(); |
| |
| /** |
| * Constructor instantiated by the DOM when a custom element has been created. |
| * |
| * This can only be called by subclasses from their created constructor. |
| */ |
| FETileElement.created() : super.created(); |
| |
| /// Checks if this type is supported on the current platform. |
| static bool get supported => true; |
| |
| @DomName('SVGFETileElement.in1') |
| @DocsEditable() |
| AnimatedString get in1 => _blink.BlinkSVGFETileElement.instance.in1_Getter_(this); |
| |
| @DomName('SVGFETileElement.height') |
| @DocsEditable() |
| AnimatedLength get height => _blink.BlinkSVGFETileElement.instance.height_Getter_(this); |
| |
| @DomName('SVGFETileElement.result') |
| @DocsEditable() |
| AnimatedString get result => _blink.BlinkSVGFETileElement.instance.result_Getter_(this); |
| |
| @DomName('SVGFETileElement.width') |
| @DocsEditable() |
| AnimatedLength get width => _blink.BlinkSVGFETileElement.instance.width_Getter_(this); |
| |
| @DomName('SVGFETileElement.x') |
| @DocsEditable() |
| AnimatedLength get x => _blink.BlinkSVGFETileElement.instance.x_Getter_(this); |
| |
| @DomName('SVGFETileElement.y') |
| @DocsEditable() |
| AnimatedLength get y => _blink.BlinkSVGFETileElement.instance.y_Getter_(this); |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGFETurbulenceElement') |
| @SupportedBrowser(SupportedBrowser.CHROME) |
| @SupportedBrowser(SupportedBrowser.FIREFOX) |
| @SupportedBrowser(SupportedBrowser.IE, '10') |
| @SupportedBrowser(SupportedBrowser.SAFARI) |
| @Unstable() |
| class FETurbulenceElement extends SvgElement implements FilterPrimitiveStandardAttributes { |
| // To suppress missing implicit constructor warnings. |
| factory FETurbulenceElement._() { throw new UnsupportedError("Not supported"); } |
| |
| @DomName('SVGFETurbulenceElement.SVGFETurbulenceElement') |
| @DocsEditable() |
| factory FETurbulenceElement() => _SvgElementFactoryProvider.createSvgElement_tag("feTurbulence"); |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| FETurbulenceElement.internal_() : super.internal_(); |
| |
| /** |
| * Constructor instantiated by the DOM when a custom element has been created. |
| * |
| * This can only be called by subclasses from their created constructor. |
| */ |
| FETurbulenceElement.created() : super.created(); |
| |
| /// Checks if this type is supported on the current platform. |
| static bool get supported => true; |
| |
| @DomName('SVGFETurbulenceElement.SVG_STITCHTYPE_NOSTITCH') |
| @DocsEditable() |
| static const int SVG_STITCHTYPE_NOSTITCH = 2; |
| |
| @DomName('SVGFETurbulenceElement.SVG_STITCHTYPE_STITCH') |
| @DocsEditable() |
| static const int SVG_STITCHTYPE_STITCH = 1; |
| |
| @DomName('SVGFETurbulenceElement.SVG_STITCHTYPE_UNKNOWN') |
| @DocsEditable() |
| static const int SVG_STITCHTYPE_UNKNOWN = 0; |
| |
| @DomName('SVGFETurbulenceElement.SVG_TURBULENCE_TYPE_FRACTALNOISE') |
| @DocsEditable() |
| static const int SVG_TURBULENCE_TYPE_FRACTALNOISE = 1; |
| |
| @DomName('SVGFETurbulenceElement.SVG_TURBULENCE_TYPE_TURBULENCE') |
| @DocsEditable() |
| static const int SVG_TURBULENCE_TYPE_TURBULENCE = 2; |
| |
| @DomName('SVGFETurbulenceElement.SVG_TURBULENCE_TYPE_UNKNOWN') |
| @DocsEditable() |
| static const int SVG_TURBULENCE_TYPE_UNKNOWN = 0; |
| |
| @DomName('SVGFETurbulenceElement.baseFrequencyX') |
| @DocsEditable() |
| AnimatedNumber get baseFrequencyX => _blink.BlinkSVGFETurbulenceElement.instance.baseFrequencyX_Getter_(this); |
| |
| @DomName('SVGFETurbulenceElement.baseFrequencyY') |
| @DocsEditable() |
| AnimatedNumber get baseFrequencyY => _blink.BlinkSVGFETurbulenceElement.instance.baseFrequencyY_Getter_(this); |
| |
| @DomName('SVGFETurbulenceElement.numOctaves') |
| @DocsEditable() |
| AnimatedInteger get numOctaves => _blink.BlinkSVGFETurbulenceElement.instance.numOctaves_Getter_(this); |
| |
| @DomName('SVGFETurbulenceElement.seed') |
| @DocsEditable() |
| AnimatedNumber get seed => _blink.BlinkSVGFETurbulenceElement.instance.seed_Getter_(this); |
| |
| @DomName('SVGFETurbulenceElement.stitchTiles') |
| @DocsEditable() |
| AnimatedEnumeration get stitchTiles => _blink.BlinkSVGFETurbulenceElement.instance.stitchTiles_Getter_(this); |
| |
| @DomName('SVGFETurbulenceElement.type') |
| @DocsEditable() |
| AnimatedEnumeration get type => _blink.BlinkSVGFETurbulenceElement.instance.type_Getter_(this); |
| |
| @DomName('SVGFETurbulenceElement.height') |
| @DocsEditable() |
| AnimatedLength get height => _blink.BlinkSVGFETurbulenceElement.instance.height_Getter_(this); |
| |
| @DomName('SVGFETurbulenceElement.result') |
| @DocsEditable() |
| AnimatedString get result => _blink.BlinkSVGFETurbulenceElement.instance.result_Getter_(this); |
| |
| @DomName('SVGFETurbulenceElement.width') |
| @DocsEditable() |
| AnimatedLength get width => _blink.BlinkSVGFETurbulenceElement.instance.width_Getter_(this); |
| |
| @DomName('SVGFETurbulenceElement.x') |
| @DocsEditable() |
| AnimatedLength get x => _blink.BlinkSVGFETurbulenceElement.instance.x_Getter_(this); |
| |
| @DomName('SVGFETurbulenceElement.y') |
| @DocsEditable() |
| AnimatedLength get y => _blink.BlinkSVGFETurbulenceElement.instance.y_Getter_(this); |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGFilterElement') |
| @SupportedBrowser(SupportedBrowser.CHROME) |
| @SupportedBrowser(SupportedBrowser.FIREFOX) |
| @SupportedBrowser(SupportedBrowser.IE, '10') |
| @SupportedBrowser(SupportedBrowser.SAFARI) |
| @Unstable() |
| class FilterElement extends SvgElement implements UriReference { |
| // To suppress missing implicit constructor warnings. |
| factory FilterElement._() { throw new UnsupportedError("Not supported"); } |
| |
| @DomName('SVGFilterElement.SVGFilterElement') |
| @DocsEditable() |
| factory FilterElement() => _SvgElementFactoryProvider.createSvgElement_tag("filter"); |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| FilterElement.internal_() : super.internal_(); |
| |
| /** |
| * Constructor instantiated by the DOM when a custom element has been created. |
| * |
| * This can only be called by subclasses from their created constructor. |
| */ |
| FilterElement.created() : super.created(); |
| |
| /// Checks if this type is supported on the current platform. |
| static bool get supported => true; |
| |
| @DomName('SVGFilterElement.filterUnits') |
| @DocsEditable() |
| AnimatedEnumeration get filterUnits => _blink.BlinkSVGFilterElement.instance.filterUnits_Getter_(this); |
| |
| @DomName('SVGFilterElement.height') |
| @DocsEditable() |
| AnimatedLength get height => _blink.BlinkSVGFilterElement.instance.height_Getter_(this); |
| |
| @DomName('SVGFilterElement.primitiveUnits') |
| @DocsEditable() |
| AnimatedEnumeration get primitiveUnits => _blink.BlinkSVGFilterElement.instance.primitiveUnits_Getter_(this); |
| |
| @DomName('SVGFilterElement.width') |
| @DocsEditable() |
| AnimatedLength get width => _blink.BlinkSVGFilterElement.instance.width_Getter_(this); |
| |
| @DomName('SVGFilterElement.x') |
| @DocsEditable() |
| AnimatedLength get x => _blink.BlinkSVGFilterElement.instance.x_Getter_(this); |
| |
| @DomName('SVGFilterElement.y') |
| @DocsEditable() |
| AnimatedLength get y => _blink.BlinkSVGFilterElement.instance.y_Getter_(this); |
| |
| @DomName('SVGFilterElement.href') |
| @DocsEditable() |
| AnimatedString get href => _blink.BlinkSVGFilterElement.instance.href_Getter_(this); |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGFilterPrimitiveStandardAttributes') |
| @Unstable() |
| abstract class FilterPrimitiveStandardAttributes extends DartHtmlDomObject { |
| // To suppress missing implicit constructor warnings. |
| factory FilterPrimitiveStandardAttributes._() { throw new UnsupportedError("Not supported"); } |
| |
| @DomName('SVGFilterPrimitiveStandardAttributes.height') |
| @DocsEditable() |
| AnimatedLength get height; |
| |
| @DomName('SVGFilterPrimitiveStandardAttributes.result') |
| @DocsEditable() |
| AnimatedString get result; |
| |
| @DomName('SVGFilterPrimitiveStandardAttributes.width') |
| @DocsEditable() |
| AnimatedLength get width; |
| |
| @DomName('SVGFilterPrimitiveStandardAttributes.x') |
| @DocsEditable() |
| AnimatedLength get x; |
| |
| @DomName('SVGFilterPrimitiveStandardAttributes.y') |
| @DocsEditable() |
| AnimatedLength get y; |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGFitToViewBox') |
| @Unstable() |
| abstract class FitToViewBox extends DartHtmlDomObject { |
| // To suppress missing implicit constructor warnings. |
| factory FitToViewBox._() { throw new UnsupportedError("Not supported"); } |
| |
| @DomName('SVGFitToViewBox.preserveAspectRatio') |
| @DocsEditable() |
| AnimatedPreserveAspectRatio get preserveAspectRatio; |
| |
| @DomName('SVGFitToViewBox.viewBox') |
| @DocsEditable() |
| AnimatedRect get viewBox; |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGForeignObjectElement') |
| @SupportedBrowser(SupportedBrowser.CHROME) |
| @SupportedBrowser(SupportedBrowser.FIREFOX) |
| @SupportedBrowser(SupportedBrowser.SAFARI) |
| @Unstable() |
| class ForeignObjectElement extends GraphicsElement { |
| // To suppress missing implicit constructor warnings. |
| factory ForeignObjectElement._() { throw new UnsupportedError("Not supported"); } |
| |
| @DomName('SVGForeignObjectElement.SVGForeignObjectElement') |
| @DocsEditable() |
| factory ForeignObjectElement() => _SvgElementFactoryProvider.createSvgElement_tag("foreignObject"); |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| ForeignObjectElement.internal_() : super.internal_(); |
| |
| /** |
| * Constructor instantiated by the DOM when a custom element has been created. |
| * |
| * This can only be called by subclasses from their created constructor. |
| */ |
| ForeignObjectElement.created() : super.created(); |
| |
| /// Checks if this type is supported on the current platform. |
| static bool get supported => true; |
| |
| @DomName('SVGForeignObjectElement.height') |
| @DocsEditable() |
| AnimatedLength get height => _blink.BlinkSVGForeignObjectElement.instance.height_Getter_(this); |
| |
| @DomName('SVGForeignObjectElement.width') |
| @DocsEditable() |
| AnimatedLength get width => _blink.BlinkSVGForeignObjectElement.instance.width_Getter_(this); |
| |
| @DomName('SVGForeignObjectElement.x') |
| @DocsEditable() |
| AnimatedLength get x => _blink.BlinkSVGForeignObjectElement.instance.x_Getter_(this); |
| |
| @DomName('SVGForeignObjectElement.y') |
| @DocsEditable() |
| AnimatedLength get y => _blink.BlinkSVGForeignObjectElement.instance.y_Getter_(this); |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGGElement') |
| @Unstable() |
| class GElement extends GraphicsElement { |
| // To suppress missing implicit constructor warnings. |
| factory GElement._() { throw new UnsupportedError("Not supported"); } |
| |
| @DomName('SVGGElement.SVGGElement') |
| @DocsEditable() |
| factory GElement() => _SvgElementFactoryProvider.createSvgElement_tag("g"); |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| GElement.internal_() : super.internal_(); |
| |
| /** |
| * Constructor instantiated by the DOM when a custom element has been created. |
| * |
| * This can only be called by subclasses from their created constructor. |
| */ |
| GElement.created() : super.created(); |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGGeometryElement') |
| @Experimental() // untriaged |
| class GeometryElement extends GraphicsElement { |
| // To suppress missing implicit constructor warnings. |
| factory GeometryElement._() { throw new UnsupportedError("Not supported"); } |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| GeometryElement.internal_() : super.internal_(); |
| |
| /** |
| * Constructor instantiated by the DOM when a custom element has been created. |
| * |
| * This can only be called by subclasses from their created constructor. |
| */ |
| GeometryElement.created() : super.created(); |
| |
| @DomName('SVGGeometryElement.isPointInFill') |
| @DocsEditable() |
| @Experimental() // untriaged |
| bool isPointInFill(Point point) => _blink.BlinkSVGGeometryElement.instance.isPointInFill_Callback_1_(this, point); |
| |
| @DomName('SVGGeometryElement.isPointInStroke') |
| @DocsEditable() |
| @Experimental() // untriaged |
| bool isPointInStroke(Point point) => _blink.BlinkSVGGeometryElement.instance.isPointInStroke_Callback_1_(this, point); |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
| |
| @DocsEditable() |
| @DomName('SVGGraphicsElement') |
| @Experimental() // untriaged |
| class GraphicsElement extends SvgElement implements Tests { |
| // To suppress missing implicit constructor warnings. |
| factory GraphicsElement._() { throw new UnsupportedError("Not supported"); } |
| |
| |
| @Deprecated("Internal Use Only") |
| external static Type get instanceRuntimeType; |
| |
| @Deprecated("Internal Use Only") |
| GraphicsElement.internal_() : super.internal_(); |
| |
| /** |
| * Constructor instantiated by the DOM when a custom element has been created. |
| * |
| * This can only be called by subclasses from their created constructor. |
| */ |
| GraphicsElement.created() : super.created(); |
| |
| @DomName('SVGGraphicsElement.farthestViewportElement') |
| @DocsEditable() |
| @Experimental() // untriaged |
| SvgElement get farthestViewportElement => _blink.BlinkSVGGraphicsElement.instance.farthestViewportElement_Getter_(this); |
| |
| @DomName('SVGGraphicsElement.nearestViewportElement') |
| @DocsEditable() |
| @Experimental() // untriaged |
| SvgElement get nearestViewportElement => _blink.BlinkSVGGraphicsElement.instance.nearestViewportElement_Getter_(this); |
| |
| @DomName('SVGGraphicsElement.transform') |
| @DocsEditable() |
| @Experimental() // untriaged |
| AnimatedTransformList get transform => _blink.BlinkSVGGraphicsElement.instance.transform_Getter_(this); |
| |
| @DomName('SVGGraphicsElement.getBBox') |
| @DocsEditable() |
| @Experimental() // untriaged |
| Rect getBBox() => _blink.BlinkSVGGraphicsElement.instance.getBBox_Callback_0_(this); |
| |
| @DomName('SVGGraphicsElement.getCTM') |
| @DocsEditable() |
| @Experimental() // untriaged |
| Matrix getCtm() => _blink.BlinkSVGGraphicsElement.instance.getCTM_Callback_0_(this); |
| |
| @DomName('SVGGraphicsElement.getScreenCTM') |
| @DocsEditable() |
| @Experimental() // untriaged |
| Matrix getScreenCtm() => _blink.BlinkSVGGraphicsElement.instance.getScreenCTM_Callback_0_(this); |
| |
| @DomName('SVGGraphicsElement.getTransformToElement') |
| @DocsEditable() |
| @Experimental() // untriaged |
| Matrix getTransformToElement(SvgElement element) => _blink.BlinkSVGGraphicsElement.instance.getTransformToElement_Callback_1_(this, element); |
| |
| @DomName('SVGGraphicsElement.requiredExtensions') |
| @DocsEditable() |
| @Experimental() // untriaged |
| StringList get requiredExtensions => _blink.BlinkSVGGraphicsElement.instance.requiredExtensions_Getter_(this); |
| |
| @DomName('SVGGraphicsElement.requiredFeatures') |
| @DocsEditable() |
| @Experimental() // untriaged |
| StringList get requiredFeatures => _blink.BlinkSVGGraphicsElement.instance.requiredFeatures_Getter_(this); |
| |
| @DomName('SVGGraphicsElement.systemLanguage') |
| @DocsEditable() |
| @Experimental() // untriaged |
| StringList get systemLanguage => _blink.BlinkSVGGraphicsElement.instance.systemLanguage_Getter_(this); |
| |
| @DomName('SVGGraphicsElement.hasExtension') |
| @DocsEditable() |
| @Experimental() // untriaged |
| bool hasExtension(String extension) => _blink.BlinkSVGGraphicsElement.instance.hasExtension_Callback_1_(this, extension); |
| |
| } |
| // Copyright (c) 2012, 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. |
| |
|