|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface defines the common properties of all electromagnet elements.
| Field Summary | |
static int |
ORIENT_HOR
dipole is oriented to provide action in the horizontal plane |
static int |
ORIENT_NONE
no dipole orientation given - indicates error condition for oriented elements |
static int |
ORIENT_VER
dipole is oriented to provide action in the vertical plane |
| Method Summary | |
double |
getMagField()
Get the magnetic field strength of the electromagnet |
int |
getOrientation()
Return the orientation enumeration code. |
void |
setMagField(double dblField)
Set the magnetic field strength of the electromagnet. |
void |
setOrientation(int enmOrient)
Return the orientation enumeration code. |
| Field Detail |
public static final int ORIENT_NONE
public static final int ORIENT_HOR
public static final int ORIENT_VER
| Method Detail |
public int getOrientation()
public double getMagField()
public void setOrientation(int enmOrient)
enmOrient - magnet orientation enumeration codegetOrientation()public void setMagField(double dblField)
dblField - magnetic field (in
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||