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

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

public class ScaleBarTrack
extends GenomeTrack

Scale bar

Author:
hatsuda

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.lib.GenomeTrack
CONFIG_TRACK_BASE_URL, CONFIG_TRACK_TYPE, frame, isWidgetReady, layoutPanel, leftMargin, queryParams, trackImage, type
 
Fields inherited from class org.utgenome.gwt.utgb.client.track.TrackBase
_frame, _trackGroup, _trackInfo, frameConfig
 
Constructor Summary
ScaleBarTrack()
           
 
Method Summary
static Track.TrackFactory factory()
           
 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.GenomeTrack
draw, getTrackURL, getWidget, onChange, onChangeTrackConfig, restoreProperties, saveProperties
 
Methods inherited from class org.utgenome.gwt.utgb.client.track.TrackBase
beforeChangeTrackWindow, error, getBrowserService, getClassName, getConfig, getCoordinate, getDefaultWindowHeight, getFrame, getMinimumWindowHeight, getName, getTrackGroup, getTrackGroupProperty, getTrackGroupProperty, getTrackInfo, getTrackWindow, isInitialized, isTrack, isTrackGroup, loadView, onChangeTrackGroupProperty, onChangeTrackHeight, onChangeTrackWindow, refresh, resolvePropertyValues, 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

ScaleBarTrack

public ScaleBarTrack()
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 GenomeTrack
group - the TrackGroup of this track


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