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]
 
__bstrap__(self)
Initialisation method which is implemented by subclasses to set their class variables etc.
source code
 
__prepare__(self, idx=-1, re=None, img=None)
Sets values of idx, re and img
source code
None
save(self)
Extends the superclass save method to save Pixels.
source code
Boolean
isActive(self)
Returns True if the channel is active (turned on in rendering settings)
source code
LogicalChannelWrapper
getLogicalChannel(self)
Returns the logical channel
source code
String
getLabel(self)
Returns the logical channel name, emission wave or index.
source code
String
getName(self)
Returns the logical channel name or None
source code
int
getEmissionWave(self)
Returns the emission wave or None.
source code
int
getExcitationWave(self)
Returns the excitation wave or None.
source code
ColorHolder
getColor(self)
Returns the rendering settings color of this channel
source code
int
getWindowStart(self)
Returns the rendering settings window-start of this channel
source code
 
setWindowStart(self, val) source code
int
getWindowEnd(self)
Returns the rendering settings window-end of this channel
source code
 
setWindowEnd(self, val) source code
 
setWindow(self, minval, maxval) source code
double
getWindowMin(self)
Returns the minimum pixel value of the channel
source code
double
getWindowMax(self)
Returns the maximum pixel value of the channel
source code

Inherited from BlitzObjectWrapper: __eq__, __getattr__, __init__, __loadedHotSwap__, __repr__, canDelete, canOwnerWrite, canWrite, countChildren, countChildren_cached, creationEventDate, findChildByName, getAncestry, getAnnotation, getChildLinks, getDate, getDescription, getDetails, getId, getOwner, getOwnerFullName, getOwnerOmeName, getParent, getParentLinks, isEditable, isLeaded, isOwned, isPrivate, isPublic, isReadOnly, isShared, linkAnnotation, listAnnotations, listChildren, listOrphanedAnnotations, listParents, removeAnnotations, saveAs, setDescription, setName, simpleMarshal, unlinkAnnotations, updateEventDate

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

Static Methods [hide private]

Inherited from BlitzObjectWrapper: LINK_PARENT

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_CHILD, LINK_CLASS, OMERO_CLASS, PARENT_WRAPPER_CLASS

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__bstrap__(self)

source code 

Initialisation method which is implemented by subclasses to set their class variables etc.

Overrides: BlitzObjectWrapper.__bstrap__
(inherited documentation)

__prepare__(self, idx=-1, re=None, img=None)

source code 

Sets values of idx, re and img

Overrides: BlitzObjectWrapper.__prepare__

save(self)

source code 

Extends the superclass save method to save Pixels. Returns result of saving superclass (TODO: currently this is None)

Returns: None
Overrides: BlitzObjectWrapper.save

isActive(self)

source code 

Returns True if the channel is active (turned on in rendering settings)

Returns: Boolean
True if Channel is Active

getLogicalChannel(self)

source code 

Returns the logical channel

Returns: LogicalChannelWrapper
Logical Channel

getLabel(self)

source code 

Returns the logical channel name, emission wave or index. The first that is not null in the described order.

Returns: String
The logical channel string representation

getName(self)

source code 

Returns the logical channel name or None

Returns: String
The logical channel string representation
Overrides: BlitzObjectWrapper.getName

getEmissionWave(self)

source code 

Returns the emission wave or None.

Returns: int
Emission wavelength or None

getExcitationWave(self)

source code 

Returns the excitation wave or None.

Returns: int
Excitation wavelength or None

getColor(self)

source code 

Returns the rendering settings color of this channel

Returns: ColorHolder
Channel color

getWindowStart(self)

source code 

Returns the rendering settings window-start of this channel

Returns: int
Window start

getWindowEnd(self)

source code 

Returns the rendering settings window-end of this channel

Returns: int
Window end

getWindowMin(self)

source code 

Returns the minimum pixel value of the channel

Returns: double
Min pixel value

getWindowMax(self)

source code 

Returns the maximum pixel value of the channel

Returns: double
Min pixel value

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')),