|
|||||||||
| 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<Fiber>
edu.jhu.ece.iacl.jist.structures.fiber.FiberCollection
public class FiberCollection
The Class FiberCollection.
| Field Summary | |
|---|---|
protected Point3i |
dimensions
The dimensions. |
protected java.lang.String |
name
The name. |
protected Point3f |
resolutions
The resolutions. |
| Fields inherited from class java.util.Vector |
|---|
capacityIncrement, elementCount, elementData |
| Fields inherited from class java.util.AbstractList |
|---|
modCount |
| Constructor Summary | |
|---|---|
FiberCollection()
Instantiates a new fiber collection. |
|
FiberCollection(int num)
Instantiates a new fiber collection. |
|
| Method Summary | |
|---|---|
Point3i |
getDimensions()
Gets the dimensions. |
void |
getFromFiberArray(Fiber[] fibers)
Gets the from fiber array. |
java.lang.String |
getName()
Gets the name. |
Point3f |
getResolutions()
Gets the resolutions. |
void |
setDimensions(Point3i dimensions)
Sets the dimensions. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setResolutions(Point3f resolutions)
Sets the resolutions. |
CurveCollection |
toCurveCollection()
To curve collection. |
java.lang.String |
toString()
|
| Methods inherited from class java.util.Vector |
|---|
add, 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, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, 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 |
| Field Detail |
|---|
protected java.lang.String name
protected Point3i dimensions
protected Point3f resolutions
| Constructor Detail |
|---|
public FiberCollection()
public FiberCollection(int num)
num - the num| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - the new namepublic void getFromFiberArray(Fiber[] fibers)
fibers - the fiberspublic CurveCollection toCurveCollection()
public Point3i getDimensions()
public void setDimensions(Point3i dimensions)
dimensions - the new dimensionspublic Point3f getResolutions()
public void setResolutions(Point3f resolutions)
resolutions - the new resolutionspublic java.lang.String toString()
toString in class java.util.Vector<Fiber>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||