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

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

public static class TrackView.TrackGroup
extends Object
implements Serializable

Track Group is a set of tracks that share the same coordinate

Author:
leo
See Also:
Serialized Form

Field Summary
 String class_
          Java class name of this track group.
 TrackView.Coordinate coordinate
           
 int id
          ID of this track group
 CanonicalProperties property
           
 
Constructor Summary
TrackView.TrackGroup()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public int id
ID of this track group


class_

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


coordinate

public TrackView.Coordinate coordinate

property

public CanonicalProperties property
Constructor Detail

TrackView.TrackGroup

public TrackView.TrackGroup()


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