Package net.sf.jiga.xtended.impl.game

Examples of net.sf.jiga.xtended.impl.game.TextLayout


        g.translate(-translate.x, -translate.y);
        g.setColor(c);
        g.setStroke(s);
        cps = g.getComposite();
        g.setComposite(AlphaComposite.getInstance(AlphaComposite.SRC_OVER, 0.5f));
        TextLayout args = new TextLayout(new Point(0, 0), TextLayout.POS.LEFT, TextLayout.POS.TOP, 10, 10, new Rectangle(getSize()));
        GUIConsoleOutput._drawNewLine(args, g, new GUIConsoleOutput.LineBuffer("-RIGHT CLICK (CMD CLICK) for help-"), 0);
        g.setComposite(cps);
        g.setClip(clip);
        if (JXAenvUtils._debug) {
            System.err.println("MODELPANEL paint RECT'S completed");
View Full Code Here

TOP

Related Classes of net.sf.jiga.xtended.impl.game.TextLayout

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.