|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.teamdev.jxcapture.image.operation.controllers.SelectionController
com.teamdev.jxcapture.image.operation.controllers.RegionController
public class RegionController
The specified controller for processing the mouse and key events during the capture of the region.
| Field Summary |
|---|
| Fields inherited from class com.teamdev.jxcapture.image.operation.controllers.SelectionController |
|---|
captureListener |
| Constructor Summary | |
|---|---|
RegionController(SelectionPainter selectionPainter)
|
|
| Method Summary | |
|---|---|
SelectionPainter |
getSelectionPainter()
Returns a SelectionPainter object. |
boolean |
onKeyAction(java.awt.event.KeyEvent event)
Invoked when a key action has occurred. |
boolean |
onMouseAction(java.awt.event.MouseEvent event)
Invoked when a mouse action has occurred. |
| Methods inherited from class com.teamdev.jxcapture.image.operation.controllers.SelectionController |
|---|
activate, fireCancelAction, fireCompleteAction |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RegionController(SelectionPainter selectionPainter)
| Method Detail |
|---|
public boolean onKeyAction(java.awt.event.KeyEvent event)
SelectionController
onKeyAction in class SelectionControllerpublic boolean onMouseAction(java.awt.event.MouseEvent event)
SelectionController
onMouseAction in class SelectionControllerpublic SelectionPainter getSelectionPainter()
SelectionControllerSelectionPainter object.
getSelectionPainter in class SelectionController
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||