|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ImageRegion
This interface represents region of an image. Each region of an image has two 2D points that mark the edges of the region - Bottom Right and Top Left.
ImageRegionImpl| Method Summary | |
|---|---|
double |
getBottomRightX()
|
double |
getBottomRightY()
|
double |
getTopLeftX()
|
double |
getTopLeftY()
|
void |
setBottomRightX(double bottomRightX)
Sets the x position of the top left hand corner of the region to be retrieved, 0.0 corresponding to the first column of the image matrix. |
void |
setBottomRightY(double bottomRightY)
Sets the y position of the top left hand corner of the region to be retrieved, 0.0 corresponding to the top row of the image matrix. |
void |
setTopLeftX(double topLeftX)
Sets the x position of the bottom right hand extent of the region, 1.0 corresponding to the last column of the image matrix, 0.0 being forbidden. |
void |
setTopLeftY(double topLeftY)
Sets the y position of the bottom right hand extent of the region, 1.0 corresponding to the last row of the image matrix, 0.0 being forbidden. |
| Method Detail |
|---|
void setBottomRightX(double bottomRightX)
bottomRightX - The x position of the top left hand corner of the regionvoid setBottomRightY(double bottomRightY)
bottomRightY - The y position of the top left hand corner of the regionvoid setTopLeftX(double topLeftX)
topLeftX - The x position of the bottom right hand extent of the regionvoid setTopLeftY(double topLeftY)
topLeftY - The y position of the bottom right hand extent of the regiondouble getBottomRightX()
double getBottomRightY()
double getTopLeftX()
double getTopLeftY()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||