com.mindfusion.diagramming.jlayout
Class PointList

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by com.mindfusion.diagramming.jlayout.BaseList<java.awt.geom.Point2D.Float>
              extended by com.mindfusion.diagramming.jlayout.PointList
All Implemented Interfaces:
java.lang.Iterable<java.awt.geom.Point2D.Float>, java.util.Collection<java.awt.geom.Point2D.Float>, java.util.List<java.awt.geom.Point2D.Float>

public class PointList
extends BaseList<java.awt.geom.Point2D.Float>


Field Summary
 
Fields inherited from class com.mindfusion.diagramming.jlayout.BaseList
list
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
PointList()
           
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from class com.mindfusion.diagramming.jlayout.BaseList
add, clear, contains, get, remove, remove, removeRange, set, size
 
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
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
addAll, containsAll, isEmpty, removeAll, retainAll, toArray, toArray
 

Constructor Detail

PointList

public PointList()
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object