|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.teamdev.jxcapture.image.operation.CaptureOperation
com.teamdev.jxcapture.image.operation.DrawableCapture
public abstract class DrawableCapture
This abstract class represents a drawing capture operation, like capture of a specified region or object.
Constructor Summary | |
---|---|
protected |
DrawableCapture(SelectionController controller)
|
Method Summary | |
---|---|
void |
cancel()
Fires the cancel event and disposes of the drawable area. |
void |
complete()
Fires the complete event and disposes of the drawable area. |
void |
dispose()
Disposes of the current operation. |
protected SelectionController |
getController()
|
DrawableArea |
getDrawableArea()
|
protected void |
showDrawableArea()
|
Methods inherited from class com.teamdev.jxcapture.image.operation.CaptureOperation |
---|
addCaptureListener, execute, fireCaptureCancelEvent, fireCaptureCompleteEvent, fireCaptureStartEvent, getCaptureListeners, removeCaptureListener |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected DrawableCapture(SelectionController controller)
Method Detail |
---|
protected SelectionController getController()
public DrawableArea getDrawableArea()
protected void showDrawableArea()
public void dispose()
public void cancel()
public void complete()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |