Package org.broad.igv.bbfile
Class WigItem
- java.lang.Object
-
- org.broad.igv.bbfile.WigItem
-
public class WigItem extends java.lang.ObjectCreated by IntelliJ IDEA. User: martind Date: Apr 5, 2010 Time: 4:00:41 PM To change this template use File | Settings | File Templates.
-
-
Constructor Summary
Constructors Constructor Description WigItem(int itemIndex, java.lang.String chromosome, int startBase, int endBase, float wigValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetChromosome()intgetEndBase()intgetItemNumber()intgetStartBase()floatgetWigValue()voidprint()
-