Examples of Koordinatensystem


Examples of horcher.visual.Koordinatensystem

    this.all.setLayout(new BorderLayout());

    this.z = new JPanel();
    this.z.setLayout(new GridLayout(3, 2));

    this.signale = new Koordinatensystem("Signale", "t", "I");
    this.z.add(this.signale);
    this.ffts = new Koordinatensystem("FFT-Betrag", "F", "y");
    this.z.add(this.ffts);
    this.auto = new Koordinatensystem("Autokorrelation-Realanteil", "delta t",
        "y");
    this.z.add(this.auto);
    this.vers = new Koordinatensystem("Korrelation-Realanteil", "delta t", "y");
    this.z.add(this.vers);

    this.panel3d = Panel3d.createPanel3d();
    this.z.add(this.panel3d);
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.