ij3d.ext
Class ImodConf

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

public class ImodConf
extends java.lang.Object

Parametres de configuration pour Imod

Author:
thomas

Constructor Summary
ImodConf()
          Constructor for the ImodConf object
ImodConf(java.lang.String nom, float ad, float ai, float tilta, int be, java.lang.String ex, boolean er)
          Constructor for the ImodConf object
 
Method Summary
 float getAddAngles()
          Gets the addAngles attribute of the ImodConf object
 float getAngleDebut()
          Gets the angleDebut attribute of the ImodConf object
 float getAngleIncrement()
          Gets the angleIncrement attribute of the ImodConf object
 int getBille()
          Gets the bille attribute of the ImodConf object
 boolean getEraser()
          Gets the eraser attribute of the ImodConf object
 java.lang.String getExclure()
          Gets the exclure attribute of the ImodConf object
 java.lang.String getNomSerie()
          Gets the nomSerie attribute of the ImodConf object
 float getShiftY()
          Gets the shiftY attribute of the ImodConf object
 int getThickness()
          Gets the thickness attribute of the ImodConf object
 float getTiltAngle()
          Gets the tiltAngle attribute of the ImodConf object
 void setAddAngles(float f)
          Sets the addAngles attribute of the ImodConf object
 void setAngleDebut(float t)
          Sets the angleDebut attribute of the ImodConf object
 void setAngleIncrement(float t)
          Sets the angleIncrement attribute of the ImodConf object
 void setBille(int i)
          Sets the bille attribute of the ImodConf object
 void setEraser(boolean er)
          Sets the eraser attribute of the ImodConf object
 void setExclure(java.lang.String s)
          Sets the exclure attribute of the ImodConf object
 void setNomSerie(java.lang.String s)
          Sets the nomSerie attribute of the ImodConf object
 void setShiftY(float s)
          Sets the shiftY attribute of the ImodConf object
 void setThickness(int i)
          Sets the thickness attribute of the ImodConf object
 void setTiltAngle(float t)
          Sets the tiltAngle attribute of the ImodConf 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

ImodConf

public ImodConf()
Constructor for the ImodConf object


ImodConf

public ImodConf(java.lang.String nom,
                float ad,
                float ai,
                float tilta,
                int be,
                java.lang.String ex,
                boolean er)
Constructor for the ImodConf object

Parameters:
nom - Nom de la serie
ad - angle de début
ai - incrément pour l'angle
tilta - angle pour l'axe de tilt
be - taille des billes
ex - images à exclure
er - Description of the Parameter
Method Detail

updatePrefs

public void updatePrefs()
Constructor for the updatePrefs object


getShiftY

public float getShiftY()
Gets the shiftY attribute of the ImodConf object

Returns:
The shiftY value

getAddAngles

public float getAddAngles()
Gets the addAngles attribute of the ImodConf object

Returns:
The addAngles value

setAddAngles

public void setAddAngles(float f)
Sets the addAngles attribute of the ImodConf object

Parameters:
f - The new addAngles value

getThickness

public int getThickness()
Gets the thickness attribute of the ImodConf object

Returns:
The thickness value

getBille

public int getBille()
Gets the bille attribute of the ImodConf object

Returns:
The bille value

setThickness

public void setThickness(int i)
Sets the thickness attribute of the ImodConf object

Parameters:
i - The new thickness value

setBille

public void setBille(int i)
Sets the bille attribute of the ImodConf object

Parameters:
i - The new bille value

setShiftY

public void setShiftY(float s)
Sets the shiftY attribute of the ImodConf object

Parameters:
s - The new shiftY value

setTiltAngle

public void setTiltAngle(float t)
Sets the tiltAngle attribute of the ImodConf object

Parameters:
t - The new tiltAngle value

getTiltAngle

public float getTiltAngle()
Gets the tiltAngle attribute of the ImodConf object

Returns:
The tiltAngle value

setNomSerie

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

Parameters:
s - The new nomSerie value

getNomSerie

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

Returns:
The nomSerie value

setExclure

public void setExclure(java.lang.String s)
Sets the exclure attribute of the ImodConf object

Parameters:
s - The new exclure value

getExclure

public java.lang.String getExclure()
Gets the exclure attribute of the ImodConf object

Returns:
The exclure value

setAngleDebut

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

Parameters:
t - The new angleDebut value

getAngleDebut

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

Returns:
The angleDebut value

setAngleIncrement

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

Parameters:
t - The new angleIncrement value

getAngleIncrement

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

Returns:
The angleIncrement value

getEraser

public boolean getEraser()
Gets the eraser attribute of the ImodConf object

Returns:
The eraser value

setEraser

public void setEraser(boolean er)
Sets the eraser attribute of the ImodConf object

Parameters:
er - The new eraser value