Class ZoomDataRecord


  • public class ZoomDataRecord
    extends java.lang.Object
    Created by IntelliJ IDEA. User: martind Date: Jan 18, 2010 Time: 2:24:44 PM To change this template use File | Settings | File Templates.
    • Constructor Detail

      • ZoomDataRecord

        public ZoomDataRecord​(int zoomLevel,
                              int recordNumber,
                              java.lang.String chromName,
                              int chromId,
                              int chromStart,
                              int chromEnd,
                              int validCount,
                              float minVal,
                              float maxVal,
                              float sumData,
                              float sumSquares)
    • Method Detail

      • getZoomLevel

        public int getZoomLevel()
      • getRecordNumber

        public int getRecordNumber()
      • getChromName

        public java.lang.String getChromName()
      • getChromId

        public int getChromId()
      • getChromStart

        public int getChromStart()
      • getChromEnd

        public int getChromEnd()
      • getBasesCovered

        public int getBasesCovered()
      • getMinVal

        public float getMinVal()
      • getMaxVal

        public float getMaxVal()
      • getSumData

        public float getSumData()
      • getMeanVal

        public float getMeanVal()
      • getSumSquares

        public float getSumSquares()
      • print

        public void print()