Package org.broad.igv.bbfile
Class RPTreeChildNodeItem
- java.lang.Object
-
- org.broad.igv.bbfile.RPTreeChildNodeItem
-
public class RPTreeChildNodeItem extends java.lang.Object
Created by IntelliJ IDEA. User: martind Date: Jan 6, 2010 Time: 4:35:42 PM To change this template use File | Settings | File Templates.
-
-
Constructor Summary
Constructors Constructor Description RPTreeChildNodeItem(int startChromID, int startBase, int endChromID, int endBase, long childDataOffset)
RPTreeChildNodeItem(int startChromID, int startBase, int endChromID, int endBase, RPTreeNode childNode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareRegions(RPChromosomeRegion chromosomeRegion)
RPTreeNode
getChildNode()
RPChromosomeRegion
getChromosomeBounds()
void
print()
-
-
-
Constructor Detail
-
RPTreeChildNodeItem
public RPTreeChildNodeItem(int startChromID, int startBase, int endChromID, int endBase, RPTreeNode childNode)
-
RPTreeChildNodeItem
public RPTreeChildNodeItem(int startChromID, int startBase, int endChromID, int endBase, long childDataOffset)
-
-
Method Detail
-
getChromosomeBounds
public RPChromosomeRegion getChromosomeBounds()
-
getChildNode
public RPTreeNode getChildNode()
-
compareRegions
public int compareRegions(RPChromosomeRegion chromosomeRegion)
-
print
public void print()
-
-