org.utgenome.gwt.utgb.client.ribbon
Class Ribbon.Crease

java.lang.Object
  extended by 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

Field Summary
 int length
           
 Ribbon.CreaseType type
           
 int x
           
 
Method Summary
static Ribbon.Crease newDeletion(int x, int length)
           
static Ribbon.Crease newInsertion(int x, int length)
           
 boolean overlap(int start, int length)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public int x

length

public int length

type

public Ribbon.CreaseType type
Method Detail

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.