|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RotatableROI
Interface that rotatable ROIs implement. Rotatable ROIs have a getable and setable rotation angle, and a centre of rotation.
| Method Summary | |
|---|---|
java.awt.geom.Point2D |
getCentre()
Gets the centre (about which rotation will occur) of this RotatableROI in mm. |
double |
getTheta()
Returns the current rotation angle for this RotatableROI. |
void |
setTheta(double theta)
Sets the rotation angle for this RotatableROI. |
| Method Detail |
|---|
double getTheta()
void setTheta(double theta)
theta - the rotation angle.java.awt.geom.Point2D getCentre()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||