optics
Class Doublet
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.Vector<OpticalSurface>
optics.OpticalGroup
optics.Doublet
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<OpticalSurface>, Collection<OpticalSurface>, List<OpticalSurface>, RandomAccess, LensSystem
public class Doublet
- extends OpticalGroup
Class to implement a cemented double lens with three spherical
surfaces being an OpticalGroup
with a much simplfied
interface.
- See Also:
- Serialized Form
Constructor Summary |
Doublet(double z,
double fc,
RefractiveIndex fn,
double ft,
double mc,
RefractiveIndex sn,
double st,
double bc,
double d)
Form a cemented double with a spefified position, two spherical
surfaces and a specifed refractive index |
Doublet(Position p,
double fc,
RefractiveIndex fn,
double ft,
double mc,
RefractiveIndex sn,
double st,
double bc,
double d)
Form a cemented doublet with a spefified position, three spherical
surfaces and a specifed refractive index |
Methods inherited from class optics.OpticalGroup |
addSurface, getAperture, getApertureSurface, getBackFocalLength, getDiagram2D, getEntranceAperture, getEntrancePupil, getExitAperture, getExitPupil, getGroupPoint, getNext, getParaxialGroup, getSurface, getTitle, read, read, read, readChooser, readChooser, reset, reverse, scale, setApertureSurface, setBackFocalLength, setGroupPoint, setIrisRatio, setTitle, write, write, write, write |
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, toString, trimToSize |
Doublet
public Doublet(Position p,
double fc,
RefractiveIndex fn,
double ft,
double mc,
RefractiveIndex sn,
double st,
double bc,
double d)
- Form a cemented doublet with a spefified position, three spherical
surfaces and a specifed refractive index
- Parameters:
p
- the reference point at centre of front elementfc
- curvature of front surfacefn
- refractive index of first element.ft
- thickness of first elementmc
- curvature of middle surfacesn
- refractive index of second elemntst
- thickness of second elementbc
- curvatire of back surfaced
- the diameter, but surfaces have same dianeter
Doublet
public Doublet(double z,
double fc,
RefractiveIndex fn,
double ft,
double mc,
RefractiveIndex sn,
double st,
double bc,
double d)
- Form a cemented double with a spefified position, two spherical
surfaces and a specifed refractive index
- Parameters:
z
- location of first surface on z axisfc
- curvature of front surfacefn
- refractive index of first element.ft
- thickness of first elementmc
- curvature of middle surfacesn
- refractive index of second elemntst
- thickness of second elementbc
- curvatire of back surfaced
- the diameter, but surfaces have same dianeter