Package omero :: Package gateway :: Class ChannelWrapper
[hide private]
[frames] | no frames]

Class ChannelWrapper

source code


omero_model_ChannelI class wrapper extends BlitzObjectWrapper.

Instance Methods [hide private]
 
__prepare__(self, idx, re) source code
 
save(self) source code
 
isActive(self) source code
 
getEmissionWave(self) source code
 
getColor(self) source code
 
getWindowStart(self) source code
 
setWindowStart(self, val) source code
 
getWindowEnd(self) source code
 
setWindowEnd(self, val) source code
 
setWindow(self, minval, maxval) source code
 
getWindowMin(self) source code
 
getWindowMax(self) source code

Inherited from BlitzObjectWrapper: __bstrap__, __eq__, __getattr__, __init__, __loadedHotSwap__, __repr__, canOwnerWrite, canWrite, countChildren, countChildren_cached, creationEventDate, getAncestry, getAnnotation, getDescription, getDetails, getId, getName, getOwner, getOwnerFullName, getOwnerOmeName, linkAnnotation, listAnnotations, listChildren, listParents, removeAnnotations, saveAs, setName, simpleMarshal, updateEventDate

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

Class Variables [hide private]
  BLUE_MIN = 400
  BLUE_MAX = 500
  GREEN_MIN = 501
  GREEN_MAX = 600
  RED_MIN = 601
  RED_MAX = 700
  COLOR_MAP = BLUE_MIN, BLUE_MAX, ColorHolder('Blue'), (GREEN_MI...

Inherited from BlitzObjectWrapper: CHILD_WRAPPER_CLASS, LINK_CLASS, OMERO_CLASS, PARENT_WRAPPER_CLASS

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__prepare__(self, idx, re)

source code 
Overrides: BlitzObjectWrapper.__prepare__

save(self)

source code 
Overrides: BlitzObjectWrapper.save

Class Variable Details [hide private]

COLOR_MAP

Value:
BLUE_MIN, BLUE_MAX, ColorHolder('Blue'), (GREEN_MIN, GREEN_MAX, ColorH\
older('Green')), (RED_MIN, RED_MAX, ColorHolder('Red')),