PreserveAspectRatio class

Inheritance
Annotations
  • @DocsEditable()
  • @DomName('SVGPreserveAspectRatio')
  • @Unstable()

Constants

SVG_MEETORSLICE_MEETint
@DocsEditable(), @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_MEET')
1
SVG_MEETORSLICE_SLICEint
@DocsEditable(), @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_SLICE')
2
SVG_MEETORSLICE_UNKNOWNint
@DocsEditable(), @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_UNKNOWN')
0
SVG_PRESERVEASPECTRATIO_NONEint
@DocsEditable(), @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_NONE')
1
SVG_PRESERVEASPECTRATIO_UNKNOWNint
@DocsEditable(), @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_UNKNOWN')
0
SVG_PRESERVEASPECTRATIO_XMAXYMAXint
@DocsEditable(), @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMAXYMAX')
10
SVG_PRESERVEASPECTRATIO_XMAXYMIDint
@DocsEditable(), @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMAXYMID')
7
SVG_PRESERVEASPECTRATIO_XMAXYMINint
@DocsEditable(), @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMAXYMIN')
4
SVG_PRESERVEASPECTRATIO_XMIDYMAXint
@DocsEditable(), @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMIDYMAX')
9
SVG_PRESERVEASPECTRATIO_XMIDYMIDint
@DocsEditable(), @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMIDYMID')
6
SVG_PRESERVEASPECTRATIO_XMIDYMINint
@DocsEditable(), @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMIDYMIN')
3
SVG_PRESERVEASPECTRATIO_XMINYMAXint
@DocsEditable(), @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMINYMAX')
8
SVG_PRESERVEASPECTRATIO_XMINYMIDint
@DocsEditable(), @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMINYMID')
5
SVG_PRESERVEASPECTRATIO_XMINYMINint
@DocsEditable(), @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMINYMIN')
2

Static Properties

instanceRuntimeTypeType
@Deprecated("Internal Use Only"), read-only

Constructors

PreserveAspectRatio.internal_()

Properties

alignint
@DocsEditable(), @DomName('SVGPreserveAspectRatio.align'), read / write
meetOrSliceint
@DocsEditable(), @DomName('SVGPreserveAspectRatio.meetOrSlice'), read / write
hashCodeint
read-only, inherited
runtimeTypeType
read-only, inherited

A representation of the runtime type of the object.

Operators

operator ==(other) → bool
inherited

The equality operator.

Methods

noSuchMethod(Invocation invocation) → dynamic
inherited

Invoked when a non-existent method or property is accessed.

toString() → String
inherited

Returns the result of the JavaScript objects toString method.

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-svg/PreserveAspectRatio-class.html