Package omeroweb :: Package webclient :: Module webclient_gateway :: Class ImageWrapper
[hide private]
[frames] | no frames]

Class ImageWrapper

source code


omero_model_ImageI class wrapper overwrite omero.gateway.ImageWrapper and extends OmeroWebObjectWrapper.

Instance Methods [hide private]
 
__prepare__(self, **kwargs)
Initialisation method which is implemented by subclasses to handle various init tasks
source code
List of ChannelWrapper
getChannels(self)
Returns a list of Channels, each initialised with rendering engine
source code
 
showOriginalFilePaths(self)
This determines whether we want to show the paths of Original Imported Files.
source code
 
getImportedImageFiles(self)
Until we update the BlitzGateway to use the newer getImportedImageFiles() method, we must delegate to the older getArchivedFiles() method.
source code
 
countImportedImageFiles(self)
Until we update the BlitzGateway to use the newer countImportedImageFiles() method, we must delegate to the older countArchivedFiles() method.
source code

Inherited from OmeroWebObjectWrapper: countAnnotations, countParents, getPermissions, getPermsCss, warpName

Inherited from omero.gateway._ImageWrapper: __bstrap__, __del__, __loadedHotSwap__, clearDefaults, countArchivedFiles, createMovie, exportOmeTiff, getArchivedFiles, getAuthor, getCol, getDataset, getDefaultT, getDefaultZ, getImagingEnvironment, getInstrument, getObjectiveSettings, getPixelLine, getPixelRange, getPixelSizeX, getPixelSizeY, getPixelSizeZ, getPixelsId, getPixelsType, getPlate, getPrimaryPixels, getProject, getProjection, getProjections, getROICount, getRenderingModel, getRenderingModels, getRow, getSizeC, getSizeT, getSizeX, getSizeY, getSizeZ, getStageLabel, getT, getThumbnail, getZ, getZoomLevelScaling, isGreyscaleRenderingModel, isInvertedAxis, loadOriginalMetadata, loadRenderOptions, prepareLinePlotCanvas, renderBirdsEyeView, renderColLinePlotGif, renderImage, renderJpeg, renderJpegRegion, renderRowLinePlotGif, renderSplitChannel, renderSplitChannelImage, requiresPixelsPyramid, resetRDefs, saveDefaults, setActiveChannels, setColorRenderingModel, setGreyscaleRenderingModel, setInvertedAxis, setProjection, shortname, simpleMarshal, splitChannelDims

Inherited from omero.gateway.BlitzObjectWrapper: __eq__, __getattr__, __init__, __repr__, canAnnotate, canChgrp, canDelete, canEdit, canLink, canOwnerWrite, canWrite, countChildren, countChildren_cached, creationEventDate, findChildByName, getAncestry, getAnnotation, getChildLinks, getDate, getDescription, getDetails, getId, getName, getOwner, getOwnerFullName, getOwnerOmeName, getParent, getParentLinks, isLeaded, isOwned, isPrivate, isPublic, isShared, linkAnnotation, listAnnotations, listChildren, listOrphanedAnnotations, listParents, removeAnnotations, save, saveAs, setDescription, setName, unlinkAnnotations, updateEventDate

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]

Inherited from omero.gateway._ImageWrapper: fromPixelsId

Static Methods [hide private]

Inherited from omero.gateway.BlitzObjectWrapper: LINK_PARENT

Class Variables [hide private]
  annotation_counter = None
hash(x)

Inherited from omero.gateway._ImageWrapper: LINE_PLOT_DTYPES, LP_BGCOLOR, LP_FGCOLOR, LP_PALLETE, LP_TRANSPARENT, PLANEDEF, PROJECTIONS

Inherited from omero.gateway.BlitzObjectWrapper: CHILD_WRAPPER_CLASS, LINK_CHILD, LINK_CLASS, OMERO_CLASS, PARENT_WRAPPER_CLASS

Instance Variables [hide private]
  link
This override standard omero.gateway.ImageWrapper.getChannels and catch exceptions.
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__prepare__(self, **kwargs)

source code 

Initialisation method which is implemented by subclasses to handle various init tasks

Overrides: omero.gateway.BlitzObjectWrapper.__prepare__
(inherited documentation)

getChannels(self)

source code 

Returns a list of Channels, each initialised with rendering engine

Returns: List of ChannelWrapper
Channels
Overrides: omero.gateway._ImageWrapper.getChannels
(inherited documentation)