haXe API Documentation
Back | Index
extern class js.html.svg.PointList
Available in js
var numberOfItems(default,null) : Int
function appendItem(item : Point) : Point
function clear() : Void
function getItem(index : Int) : Point
function initialize(item : Point) : Point
function insertItemBefore(item : Point, index : Int) : Point
function removeItem(index : Int) : Point
function replaceItem(item : Point, index : Int) : Point
Back | Index