Package transientlibs.preui.objects.gui.elements

Examples of transientlibs.preui.objects.gui.elements.ParallaxMarker



    public ParallaxMarker getParallaxMarker (String byCode) {
        TextMarker temp = getTextMarker (byCode);

        ParallaxMarker pm = new ParallaxMarker (0, 0, temp.getImage());
        replaceMarker (temp, pm);

        return pm;
    }
View Full Code Here

TOP

Related Classes of transientlibs.preui.objects.gui.elements.ParallaxMarker

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.