|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--Geometry.RegionBounds
Defines the minimum and maximum bounds a Region occupies in a projection of Slices.
Region| Field Summary | |
int |
ring_end
|
int |
ring_start
|
int |
sector_end
|
int |
sector_start
|
| Constructor Summary | |
RegionBounds()
Creates an empty region bounds using the system-defined integer limits. |
|
| Method Summary | |
int |
getRingOrigin()
Returns the ring considered the middle between the minimum and maximum rings. |
int |
getSectorOrigin()
Returns the sector considered the middle between the minimum and maximum sectors. |
boolean |
isDefined()
Returns whether this region bounds has been defined. |
java.lang.String |
toString()
Returns a string representation of this class. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public int ring_start
public int ring_end
public int sector_start
public int sector_end
| Constructor Detail |
public RegionBounds()
| Method Detail |
public int getRingOrigin()
public int getSectorOrigin()
public boolean isDefined()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||