Not documented.

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

Constants

SVG_MEETORSLICE_MEET int

const 1
SVG_MEETORSLICE_SLICE int

const 2
SVG_MEETORSLICE_UNKNOWN int

const 0
SVG_PRESERVEASPECTRATIO_NONE int

const 1
SVG_PRESERVEASPECTRATIO_UNKNOWN int

const 0
SVG_PRESERVEASPECTRATIO_XMAXYMAX int

const 10
SVG_PRESERVEASPECTRATIO_XMAXYMID int

const 7
SVG_PRESERVEASPECTRATIO_XMAXYMIN int

const 4
SVG_PRESERVEASPECTRATIO_XMIDYMAX int

const 9
SVG_PRESERVEASPECTRATIO_XMIDYMID int

const 6
SVG_PRESERVEASPECTRATIO_XMIDYMIN int

const 3
SVG_PRESERVEASPECTRATIO_XMINYMAX int

const 8
SVG_PRESERVEASPECTRATIO_XMINYMID int

const 5
SVG_PRESERVEASPECTRATIO_XMINYMIN int

const 2

Static Methods

internalCreatePreserveAspectRatio() PreserveAspectRatio

Constructors

PreserveAspectRatio.internal_()

Properties

align int

read / write

The underlying JS DOM object.

read / write, inherited
hashCode int

read-only
meetOrSlice int

read / write
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited

Operators

operator ==(other) bool

The equality operator.

Methods

noSuchMethod(Invocation invocation) → dynamic

noSuchMethod is invoked when users invoke a non-existent method on an object. The name of the method and the arguments of the invocation are passed to noSuchMethod in an Invocation. If noSuchMethod returns a value, that value becomes the result of the original invocation.

inherited
toString() String

Returns a string representation of this object.

inherited