public class XmippConf
extends java.lang.Object
| Constructor and Description |
|---|
XmippConf()
Constructor for the XmippConf object
|
XmippConf(java.lang.String nom,
float ad,
float ai,
float af,
int r)
Constructor for the XmippConf object
|
| Modifier and Type | Method and Description |
|---|---|
float |
getAngleDebut()
Gets the angleDebut attribute of the XmippConf object
|
float |
getAngleFin()
Gets the angleFin attribute of the XmippConf object
|
float |
getAngleIncrement()
Gets the angleIncrement attribute of the XmippConf object
|
int |
getIteration()
Gets the iteration attribute of the XmippConf object
|
java.lang.String |
getNomSerie()
Gets the nomSerie attribute of the XmippConf object
|
int |
getRec()
Gets the rec attribute of the XmippConf object
|
int |
getTailleX()
Gets the tailleX attribute of the XmippConf object
|
int |
getTailleY()
Gets the tailleY attribute of the XmippConf object
|
float |
getTiltAxis()
Gets the tiltAxis attribute of the XmippConf object
|
void |
setAngleDebut(float t)
Sets the angleDebut attribute of the XmippConf object
|
void |
setAngleFin(float t)
Sets the angleFin attribute of the XmippConf object
|
void |
setAngleIncrement(float t)
Sets the angleIncrement attribute of the XmippConf object
|
void |
setIteration(int iterations)
Sets the iteration attribute of the XmippConf object
|
void |
setNomSerie(java.lang.String s)
Sets the nomSerie attribute of the XmippConf object
|
void |
setRec(int r)
Sets the rec attribute of the XmippConf object
|
void |
setTailleX(int t)
Sets the tailleX attribute of the XmippConf object
|
void |
setTailleY(int t)
Sets the tailleY attribute of the XmippConf object
|
void |
setTiltAxis(float t)
Sets the tiltAxis attribute of the XmippConf object
|
void |
updatePrefs()
Constructor for the updatePrefs object
|
public XmippConf()
public XmippConf(java.lang.String nom,
float ad,
float ai,
float af,
int r)
nom - Nom de la seriead - angle de débutai - incrément pour l'angleaf - Description of the Parameterr - Description of the Parameterpublic void updatePrefs()
public void setNomSerie(java.lang.String s)
s - The new nomSerie valuepublic java.lang.String getNomSerie()
public void setAngleDebut(float t)
t - The new angleDebut valuepublic void setAngleFin(float t)
t - The new angleFin valuepublic void setTiltAxis(float t)
t - The new tiltAxis valuepublic float getAngleDebut()
public float getAngleFin()
public float getTiltAxis()
public void setAngleIncrement(float t)
t - The new angleIncrement valuepublic float getAngleIncrement()
public int getTailleX()
public void setTailleX(int t)
t - The new tailleX valuepublic void setTailleY(int t)
t - The new tailleY valuepublic int getTailleY()
public void setRec(int r)
r - The new rec valuepublic int getRec()
public void setIteration(int iterations)
iterations - The new iteration valuepublic int getIteration()