- Inheritance
- Object
- JSObject
- DartHtmlDomObject
- PreserveAspectRatio
- Annotations
- @DocsEditable()
- @DomName('SVGPreserveAspectRatio')
- @Unstable()
Constants
- SVG_MEETORSLICE_MEET → int
-
@DocsEditable(), @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_MEET')
1
- SVG_MEETORSLICE_SLICE → int
-
@DocsEditable(), @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_SLICE')
2
- SVG_MEETORSLICE_UNKNOWN → int
-
@DocsEditable(), @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_UNKNOWN')
0
- SVG_PRESERVEASPECTRATIO_NONE → int
-
@DocsEditable(), @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_NONE')
1
- SVG_PRESERVEASPECTRATIO_UNKNOWN → int
-
@DocsEditable(), @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_UNKNOWN')
0
- SVG_PRESERVEASPECTRATIO_XMAXYMAX → int
-
@DocsEditable(), @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMAXYMAX')
10
- SVG_PRESERVEASPECTRATIO_XMAXYMID → int
-
@DocsEditable(), @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMAXYMID')
7
- SVG_PRESERVEASPECTRATIO_XMAXYMIN → int
-
@DocsEditable(), @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMAXYMIN')
4
- SVG_PRESERVEASPECTRATIO_XMIDYMAX → int
-
@DocsEditable(), @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMIDYMAX')
9
- SVG_PRESERVEASPECTRATIO_XMIDYMID → int
-
@DocsEditable(), @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMIDYMID')
6
- SVG_PRESERVEASPECTRATIO_XMIDYMIN → int
-
@DocsEditable(), @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMIDYMIN')
3
- SVG_PRESERVEASPECTRATIO_XMINYMAX → int
-
@DocsEditable(), @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMINYMAX')
8
- SVG_PRESERVEASPECTRATIO_XMINYMID → int
-
@DocsEditable(), @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMINYMID')
5
- SVG_PRESERVEASPECTRATIO_XMINYMIN → int
-
@DocsEditable(), @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMINYMIN')
2
Static Properties
- instanceRuntimeType → Type
-
@Deprecated("Internal Use Only"), read-only
Constructors
Properties
- align → int
-
@DocsEditable(), @DomName('SVGPreserveAspectRatio.align'), read / write
- meetOrSlice → int
-
@DocsEditable(), @DomName('SVGPreserveAspectRatio.meetOrSlice'), read / write
- hashCode → int
-
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Operators
-
operator ==(
other) → bool -
The equality operator.
inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited -
toString(
) → String -
Returns the result of the JavaScript objects
toString
method.inherited