|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.npsnet.xrti.RegionDescriptor
Describes a region.
| Constructor Summary | |
RegionDescriptor(RegionHandle pHandle,
DimensionHandleSet pDimensions)
Constructor. |
|
| Method Summary | |
DimensionHandleSet |
getDimensions()
Returns the dimensions of this region. |
RegionHandle |
getHandle()
Returns the handle of this region. |
RangeBounds |
getRangeBounds(DimensionHandle dimension)
Returns the range bounds for the specified dimension. |
void |
setRangeBounds(DimensionHandle dimension,
RangeBounds bounds)
Sets the range bounds for the specified dimension. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RegionDescriptor(RegionHandle pHandle,
DimensionHandleSet pDimensions)
pHandle - the handle of the regionpDimensions - the dimensions of the region| Method Detail |
public RegionHandle getHandle()
public DimensionHandleSet getDimensions()
public void setRangeBounds(DimensionHandle dimension,
RangeBounds bounds)
dimension - the handle of the dimensionbounds - the new bounds for the dimensionpublic RangeBounds getRangeBounds(DimensionHandle dimension)
dimension - the handle of the dimension of interest
null if
no such dimension exists
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||