Package com.affymetrix.genoviz.widget

Examples of com.affymetrix.genoviz.widget.Shadow


        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);
View Full Code Here

TOP

Related Classes of com.affymetrix.genoviz.widget.Shadow

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.