|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ROI
A Region Of Interest, that is a region delimited by a polygon, that can be moved with the mouse.
Method Summary | |
---|---|
java.awt.Shape |
getShape()
|
void |
paint(java.awt.Graphics g)
Called by the Player: draw the ROI |
void |
setComponent(java.awt.Component c)
Called by the Player: set the component where to display the ROI |
Method Detail |
---|
java.awt.Shape getShape()
void setComponent(java.awt.Component c)
c
- The Component where to display the ROIvoid paint(java.awt.Graphics g)
g
- the Graphics where to paint the ROI
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |