public class DummyScreenCaptureService extends AbstractService implements ScreenCaptureService
Constructor and Description |
---|
DummyScreenCaptureService() |
Modifier and Type | Method and Description |
---|---|
Dataset |
captureScreen()
No-op implementation.
|
Dataset |
captureScreenRegion(int x,
int y,
int width,
int height)
No-op implementation.
|
getContext, setContext, toString
getInfo, getPriority, setInfo, setPriority
context
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
initialize, registerEventHandlers
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
dispose
public Dataset captureScreenRegion(int x, int y, int width, int height)
captureScreenRegion
in interface ScreenCaptureService
public Dataset captureScreen()
captureScreen
in interface ScreenCaptureService
Copyright © 2014–2022 ImageJ. All rights reserved.