DroidDiagram Programmer's Guide
ShapeList Members
Constructors Fields Methods
 


A strongly-typed list of Shape objects.

The following tables list the members exposed by the ShapeList type.

 Public Constructors

  Name Description

ShapeList

Overloaded.  

 Protected Fields

  Name Description

list

  (Inherited from BaseList.)

listEvent

  (Inherited from BaseList.)

notifyParent

  (Inherited from BaseList.)

 Public Methods

  Name Description

add

Adds a new element to the list. (Inherited from BaseList.)

clear

Removes all elements from the list. (Inherited from BaseList.)

contains

Determines if this list contains the specified element. (Inherited from BaseList.)

first

Gets the first element of this list. (Inherited from BaseList.)

get

Gets the element at the specified position in this list. (Inherited from BaseList.)

last

Gets the last element of this list. (Inherited from BaseList.)

readExternal

Loads the list's contents. (Inherited from BaseList.)

remove

Overloaded.   (Inherited from BaseList.)

removeRange

Removes a range of elements from this list. (Inherited from BaseList.)

set

Sets the element at the specified position in this list. (Inherited from BaseList.)

size

 

writeExternal

Saves the list's contents. (Inherited from BaseList.)

 Protected Methods

  Name Description

raiseAdding

Raises the adding event. (Inherited from BaseList.)

raiseClearing

Raises the clearing event. (Inherited from BaseList.)

raiseRemoving

Raises the removing event. (Inherited from BaseList.)

 See Also

ShapeList Class
com.mindfusion.diagramming Namespace