Class WigItem


  • public class WigItem
    extends java.lang.Object
    Created 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)  
    • Constructor Detail

      • WigItem

        public WigItem​(int itemIndex,
                       java.lang.String chromosome,
                       int startBase,
                       int endBase,
                       float wigValue)
    • Method Detail

      • getItemNumber

        public int getItemNumber()
      • getChromosome

        public java.lang.String getChromosome()
      • getStartBase

        public int getStartBase()
      • getEndBase

        public int getEndBase()
      • getWigValue

        public float getWigValue()
      • print

        public void print()