Examples of BSERadialDistributionListener


Examples of gov.nist.microanalysis.NISTMonte.BSERadialDistributionListener

        if (gun instanceof GaussianFWHMBeam) {
            rmax += ((GaussianFWHMBeam) gun).getDiameter() / 2.0;
        }

        radialDist =
                new BSERadialDistributionListener(center, normal, rmax,
                        channels, true);
        mcss.addActionListener(radialDist);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.