| Overview | Package | Class | Tree | Deprecated | Index | Help | |||
| PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||
| Method Summary | |
| void | setOrigin(int[] pos)
set the origin of this Volume to a position given by an array of integers. |
| void | setOrigin(int idx,
int pos)
set one component of the origin of this Volume to a given position along a given axis |
| void | setOrigin(double[] pos)
set the origin of this Volume to a fractional position given by an array of integers. |
| void | setOrigin(int idx,
double pos)
set one component of the origin of this Volume to a given position along a given axis |
| void | setOrigin(Voxel vox)
set the origin of this volume to the position of a given Voxel |
| Method Detail |
public void setOrigin(int[] pos)
public void setOrigin(int idx,
int pos)
public void setOrigin(double[] pos)
throws PositionOutOfBoundsException
public void setOrigin(int idx,
double pos)
throws PositionOutOfBoundsException
public void setOrigin(Voxel vox)
| Overview | Package | Class | Tree | Deprecated | Index | Help | |||
| PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||