svg.PathSegList

PathSegList

package js-html-svg

Available on js

Variables

read only length:Int

read only numberOfItems:Int

Methods

appendItem (newItem:PathSeg):PathSeg

Throws:

null DOMError

clear ():Void

Throws:

null DOMError

getItem (index:Int):PathSeg

Throws:

null DOMError

initialize (newItem:PathSeg):PathSeg

Throws:

null DOMError

insertItemBefore (newItem:PathSeg, index:Int):PathSeg

Throws:

null DOMError

removeItem (index:Int):PathSeg

Throws:

null DOMError

replaceItem (newItem:PathSeg, index:Int):PathSeg

Throws:

null DOMError

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/svg/PathSegList.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部