IIndexedVertexElement
public interface IIndexedVertexElement
VertexElement with indices data.
Methods
Method | Description |
---|---|
getIndices() | Gets the indices data |
getIndices()
public abstract List<Integer> getIndices()
Gets the indices data
Returns: java.util.List<java.lang.Integer>