|
|||||||||
| 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<OpticalSurface>
optics.OpticalGroup
optics.Doublet
public class Doublet
Class to implement a cemented double lens with three spherical
surfaces being an OpticalGroup with a much simplfied
interface.
| Field Summary |
|---|
| Fields inherited from class java.util.Vector |
|---|
capacityIncrement, elementCount, elementData |
| Fields inherited from class java.util.AbstractList |
|---|
modCount |
| 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 |
|
| Method Summary |
|---|
| Methods inherited from class optics.OpticalGroup |
|---|
addSurface, getAperture, getApertureSurface, getDiagram2D, getEntranceAperture, getEntrancePupil, getExitAperture, getExitPupil, getGroupPoint, getNext, getParaxialGroup, getSurface, getTitle, read, read, read, readChooser, readChooser, reset, reverse, scale, setApertureSurface, setBackFocalLength, setGroupPoint, 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 |
| 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 |
| Constructor Detail |
|---|
public Doublet(Position p,
double fc,
RefractiveIndex fn,
double ft,
double mc,
RefractiveIndex sn,
double st,
double bc,
double d)
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
public Doublet(double z,
double fc,
RefractiveIndex fn,
double ft,
double mc,
RefractiveIndex sn,
double st,
double bc,
double d)
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||