Package engine.implementation

Examples of engine.implementation.SimpleFont


    public static Music makeMusic(final String filename) {
        return new SimpleMusic(filename);
    }

    public static Font makeFont(final String name, final Style style, final int size) {
        return new SimpleFont(name, style, size);
    }
View Full Code Here

TOP

Related Classes of engine.implementation.SimpleFont

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.