public final class DefaultImageDisplayService extends AbstractService implements ImageDisplayService
ImageDisplays.| Constructor and Description |
|---|
DefaultImageDisplayService() |
getContext, setContext, toStringgetInfo, getPriority, setInfo, setPrioritycontextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitregisterEventHandlersgetIdentifier, logcontext, getContext, setContextcompareTo, getPriority, setPrioritygetInfo, setInfogetLocationgetVersiondisposepublic EventService getEventService()
getEventService in interface ImageDisplayServicepublic PluginService getPluginService()
getPluginService in interface ImageDisplayServicepublic DisplayService getDisplayService()
getDisplayService in interface ImageDisplayServicepublic DataView createDataView(Data data)
ImageDisplayServiceDataView wrapping the given data object.createDataView in interface ImageDisplayServicepublic List<? extends DataView> getDataViews()
ImageDisplayServiceDataViews. The list will contain one
uninitialized instance of each DataView implementation known to the
PluginService.getDataViews in interface ImageDisplayServicepublic ImageDisplay getActiveImageDisplay()
ImageDisplayServiceImageDisplay.getActiveImageDisplay in interface ImageDisplayServicepublic Dataset getActiveDataset()
ImageDisplayServiceDataset, if any, of the currently active
ImageDisplay.getActiveDataset in interface ImageDisplayServicepublic DatasetView getActiveDatasetView()
ImageDisplayServiceDatasetView, if any, of the currently active
ImageDisplay.getActiveDatasetView in interface ImageDisplayServicepublic Position getActivePosition()
ImageDisplayServicePosition, if any, of the currently active
ImageDisplay.getActivePosition in interface ImageDisplayServicepublic Dataset getActiveDataset(ImageDisplay display)
ImageDisplayServiceDataset, if any, of the given ImageDisplay.getActiveDataset in interface ImageDisplayServicepublic DatasetView getActiveDatasetView(ImageDisplay display)
ImageDisplayServiceDatasetView, if any, of the given
ImageDisplay.getActiveDatasetView in interface ImageDisplayServicepublic Position getActivePosition(ImageDisplay display)
ImageDisplayServicegetActivePosition in interface ImageDisplayServicepublic List<ImageDisplay> getImageDisplays()
ImageDisplayServiceImageDisplays.getImageDisplays in interface ImageDisplayServicepublic void initialize()
initialize in interface Initializableinitialize in interface ServiceCopyright © 2014–2022 ImageJ. All rights reserved.