Class LinearOpticsCalculatorBean
java.lang.Object
org.scictrl.mp.orbitcorrect.utilities.LinearOpticsCalculatorBean
LinearOpticsCalculatorBean class.
- Author:
- igor@scictrl.com
-
Constructor Summary
ConstructorDescriptionLinearOpticsCalculatorBean constructor comment. -
Method Summary
Modifier and TypeMethodDescriptionvoid
addPropertyChangeListener.double
getChromaticity
(short ori) Getter for the fieldchromaticity
.Getter for the fielddataBush
.int
Getter for the fielddataPointsPerElement
.double
Getter for the fieldmomentumCompactFactor
.void
init.printReport.void
printReport.void
removePropertyChangeListener.void
setDataPointsPerElement
(int newDataPointsPerElement) Setter for the fielddataPointsPerElement
.toString()
Returns a String that represents the value of this object.void
update()
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
String
object
-
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.
-