com.mindfusion.diagramming
Class ShapeList

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by com.mindfusion.diagramming.BaseList<Shape>
              extended by com.mindfusion.diagramming.ShapeList
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable, java.lang.Iterable<Shape>, java.util.Collection<Shape>, java.util.List<Shape>

public class ShapeList
extends BaseList<Shape>

A strongly-typed list of Shape objects.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.mindfusion.diagramming.BaseList
list, listEvent, notifyParent
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
ShapeList()
           
ShapeList(java.util.Collection<Shape> col)
           
ShapeList(Shape[] array)
           
 
Method Summary
 int size()
           
 
Methods inherited from class com.mindfusion.diagramming.BaseList
add, clear, contains, get, raiseAdding, raiseClearing, raiseRemoving, readExternal, remove, remove, removeRange, set, writeExternal
 
Methods inherited from class java.util.AbstractList
add, addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
addAll, containsAll, isEmpty, removeAll, retainAll, toArray, toArray
 

Constructor Detail

ShapeList

public ShapeList()

ShapeList

public ShapeList(java.util.Collection<Shape> col)

ShapeList

public ShapeList(Shape[] array)
Method Detail

size

public int size()
Specified by:
size in interface java.util.Collection<Shape>
Specified by:
size in interface java.util.List<Shape>
Overrides:
size in class BaseList<Shape>