| OLD | NEW |
| (Empty) |
| 1 | |
| 2 class _SVGTextContentElementJs extends _SVGElementJs implements SVGTextContentEl
ement native "*SVGTextContentElement" { | |
| 3 | |
| 4 static final int LENGTHADJUST_SPACING = 1; | |
| 5 | |
| 6 static final int LENGTHADJUST_SPACINGANDGLYPHS = 2; | |
| 7 | |
| 8 static final int LENGTHADJUST_UNKNOWN = 0; | |
| 9 | |
| 10 final _SVGAnimatedEnumerationJs lengthAdjust; | |
| 11 | |
| 12 final _SVGAnimatedLengthJs textLength; | |
| 13 | |
| 14 int getCharNumAtPosition(_SVGPointJs point) native; | |
| 15 | |
| 16 num getComputedTextLength() native; | |
| 17 | |
| 18 _SVGPointJs getEndPositionOfChar(int offset) native; | |
| 19 | |
| 20 _SVGRectJs getExtentOfChar(int offset) native; | |
| 21 | |
| 22 int getNumberOfChars() native; | |
| 23 | |
| 24 num getRotationOfChar(int offset) native; | |
| 25 | |
| 26 _SVGPointJs getStartPositionOfChar(int offset) native; | |
| 27 | |
| 28 num getSubStringLength(int offset, int length) native; | |
| 29 | |
| 30 void selectSubString(int offset, int length) native; | |
| 31 | |
| 32 // From SVGTests | |
| 33 | |
| 34 final _SVGStringListJs requiredExtensions; | |
| 35 | |
| 36 final _SVGStringListJs requiredFeatures; | |
| 37 | |
| 38 final _SVGStringListJs systemLanguage; | |
| 39 | |
| 40 bool hasExtension(String extension) native; | |
| 41 | |
| 42 // From SVGLangSpace | |
| 43 | |
| 44 String xmllang; | |
| 45 | |
| 46 String xmlspace; | |
| 47 | |
| 48 // From SVGExternalResourcesRequired | |
| 49 | |
| 50 final _SVGAnimatedBooleanJs externalResourcesRequired; | |
| 51 | |
| 52 // From SVGStylable | |
| 53 | |
| 54 final _SVGAnimatedStringJs className; | |
| 55 | |
| 56 // Use implementation from Element. | |
| 57 // final _CSSStyleDeclarationJs style; | |
| 58 | |
| 59 _CSSValueJs getPresentationAttribute(String name) native; | |
| 60 } | |
| OLD | NEW |