Class BBZoomLevels


  • public class BBZoomLevels
    extends java.lang.Object
    Created by IntelliJ IDEA. User: martind Date: Dec 17, 2009 Time: 12:36:35 PM To change this template use File | Settings | File Templates.
    • Constructor Detail

      • BBZoomLevels

        public BBZoomLevels​(SeekableStream fis,
                            long fileOffset,
                            int zoomLevels,
                            boolean isLowToHigh,
                            int uncompressBufSize)
    • Method Detail

      • getZoomHeadersOffset

        public long getZoomHeadersOffset()
      • getZoomHeaderCount

        public int getZoomHeaderCount()
      • getZoomLevelHeaders

        public java.util.ArrayList<BBZoomLevelHeader> getZoomLevelHeaders()
      • getZoomLevelFormats

        public java.util.ArrayList<BBZoomLevelFormat> getZoomLevelFormats()
      • getZoomLevelRPTree

        public RPTree getZoomLevelRPTree​(int level)
      • printZoomHeaders

        public void printZoomHeaders()