org.utgenome.gwt.utgb.client.track.lib
Class DASTrack

java.lang.Object
  extended by org.utgenome.gwt.utgb.client.track.TrackBase
      extended by org.utgenome.gwt.utgb.client.track.lib.ReadTrack
          extended by org.utgenome.gwt.utgb.client.track.lib.DASTrack
All Implemented Interfaces:
Track, TrackEntry, TrackGroupPropertyChangeListener

public class DASTrack
extends ReadTrack

DASTrack is for visualizing data that can be located on das data.

Author:
yoshimura

Nested Class Summary
 
Nested classes/interfaces inherited from class org.utgenome.gwt.utgb.client.track.TrackBase
TrackBase.TrackFrameConfig
 
Nested classes/interfaces inherited from interface org.utgenome.gwt.utgb.client.track.Track
Track.TrackFactory
 
Field Summary
 
Fields inherited from class org.utgenome.gwt.utgb.client.track.TrackBase
_frame, _trackGroup, _trackInfo, frameConfig
 
Constructor Summary
DASTrack()
           
 
Method Summary
static Track.TrackFactory factory()
           
 GenomeDB getGenomeDB()
          Override this method to extend db info parameters
 void onChangeTrackConfig(TrackConfigChange change)
          An event handler when some cofigurations of the track changes
 void setUp(TrackFrame trackFrame, TrackGroup group)
          This method is invoked when TrackFrame and TrackGroup for this track become ready, that is, the track is drawable.
 
Methods inherited from class org.utgenome.gwt.utgb.client.track.lib.ReadTrack
beforeChangeTrackWindow, calcXPositionOnWindow, draw, getPath, getTrackURL, getWidget, getWIGPath, onChangeTrackGroupProperty, onChangeTrackWindow, resolveURL, restoreProperties, update
 
Methods inherited from class org.utgenome.gwt.utgb.client.track.TrackBase
error, getBrowserService, getClassName, getConfig, getCoordinate, getDefaultWindowHeight, getFrame, getMinimumWindowHeight, getName, getTrackGroup, getTrackGroupProperty, getTrackGroupProperty, getTrackInfo, getTrackWindow, isInitialized, isTrack, isTrackGroup, loadView, onChange, onChangeTrackHeight, refresh, resolvePropertyValues, saveProperties, setCenterOfTrackWindow, setConfig, setFrame, setTrackGroup, setTrackGroupProperty, toView, toXML, toXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DASTrack

public DASTrack()
Method Detail

factory

public static Track.TrackFactory factory()

setUp

public void setUp(TrackFrame trackFrame,
                  TrackGroup group)
Description copied from interface: Track
This method is invoked when TrackFrame and TrackGroup for this track become ready, that is, the track is drawable. Override this method to write initialization codes for your tracks.

Specified by:
setUp in interface Track
Overrides:
setUp in class ReadTrack
group - the TrackGroup of this track

onChangeTrackConfig

public void onChangeTrackConfig(TrackConfigChange change)
Description copied from interface: Track
An event handler when some cofigurations of the track changes

Specified by:
onChangeTrackConfig in interface Track
Overrides:
onChangeTrackConfig in class ReadTrack

getGenomeDB

public GenomeDB getGenomeDB()
Description copied from class: ReadTrack
Override this method to extend db info parameters

Overrides:
getGenomeDB in class ReadTrack
Returns:


Copyright © 2007-2012 utgenome.org. All Rights Reserved.