maps = new NeoMap[2];
maps[0] = seqmap;
maps[1] = axismap;
zoomPoint = new VisibleRange();
hairline = new Shadow(this.seqmap);
axishairline = new Shadow( this.axismap);
zoomPoint.addListener(hairline);
zoomPoint.removeListener(axishairline);
hairline.setUseXOR(true);
hairline.setLabeled(showhairlineLabel);