|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface StretchableROI
Interface that stretchable ROIs implement.
| Method Summary | |
|---|---|
java.awt.geom.Rectangle2D |
getDisplayedBounds2D()
Returns a high-precision rectangle (in screen coordinates) that just bounds this ROI. |
void |
move(double dx,
double dy,
double stretchX,
double stretchY)
Moves and stretches an ROI. |
| Method Detail |
|---|
void move(double dx,
double dy,
double stretchX,
double stretchY)
dx - the distance (in mm) to move the centre of the StretchableROI
in the horizontal direction.dy - the distance (in mm) to move the centre of the StretchableROI
in the vertical direction.stretchX - the stretch in the horizontal direction.stretchY - the stretch in the vertical direction.java.awt.geom.Rectangle2D getDisplayedBounds2D()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||