SVGTransform

JS
1.1
abstract class SVGTransform
(source)

Exposes the JavaScript SVGTransform to Kotlin

Constructors

JS
1.1

<init>

Exposes the JavaScript SVGTransform to Kotlin

SVGTransform()

Properties

JS
1.1

angle

open val angle: Float
JS
1.1

matrix

open val matrix: DOMMatrix
JS
1.1

type

open val type: Short

Functions

JS
1.1

setMatrix

fun setMatrix(matrix: DOMMatrixReadOnly)
JS
1.1

setRotate

fun setRotate(angle: Float, cx: Float, cy: Float)
JS
1.1

setScale

fun setScale(sx: Float, sy: Float)
JS
1.1

setSkewX

fun setSkewX(angle: Float)
JS
1.1

setSkewY

fun setSkewY(angle: Float)
JS
1.1

setTranslate

fun setTranslate(tx: Float, ty: Float)

Companion Object Properties

JS
1.1

SVG_TRANSFORM_MATRIX

val SVG_TRANSFORM_MATRIX: Short
JS
1.1

SVG_TRANSFORM_ROTATE

val SVG_TRANSFORM_ROTATE: Short
JS
1.1

SVG_TRANSFORM_SCALE

val SVG_TRANSFORM_SCALE: Short
JS
1.1

SVG_TRANSFORM_SKEWX

val SVG_TRANSFORM_SKEWX: Short
JS
1.1

SVG_TRANSFORM_SKEWY

val SVG_TRANSFORM_SKEWY: Short
JS
1.1

SVG_TRANSFORM_TRANSLATE

val SVG_TRANSFORM_TRANSLATE: Short
JS
1.1

SVG_TRANSFORM_UNKNOWN

val SVG_TRANSFORM_UNKNOWN: Short