DroidDiagram Programmer's Guide
BaseList(E).add Method
See Also
 






Adds a new element to the list.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void add (
    int index,
    E element
)

 Parameters

index

Index at which the specified element is to be inserted.

element

Element to be inserted.

 See Also

BaseList(E) Members
BaseList<E> Class
com.mindfusion.diagramming Namespace