org.utgenome.gwt.utgb.client.ribbon
Class Ribbon.Crease
java.lang.Object
org.utgenome.gwt.utgb.client.ribbon.Ribbon.Crease
- Enclosing class:
- Ribbon
public static class Ribbon.Crease
- extends Object
A crease is a point where insertion or deletion occurs.
- Author:
- leo
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
x
public int x
length
public int length
type
public Ribbon.CreaseType type
overlap
public boolean overlap(int start,
int length)
newInsertion
public static Ribbon.Crease newInsertion(int x,
int length)
newDeletion
public static Ribbon.Crease newDeletion(int x,
int length)
Copyright © 2007-2012 utgenome.org. All Rights Reserved.