Movatterモバイル変換


[0]ホーム

URL:


menu
  1. Dart
  2. dart:svg
  3. Transform class
Transform
description

Transform class

Annotations
  • @Unstable.new()
  • @Native.new("SVGTransform")

Properties

anglenum?
no setter
hashCodeint
The hash code for this object.
no setterinherited
matrixMatrix?
no setter
runtimeTypeType
A representation of the runtime type of the object.
no setterinherited
typeint?
no setter

Methods

noSuchMethod(Invocationinvocation)→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setMatrix(Matrixmatrix)→ void
setRotate(numangle,numcx,numcy)→ void
setScale(numsx,numsy)→ void
setSkewX(numangle)→ void
setSkewY(numangle)→ void
setTranslate(numtx,numty)→ void
toString()String
A string representation of this object.
inherited

Operators

operator ==(Objectother)bool
The equality operator.
inherited

Constants

SVG_TRANSFORM_MATRIX→ constint
SVG_TRANSFORM_ROTATE→ constint
SVG_TRANSFORM_SCALE→ constint
SVG_TRANSFORM_SKEWX→ constint
SVG_TRANSFORM_SKEWY→ constint
SVG_TRANSFORM_TRANSLATE→ constint
SVG_TRANSFORM_UNKNOWN→ constint
  1. Dart
  2. dart:svg
  3. Transform class
dart:svg library

[8]ページ先頭

©2009-2025 Movatter.jp