Class RotatedCompositeField
java.lang.Object
java.util.AbstractCollection<IMagField>
java.util.AbstractList<IMagField>
java.util.ArrayList<IMagField>
cnuphys.magfield.CompositeField
cnuphys.magfield.RotatedCompositeField
- All Implemented Interfaces:
IMagField, Serializable, Cloneable, Iterable<IMagField>, Collection<IMagField>, List<IMagField>, RandomAccess, SequencedCollection<IMagField>
- See Also:
-
Field Summary
Fields inherited from class AbstractList
modCount
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Get the name of the fieldvoid
Print the current configurationMethods inherited from class CompositeField
add, contains, getB1, getB2, getB3, getMaxFieldMagnitude, getScaleFactor, hasSolenoid, hasTorus, hasTransverseSolenoid, isZeroField
Methods inherited from class ArrayList
add, addAll, addAll, addFirst, addLast, clear, clone, contains, ensureCapacity, equals, forEach, get, getFirst, getLast, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeFirst, removeIf, removeLast, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
Methods inherited from class AbstractCollection
containsAll, toString
Methods inherited from interface Collection
parallelStream, stream, toArray
Methods inherited from interface List
containsAll, reversed
-
Constructor Details
-
RotatedCompositeField
public RotatedCompositeField()
-
-
Method Details
-
printConfiguration
Print the current configuration- Specified by:
printConfiguration
in interfaceIMagField
- Overrides:
printConfiguration
in classCompositeField
- Parameters:
ps
- the print stream
-
getName
-