Package com.sirenian.hellbound.engine

Examples of com.sirenian.hellbound.engine.AcceleratingHeartbeat


    public Hellbound() {
        this(
                new ThreadedEngineQueue(),
                new ThreadedSwingQueue(),
                new AcceleratingHeartbeat(),
                new PitPanel(SCALE, WIDTH, HEIGHT, COLORMAP),
                new PseudoRandomGlyphFactory(42, 7, 13));
    }
View Full Code Here

TOP

Related Classes of com.sirenian.hellbound.engine.AcceleratingHeartbeat

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.