Package org.jtikz

Examples of org.jtikz.TikzGraphics2D


        frame.getContentPane().add(c);
        frame.getContentPane().setPreferredSize(new Dimension(640, 480));
        frame.pack();
        frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        frame.setVisible(true);
        TikzGraphics2D t = new TikzGraphics2D();
        t.paintComponent(frame);
    }
View Full Code Here

TOP

Related Classes of org.jtikz.TikzGraphics2D

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.