org.utgenome.gwt.utgb.client.canvas
Class IntervalLayout.LocusLayout

java.lang.Object
  extended by org.utgenome.gwt.utgb.client.canvas.IntervalLayout.LocusLayout
Enclosing class:
IntervalLayout

public static class IntervalLayout.LocusLayout
extends Object


Constructor Summary
IntervalLayout.LocusLayout(GenomeRange locus, int yOffset)
           
IntervalLayout.LocusLayout(GenomeRange locus, int yOffset, int height)
           
 
Method Summary
 int getHeight()
           
 GenomeRange getLocus()
           
 int getYOffset()
           
 int scaledHeight(int scale)
           
static int scaledHeight(int y, int scale)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntervalLayout.LocusLayout

public IntervalLayout.LocusLayout(GenomeRange locus,
                                  int yOffset)

IntervalLayout.LocusLayout

public IntervalLayout.LocusLayout(GenomeRange locus,
                                  int yOffset,
                                  int height)
Method Detail

getHeight

public int getHeight()

getLocus

public GenomeRange getLocus()

getYOffset

public int getYOffset()

scaledHeight

public int scaledHeight(int scale)

scaledHeight

public static int scaledHeight(int y,
                               int scale)


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