|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.Vector<DoublePoint>
org.fraid.plugin.beans.Plot3DPlugIn.FakeGridVector
public class Plot3DPlugIn.FakeGridVector
| 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 |
|---|
public Plot3DPlugIn.FakeGridVector()
| Method Detail |
|---|
public int size()
size in interface java.util.Collection<DoublePoint>size in interface java.util.List<DoublePoint>size in class java.util.Vector<DoublePoint>public boolean add(DoublePoint o)
add in interface java.util.Collection<DoublePoint>add in interface java.util.List<DoublePoint>add in class java.util.Vector<DoublePoint>public DoublePoint remove(int index)
remove in interface java.util.List<DoublePoint>remove in class java.util.Vector<DoublePoint>public void removeAllElements()
removeAllElements in class java.util.Vector<DoublePoint>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||