org.utgenome.gwt.ribbon.client.model
Class Ribbon.RibbonSegment

java.lang.Object
  extended by org.utgenome.gwt.ribbon.client.model.Ribbon.RibbonSegment
Enclosing class:
Ribbon

public static class Ribbon.RibbonSegment
extends Object

A segment of the ribbon

Author:
leo

Nested Class Summary
static class Ribbon.RibbonSegment.SegmentType
           
 
Field Summary
 int end
          end position on the reference genome
 boolean isVisible
          true if this segment is visible to the user, otherwise false
 int length
          the length of this ribbon segment
 int start
          start position on the reference genome
 Ribbon.RibbonSegment.SegmentType type
          GAP, FOLD, or NORMAL
 
Constructor Summary
Ribbon.RibbonSegment(int start, int end, int length, Ribbon.RibbonSegment.SegmentType type)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start

public int start
start position on the reference genome


end

public int end
end position on the reference genome


length

public int length
the length of this ribbon segment


type

public Ribbon.RibbonSegment.SegmentType type
GAP, FOLD, or NORMAL


isVisible

public boolean isVisible
true if this segment is visible to the user, otherwise false

Constructor Detail

Ribbon.RibbonSegment

public Ribbon.RibbonSegment(int start,
                            int end,
                            int length,
                            Ribbon.RibbonSegment.SegmentType type)


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