Class CoordinateSystem

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.Vector<CoordinateAxis>
              extended by CoordinateSystem
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<CoordinateAxis>, java.util.Collection<CoordinateAxis>, java.util.List<CoordinateAxis>, java.util.RandomAccess

public class CoordinateSystem
extends java.util.Vector<CoordinateAxis>

See Also:
Serialized Form

Field Summary
 java.lang.String name
           
 
Constructor Summary
CoordinateSystem()
           
CoordinateSystem(CoordinateSystem template)
           
CoordinateSystem(int dimension)
           
CoordinateSystem(java.lang.String text)
           
CoordinateSystem(java.lang.String text, int dimension)
           
 
Method Summary
 void copy(CoordinateSystem template)
           
 java.lang.String getName()
           
 void setName(java.lang.String text)
           
 
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, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize
 
Methods inherited from class java.util.AbstractList
iterator, listIterator, listIterator
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
iterator, listIterator, listIterator
 

Field Detail

name

public java.lang.String name
Constructor Detail

CoordinateSystem

public CoordinateSystem()

CoordinateSystem

public CoordinateSystem(java.lang.String text)

CoordinateSystem

public CoordinateSystem(int dimension)

CoordinateSystem

public CoordinateSystem(java.lang.String text,
                        int dimension)

CoordinateSystem

public CoordinateSystem(CoordinateSystem template)
Method Detail

copy

public void copy(CoordinateSystem template)

setName

public void setName(java.lang.String text)

getName

public java.lang.String getName()