| Contents | Package | Class | Tree | Deprecated | Index | Help | |||
| PREV | NEXT | SHOW LISTS | HIDE LISTS | ||
java.lang.Object
|
+----java.util.AbstractCollection
|
+----java.util.AbstractList
|
+----java.util.Vector
|
+----edu.calpoly.smetzger.j3d.loaders.Facet
| Fields inherited from class java.util.Vector |
| capacityIncrement, elementCount, elementData |
| Fields inherited from class java.util.AbstractList |
| modCount |
| Constructor Summary | |
| Facet(int initial)
|
|
| Facet(java.util.Vector vl)
|
|
| Method Summary | |
| void | add(int index)
|
| int | getVertex(int index)
|
| Methods inherited from class java.util.Vector |
| add, addAll, addAll, addElement, capacity, clear, clone, contains, copyInto, elementAt, elements, ensureCapacity, firstElement, get, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, removeAllElements, removeElement, removeElementAt, removeRange, set, setElementAt, setSize, size, toArray, trimToSize |
| Methods inherited from class java.util.AbstractList |
| add, add, addAll, equals, get, hashCode, indexOf, indexOf, iterator, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, removeRange, set |
| Methods inherited from class java.util.AbstractCollection |
| add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString |
| Methods inherited from class java.lang.Object |
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Facet(int initial)
initial
- the intial capacity for this object
public Facet(java.util.Vector vl)
vl
- reference to a vertex list
| Method Detail |
public void add(int index)
index
- vector index to add to the facet
public int getVertex(int index)
index
- for the vertex
| Contents | Package | Class | Tree | Deprecated | Index | Help | |||
| PREV | NEXT | SHOW LISTS | HIDE LISTS | ||