org.utgenome.gwt.utgb.client.view
Class TrackView.Track

java.lang.Object
  extended by org.utgenome.gwt.utgb.client.view.TrackView.Track
All Implemented Interfaces:
Serializable
Enclosing class:
TrackView

public static class TrackView.Track
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 String class_
          Java class name of this track.
 int height
           
 String name
           
 boolean pack
           
 CanonicalProperties property
           
 TrackView.TrackGroup trackGroup
          belonging track group
 
Constructor Summary
TrackView.Track()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

trackGroup

public TrackView.TrackGroup trackGroup
belonging track group


name

public String name

height

public int height

pack

public boolean pack

class_

public String class_
Java class name of this track. The underscore (_) is necessary to differentiate this parameter name from the same name Java keyword, class


property

public CanonicalProperties property
Constructor Detail

TrackView.Track

public TrackView.Track()


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