|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectanl.aida.data.Slice
public class Slice
Describes a slice along 4 dimensions. Not all the ranges need to be set.
Field Summary | |
---|---|
private Range |
layerRange
|
private Range |
timeRange
|
private Range |
xRange
|
private Range |
yRange
|
Constructor Summary | |
---|---|
Slice()
|
Method Summary | |
---|---|
Range |
getLayerRange()
Gets the range of slice along the layer dimension. |
Range |
getTimeRange()
Gets the range of slice along the time dimension. |
Range |
getXRange()
Gets the range of slice along the x dimension. |
Range |
getYRange()
Gets the range of slice along the y dimension. |
void |
setLayerRange(int origin,
int extent)
Sets the layer range of this Slice. |
void |
setLayerRange(Range range)
Sets the layer range of this Slice. |
void |
setTimeRange(int origin,
int extent)
Sets the time range of this Slice. |
void |
setTimeRange(Range range)
Sets the time range of this Slice. |
void |
setXRange(int origin,
int extent)
Sets the x range of this Slice. |
void |
setXRange(Range range)
Sets the x range of this Slice. |
void |
setYRange(int origin,
int extent)
Sets the y range of this Slice. |
void |
setYRange(Range range)
Sets the y range of this Slice. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private Range timeRange
private Range layerRange
private Range xRange
private Range yRange
Constructor Detail |
---|
public Slice()
Method Detail |
---|
public void setTimeRange(int origin, int extent)
origin
- the origin of the time rangeextent
- the extent of the time rangepublic void setTimeRange(Range range)
range
- the time rangepublic void setLayerRange(int origin, int extent)
origin
- the origin of the layer rangeextent
- the extent of the layer rangepublic void setLayerRange(Range range)
range
- the layer rangepublic void setXRange(int origin, int extent)
origin
- the origin of the x rangeextent
- the extent of the x rangepublic void setXRange(Range range)
range
- the x rangepublic void setYRange(Range range)
range
- the y rangepublic void setYRange(int origin, int extent)
origin
- the origin of the y rangeextent
- the extent of the y rangepublic Range getLayerRange()
public Range getTimeRange()
public Range getXRange()
public Range getYRange()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |