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 fieldvoidPrint the current configurationMethods inherited from class CompositeField
add, contains, getB1, getB2, getB3, getMaxFieldMagnitude, getScaleFactor, hasSolenoid, hasTorus, hasTransverseSolenoid, isZeroFieldMethods 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, trimToSizeMethods inherited from class AbstractCollection
containsAll, toStringMethods inherited from interface Collection
parallelStream, stream, toArrayMethods inherited from interface List
containsAll, reversed
-
Constructor Details
-
RotatedCompositeField
public RotatedCompositeField()
-
-
Method Details
-
printConfiguration
Print the current configuration- Specified by:
printConfigurationin interfaceIMagField- Overrides:
printConfigurationin classCompositeField- Parameters:
ps- the print stream
-
getName
-