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

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

public static class TrackView.Coordinate
extends Object
implements Serializable

Coordinate system

Author:
leo
See Also:
Serialized Form

Field Summary
 String chr
          name of chromosome, contig, scaffold, etc.
 int end
          1-based end position (inclusive)
 int pixelWidth
          pixel width of the track window
 String ref
          reference sequence name
 String ribbon
          ribbon string showing in/del states
 String species
          species name (optional)
 int start
          1-based start position (inclusive)
 
Constructor Summary
TrackView.Coordinate()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

species

public String species
species name (optional)


ref

public String ref
reference sequence name


chr

public String chr
name of chromosome, contig, scaffold, etc.


start

public int start
1-based start position (inclusive)


end

public int end
1-based end position (inclusive)


ribbon

public String ribbon
ribbon string showing in/del states


pixelWidth

public int pixelWidth
pixel width of the track window

Constructor Detail

TrackView.Coordinate

public TrackView.Coordinate()


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