Data Model version 2.1.2
Acknowledgements
Diagram | Class Map | Attribute Map | Method Map | Help | License
Home | Package | Class: { prev | next } | Attribute | Method

Class: SpectrumWindowPane

The SpectrumWindowPane constructor includes non-standard actions.
    Spectrum display area within window. Normal contour SpectrumWindows only have one.
Attributes
Link Attributes
Attribute Methods
Link Attribute Methods
Class Methods
Factory Methods
Other Methods
Appendix

Inheritance:


Details:

Parent: link spectrumWindow to class SpectrumWindow
Main key: serial
Mandatory Attributes: None
Known Subclasses: None
Children:
link axisPanels to class AxisPanel
link slicePanels to class SlicePanel
link spectrumWindowViews to class SpectrumWindowView
Constructor: newObj = SpectrumWindowPane( spectrumWindow, ... )

Attributes (in package)

Go to Top
Attribute Type Multiplicity Description
aspectRatio Float 1..1 The ratio between the y axis and x axis display units (in their given units).  
name Line 0..1 An arbitrary user-defined name for the window.  
serial Int 1..1 Serial number of object. Serves as object main key. Serial numbers of deleted objects are not re-used. Serial numbers can only be set by the implementation. Values are in practice always positive, since negative values are interpreted as a signal to set the next free serial  
sliceRange Float 2..2 Range for intensity axis on 1D slice display. The same value is used for both x and y slices.  

Inherited Attributes (not in package): applicationDataclassNamefieldNamesinConstructorisDeletedmetaclasspackageNamepackageShortNamequalifiedName

Link Attributes (in package)

Go to Top
Attribute Type Multiplicity Description
axisPanels AxisPanel 0..* (Child link). child link to class AxisPanel  
parent SpectrumWindow 1..1 link to parent object - synonym for spectrumWindow  
slicePanels SlicePanel 0..* (Child link). child link to class SlicePanel  
spectrumWindow SpectrumWindow 1..1 (Parent link). parent link  
spectrumWindowViews SpectrumWindowView 0..* (Child link). child link to class SpectrumWindowView  

Inherited Attributes (not in package): accessactiveAccessroottopObject

Attribute Methods (in package)

Go to Top
Attribute Method Return Parameters Comment
aspectRatio
getAspectRatio Float -
setAspectRatio - Float
name
getName Line -
setName - Line
serial
getSerial Int -
setSerial - Int
sliceRange
getSliceRange Float Tuple -
setSliceRange - Float List

Link Attribute Methods (in package)

Go to Top
Attribute Method Return Parameters Comment
axisPanels
getAxisPanels AxisPanel Set -
sortedAxisPanels AxisPanel List -
findFirstAxisPanel AxisPanel keyword=value pairs
findAllAxisPanels AxisPanel Set keyword=value pairs
parent
getParent SpectrumWindow -
slicePanels
getSlicePanels SlicePanel Set -
sortedSlicePanels SlicePanel List -
findFirstSlicePanel SlicePanel keyword=value pairs
findAllSlicePanels SlicePanel Set keyword=value pairs
spectrumWindow
getSpectrumWindow SpectrumWindow -
spectrumWindowViews
getSpectrumWindowViews SpectrumWindowView Set -
sortedSpectrumWindowViews SpectrumWindowView List -
findFirstSpectrumWindowView SpectrumWindowView keyword=value pairs
findAllSpectrumWindowViews SpectrumWindowView Set keyword=value pairs

Class Methods (in package)

Go to Top
Method Return Parameters Comment
checkValid - Boolean
checkAllValid - Boolean
getByKey SpectrumWindowPane memops.api.Implementation.MemopsObject, Any List static
getFullKey Any List Boolean
getLocalKey Any -
get Any String
set - String, Any

Factory Methods (in package)

Go to Top
Method Return Parameters
newAxisPanel AxisPanel label, ...
newSlicePanel SlicePanel label, ...
newSpectrumWindowView SpectrumWindowView analysisSpectrum, ...

Other Methods (in package)

Go to Top
Method Return Parameters Comment
None

Appendix

Go to Top

guid:

www.ccpn.ac.uk_Fogh_2008-09-24-15:20:49_00001

isImplicit:

False

Tag

Value
repositoryId $Id: $

Tag

Value
repositoryTag $Name: $

Special constructor code:

for label in ('x','y'):
  AxisPanel(self, label=label)
  SlicePanel(self, label=label)

Special destructor code:

None

Special postDestructor code:

None

Constraints:

None
Known inward one-way links: None
  Data Model Version 2.1.2
Go to Top  
  Autogenerated by  PyApiDocGen  revision 1.3   on  Mon Mar 2 17:25:10 2015    from data model package  ccpnmr.api.Analysis.SpectrumWindowPane   revision ?  
  Work done by the CCPN team.
www.ccpn.ac.uk