| Overview | Package | Class | Tree | Deprecated | Index | Help | |||
| PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||
java.lang.Object
|
+--ncsa.horizon.util.Swath
|
+--ncsa.horizon.util.AdjustableSwath
| Fields inherited from class ncsa.horizon.util.Swath | |
| end, start | |
| Constructor Summary | |
| AdjustableSwath(Voxel start,
Voxel end)
Create a new Swath given its beginning and ending Voxel. |
|
| AdjustableSwath(int naxes)
Create a default Swath of zero length |
|
| AdjustableSwath()
Create a default Swath of zero length in a 2-dimensional space |
|
| AdjustableSwath(Swath in)
Create a Swath that is a copy of another Swath. |
|
| Method Summary | |
| java.util.Observable | getMonitor()
return an Observable monitor for listening for changes to this Volume. |
| boolean | isMutable()
return true if the paramters of this Volume can change. |
| void | setEnd(Voxel vox)
set the ending position. |
| void | setEnd(int[] pos)
set the ending position. |
| void | setEnd(double[] pos)
set the ending position. |
| void | setEnd(int axis,
int pos)
set a component of the ending position. |
| void | setEnd(int axis,
double pos)
set a component of the ending position. |
| void | setStart(Voxel vox)
set the starting position. |
| void | setStart(int[] pos)
set the starting position. |
| void | setStart(double[] pos)
set the starting position. |
| void | setStart(int axis,
int pos)
set a component of the starting position. |
| void | setStart(int axis,
double pos)
set a component of the starting position. |
| Methods inherited from class ncsa.horizon.util.Swath | |
| clone, equals, getEndPos, getEndPos, getEnd, getExactEndPos, getExactEndPos, getExactStartPos, getExactStartPos, getLength, getLength, getMonitor, getProjection, getStartPos, getStartPos, getStart, isMutable | |
| Methods inherited from class java.lang.Object | |
| clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait | |
| Constructor Detail |
public AdjustableSwath(Voxel start,
Voxel end)
public AdjustableSwath(int naxes)
naxes
- the dimensionality of the space.public AdjustableSwath()
public AdjustableSwath(Swath in)
| Method Detail |
public boolean isMutable()
public java.util.Observable getMonitor()
public void setStart(Voxel vox)
public void setStart(int[] pos)
public void setStart(double[] pos)
public void setStart(int axis,
int pos)
public void setStart(int axis,
double pos)
public void setEnd(Voxel vox)
public void setEnd(int[] pos)
public void setEnd(double[] pos)
public void setEnd(int axis,
int pos)
public void setEnd(int axis,
double pos)
| Overview | Package | Class | Tree | Deprecated | Index | Help | |||
| PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||