Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TransformList

Hierarchy

Implements

Index

Constructors

constructor

Accessors

transforms

Methods

conformsTo

debug

equals

hashCode

  • hashCode(): number

inverse

rotate

scale

  • scale(x: string | number, y: string | number): Transform

scaleX

scaleY

skew

skewX

skewY

toAffine

toAttributeString

  • toAttributeString(): string

toString

  • toString(): string

toValue

  • toValue(): Value

transform

transformX

  • transformX(x: number, y: number): number

transformY

  • transformY(x: number, y: number): number

translate

translateX

translateY

Static affine

  • affine(x0?: string | number, y0?: string | number, x1?: string | number, y1?: string | number, tx?: string | number, ty?: string | number): AffineTransform

Static form

Static fromAny

Static fromValue

Static identity

Static list

Static parse

Static rotate

Static scale

Static scaleX

Static scaleY

Static skew

Static skewX

Static skewY

Static translate

Static translateX

Static translateY