public class LegacyOMEROService extends DefaultOMEROService
OMEROService
which can handle ImageJ 1.x data structures.Constructor and Description |
---|
LegacyOMEROService() |
Modifier and Type | Method and Description |
---|---|
void |
addROIMapping(Object roi,
ROIData shape)
Add a mapping between a ROIs originating from ImageJ and an OMERO
ROIData . |
ROIData |
getROIMapping(Object key)
Retrieve the
ROIData associated with this key. |
void |
removeROIMapping(Object key)
Removes the
Object ROIData mapping associated with the
given key from the stored ROIs. |
clearROIMappings, convertOMEROROI, convertOMEROTable, createSession, downloadImage, downloadROI, downloadROIs, downloadTable, downloadTables, getJobParam, getROIMappingKeys, getUpdatedServerROIData, prototype, removeSession, session, session, toImageJ, toOMERO, toOMERO, updateAndReturnROIs, updateROIs, uploadAndReturnROIs, uploadImage, uploadImage, uploadImageAttachments, uploadROIs, uploadTable
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 void addROIMapping(Object roi, ROIData shape)
OMEROService
ROIData
.addROIMapping
in interface OMEROService
addROIMapping
in class DefaultOMEROService
public ROIData getROIMapping(Object key)
OMEROService
ROIData
associated with this key. Returns null
if there's no mapping.getROIMapping
in interface OMEROService
getROIMapping
in class DefaultOMEROService
public void removeROIMapping(Object key)
OMEROService
Object
ROIData
mapping associated with the
given key from the stored ROIs.removeROIMapping
in interface OMEROService
removeROIMapping
in class DefaultOMEROService
Copyright © 2014–2022 ImageJ. All rights reserved.