org.fraid.plugin.beans
Class Plot3DPlugIn.FakeGridVector

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.Vector<DoublePoint>
              extended by org.fraid.plugin.beans.Plot3DPlugIn.FakeGridVector
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<DoublePoint>, java.util.Collection<DoublePoint>, java.util.List<DoublePoint>, java.util.RandomAccess
Enclosing class:
Plot3DPlugIn

public class Plot3DPlugIn.FakeGridVector
extends java.util.Vector<DoublePoint>

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.Vector
capacityIncrement, elementCount, elementData
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
Plot3DPlugIn.FakeGridVector()
           
 
Method Summary
 boolean add(DoublePoint o)
           
 DoublePoint remove(int index)
           
 void removeAllElements()
           
 int size()
           
 
Methods inherited from class java.util.Vector
add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, removeAll, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, subList, toArray, toArray, toString, trimToSize
 
Methods inherited from class java.util.AbstractList
iterator, listIterator, listIterator
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
iterator, listIterator, listIterator
 

Constructor Detail

Plot3DPlugIn.FakeGridVector

public Plot3DPlugIn.FakeGridVector()
Method Detail

size

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

add

public boolean add(DoublePoint o)
Specified by:
add in interface java.util.Collection<DoublePoint>
Specified by:
add in interface java.util.List<DoublePoint>
Overrides:
add in class java.util.Vector<DoublePoint>

remove

public DoublePoint remove(int index)
Specified by:
remove in interface java.util.List<DoublePoint>
Overrides:
remove in class java.util.Vector<DoublePoint>

removeAllElements

public void removeAllElements()
Overrides:
removeAllElements in class java.util.Vector<DoublePoint>


Fraid (system and language). (C) 2003-2007 Ivaylo Iliev
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.