public interface SVGPathSegList
Modifier and Type | Method and Description |
---|---|
SVGPathSeg |
appendItem(SVGPathSeg newItem) |
void |
clear() |
SVGPathSeg |
getItem(int index) |
int |
getNumberOfItems() |
SVGPathSeg |
initialize(SVGPathSeg newItem) |
SVGPathSeg |
insertItemBefore(SVGPathSeg newItem,
int index) |
SVGPathSeg |
removeItem(int index) |
SVGPathSeg |
replaceItem(SVGPathSeg newItem,
int index) |
int getNumberOfItems()
SVGPathSeg appendItem(SVGPathSeg newItem)
void clear()
SVGPathSeg getItem(int index)
SVGPathSeg initialize(SVGPathSeg newItem)
SVGPathSeg insertItemBefore(SVGPathSeg newItem, int index)
SVGPathSeg removeItem(int index)
SVGPathSeg replaceItem(SVGPathSeg newItem, int index)
Copyright © 2018. All rights reserved.