| OLD | NEW |
| 1 | 1 |
| 2 class SVGMarkerElementJs extends SVGElementJs implements SVGMarkerElement native
"*SVGMarkerElement" { | 2 class _SVGMarkerElementJs extends _SVGElementJs implements SVGMarkerElement nati
ve "*SVGMarkerElement" { |
| 3 | 3 |
| 4 static final int SVG_MARKERUNITS_STROKEWIDTH = 2; | 4 static final int SVG_MARKERUNITS_STROKEWIDTH = 2; |
| 5 | 5 |
| 6 static final int SVG_MARKERUNITS_UNKNOWN = 0; | 6 static final int SVG_MARKERUNITS_UNKNOWN = 0; |
| 7 | 7 |
| 8 static final int SVG_MARKERUNITS_USERSPACEONUSE = 1; | 8 static final int SVG_MARKERUNITS_USERSPACEONUSE = 1; |
| 9 | 9 |
| 10 static final int SVG_MARKER_ORIENT_ANGLE = 2; | 10 static final int SVG_MARKER_ORIENT_ANGLE = 2; |
| 11 | 11 |
| 12 static final int SVG_MARKER_ORIENT_AUTO = 1; | 12 static final int SVG_MARKER_ORIENT_AUTO = 1; |
| 13 | 13 |
| 14 static final int SVG_MARKER_ORIENT_UNKNOWN = 0; | 14 static final int SVG_MARKER_ORIENT_UNKNOWN = 0; |
| 15 | 15 |
| 16 SVGAnimatedLengthJs get markerHeight() native "return this.markerHeight;"; | 16 _SVGAnimatedLengthJs get markerHeight() native "return this.markerHeight;"; |
| 17 | 17 |
| 18 SVGAnimatedEnumerationJs get markerUnits() native "return this.markerUnits;"; | 18 _SVGAnimatedEnumerationJs get markerUnits() native "return this.markerUnits;"; |
| 19 | 19 |
| 20 SVGAnimatedLengthJs get markerWidth() native "return this.markerWidth;"; | 20 _SVGAnimatedLengthJs get markerWidth() native "return this.markerWidth;"; |
| 21 | 21 |
| 22 SVGAnimatedAngleJs get orientAngle() native "return this.orientAngle;"; | 22 _SVGAnimatedAngleJs get orientAngle() native "return this.orientAngle;"; |
| 23 | 23 |
| 24 SVGAnimatedEnumerationJs get orientType() native "return this.orientType;"; | 24 _SVGAnimatedEnumerationJs get orientType() native "return this.orientType;"; |
| 25 | 25 |
| 26 SVGAnimatedLengthJs get refX() native "return this.refX;"; | 26 _SVGAnimatedLengthJs get refX() native "return this.refX;"; |
| 27 | 27 |
| 28 SVGAnimatedLengthJs get refY() native "return this.refY;"; | 28 _SVGAnimatedLengthJs get refY() native "return this.refY;"; |
| 29 | 29 |
| 30 void setOrientToAngle(SVGAngleJs angle) native; | 30 void setOrientToAngle(_SVGAngleJs angle) native; |
| 31 | 31 |
| 32 void setOrientToAuto() native; | 32 void setOrientToAuto() native; |
| 33 | 33 |
| 34 // From SVGLangSpace | 34 // From SVGLangSpace |
| 35 | 35 |
| 36 String get xmllang() native "return this.xmllang;"; | 36 String get xmllang() native "return this.xmllang;"; |
| 37 | 37 |
| 38 void set xmllang(String value) native "this.xmllang = value;"; | 38 void set xmllang(String value) native "this.xmllang = value;"; |
| 39 | 39 |
| 40 String get xmlspace() native "return this.xmlspace;"; | 40 String get xmlspace() native "return this.xmlspace;"; |
| 41 | 41 |
| 42 void set xmlspace(String value) native "this.xmlspace = value;"; | 42 void set xmlspace(String value) native "this.xmlspace = value;"; |
| 43 | 43 |
| 44 // From SVGExternalResourcesRequired | 44 // From SVGExternalResourcesRequired |
| 45 | 45 |
| 46 SVGAnimatedBooleanJs get externalResourcesRequired() native "return this.exter
nalResourcesRequired;"; | 46 _SVGAnimatedBooleanJs get externalResourcesRequired() native "return this.exte
rnalResourcesRequired;"; |
| 47 | 47 |
| 48 // From SVGStylable | 48 // From SVGStylable |
| 49 | 49 |
| 50 SVGAnimatedStringJs get className() native "return this.className;"; | 50 _SVGAnimatedStringJs get className() native "return this.className;"; |
| 51 | 51 |
| 52 CSSStyleDeclarationJs get style() native "return this.style;"; | 52 _CSSStyleDeclarationJs get style() native "return this.style;"; |
| 53 | 53 |
| 54 CSSValueJs getPresentationAttribute(String name) native; | 54 _CSSValueJs getPresentationAttribute(String name) native; |
| 55 | 55 |
| 56 // From SVGFitToViewBox | 56 // From SVGFitToViewBox |
| 57 | 57 |
| 58 SVGAnimatedPreserveAspectRatioJs get preserveAspectRatio() native "return this
.preserveAspectRatio;"; | 58 _SVGAnimatedPreserveAspectRatioJs get preserveAspectRatio() native "return thi
s.preserveAspectRatio;"; |
| 59 | 59 |
| 60 SVGAnimatedRectJs get viewBox() native "return this.viewBox;"; | 60 _SVGAnimatedRectJs get viewBox() native "return this.viewBox;"; |
| 61 } | 61 } |
| OLD | NEW |