SVGPointList

JS
1.1
abstract class SVGPointList
(source)

Constructors

JS
1.1

<init>

SVGPointList()

Properties

JS
1.1

length

open val length: Int
JS
1.1

numberOfItems

open val numberOfItems: Int

Functions

JS
1.1

appendItem

fun appendItem(newItem: DOMPoint): DOMPoint
JS
1.1

clear

fun clear()
JS
1.1

getItem

fun getItem(index: Int): DOMPoint
JS
1.1

initialize

fun initialize(newItem: DOMPoint): DOMPoint
JS
1.1

insertItemBefore

fun insertItemBefore(newItem: DOMPoint, index: Int): DOMPoint
JS
1.1

removeItem

fun removeItem(index: Int): DOMPoint
JS
1.1

replaceItem

fun replaceItem(newItem: DOMPoint, index: Int): DOMPoint

Extension Functions

JS
1.1

get

operator fun SVGPointList.get(index: Int): DOMPoint?
JS
1.1

set

operator fun SVGPointList.set(index: Int, newItem: DOMPoint)