Class LinearOpticsCalculatorBean
java.lang.Object
org.scictrl.mp.orbitcorrect.utilities.LinearOpticsCalculatorBean
LinearOpticsCalculatorBean class.
- Author:
- igor@scictrl.com
-
Constructor Summary
ConstructorsConstructorDescriptionLinearOpticsCalculatorBean constructor comment. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPropertyChangeListener.doublegetChromaticity(short ori) Getter for the fieldchromaticity.Getter for the fielddataBush.intGetter for the fielddataPointsPerElement.doubleGetter for the fieldmomentumCompactFactor.voidinit.printReport.voidprintReport.voidremovePropertyChangeListener.voidsetDataPointsPerElement(int newDataPointsPerElement) Setter for the fielddataPointsPerElement.toString()Returns a String that represents the value of this object.voidupdate()update.
-
Constructor Details
-
LinearOpticsCalculatorBean
public LinearOpticsCalculatorBean()LinearOpticsCalculatorBean constructor comment.
-
-
Method Details
-
addPropertyChangeListener
addPropertyChangeListener.
- Parameters:
l- java.beans.PropertyChangeListener
-
getChromaticity
public double getChromaticity(short ori) Getter for the field
chromaticity.- Parameters:
ori- a short- Returns:
- double[]
-
getDataBush
Getter for the field
dataBush.- Returns:
- DataBush
-
getDataPointsPerElement
public int getDataPointsPerElement()Getter for the field
dataPointsPerElement.- Returns:
- int
-
getMomentumCompactFactor
public double getMomentumCompactFactor()Getter for the field
momentumCompactFactor.- Returns:
- double
-
init
init.
- Parameters:
newDataBush- DataBush
-
printReport
printReport.
- Returns:
- a
Stringobject
-
printReport
printReport.
- Parameters:
p- java.io.PrintWriter
-
removePropertyChangeListener
removePropertyChangeListener.
- Parameters:
l- java.beans.PropertyChangeListener
-
setDataPointsPerElement
public void setDataPointsPerElement(int newDataPointsPerElement) Setter for the field
dataPointsPerElement.- Parameters:
newDataPointsPerElement- int
-
toString
Returns a String that represents the value of this object. -
update
update.
- Throws:
InconsistentDataException- if any.
-