Skip to content
Robert Buels edited this page Dec 25, 2013 · 4 revisions

Architecture

  • JBrowse/Track - the main Track object, representing the notion of the track. Holds the track's configuration, lives while the app is running.
  • JBrowse/Track/Widget - top-level dijit Widget for tracks (picks and changes track views, based on configuration)
  • JBrowse/View/Track - child widget for a particular view of the track
  • JBrowse/View/TrackWorker - background renderer for the track, does most of the drawing, most of the different kinds of visualizations are subclasses of this. instantiated and called by the child widget.
Clone this wiki locally