|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.utgenome.gwt.ribbon.client.model.Ribbon.RibbonSegment
public static class Ribbon.RibbonSegment
A segment of the ribbon
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 |
---|
public int start
public int end
public int length
public Ribbon.RibbonSegment.SegmentType type
public boolean isVisible
Constructor Detail |
---|
public Ribbon.RibbonSegment(int start, int end, int length, Ribbon.RibbonSegment.SegmentType type)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |