ij3d.ext
Class XmippConf

java.lang.Object
  extended by ij3d.ext.XmippConf

public class XmippConf
extends java.lang.Object

Parametres de configuration pour Xmipp

Author:
thomas

Constructor Summary
XmippConf()
          Constructor for the XmippConf object
XmippConf(java.lang.String nom, float ad, float ai, float af, int r)
          Constructor for the XmippConf object
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmippConf

public XmippConf()
Constructor for the XmippConf object


XmippConf

public XmippConf(java.lang.String nom,
                 float ad,
                 float ai,
                 float af,
                 int r)
Constructor for the XmippConf object

Parameters:
nom - Nom de la serie
ad - angle de début
ai - incrément pour l'angle
af - Description of the Parameter
r - Description of the Parameter
Method Detail

updatePrefs

public void updatePrefs()
Constructor for the updatePrefs object


setNomSerie

public void setNomSerie(java.lang.String s)
Sets the nomSerie attribute of the XmippConf object

Parameters:
s - The new nomSerie value

getNomSerie

public java.lang.String getNomSerie()
Gets the nomSerie attribute of the XmippConf object

Returns:
The nomSerie value

setAngleDebut

public void setAngleDebut(float t)
Sets the angleDebut attribute of the XmippConf object

Parameters:
t - The new angleDebut value

setAngleFin

public void setAngleFin(float t)
Sets the angleFin attribute of the XmippConf object

Parameters:
t - The new angleFin value

setTiltAxis

public void setTiltAxis(float t)
Sets the tiltAxis attribute of the XmippConf object

Parameters:
t - The new tiltAxis value

getAngleDebut

public float getAngleDebut()
Gets the angleDebut attribute of the XmippConf object

Returns:
The angleDebut value

getAngleFin

public float getAngleFin()
Gets the angleFin attribute of the XmippConf object

Returns:
The angleFin value

getTiltAxis

public float getTiltAxis()
Gets the tiltAxis attribute of the XmippConf object

Returns:
The tiltAxis value

setAngleIncrement

public void setAngleIncrement(float t)
Sets the angleIncrement attribute of the XmippConf object

Parameters:
t - The new angleIncrement value

getAngleIncrement

public float getAngleIncrement()
Gets the angleIncrement attribute of the XmippConf object

Returns:
The angleIncrement value

getTailleX

public int getTailleX()
Gets the tailleX attribute of the XmippConf object

Returns:
The tailleX value

setTailleX

public void setTailleX(int t)
Sets the tailleX attribute of the XmippConf object

Parameters:
t - The new tailleX value

setTailleY

public void setTailleY(int t)
Sets the tailleY attribute of the XmippConf object

Parameters:
t - The new tailleY value

getTailleY

public int getTailleY()
Gets the tailleY attribute of the XmippConf object

Returns:
The tailleY value

setRec

public void setRec(int r)
Sets the rec attribute of the XmippConf object

Parameters:
r - The new rec value

getRec

public int getRec()
Gets the rec attribute of the XmippConf object

Returns:
The rec value

setIteration

public void setIteration(int iterations)
Sets the iteration attribute of the XmippConf object

Parameters:
iterations - The new iteration value

getIteration

public int getIteration()
Gets the iteration attribute of the XmippConf object

Returns:
The iteration value