net.avh4.framework.uilayer
Class UILayer

java.lang.Object
  extended by net.avh4.framework.uilayer.UILayer

public class UILayer
extends Object


Field Summary
static UILayerService service
           
 
Constructor Summary
UILayer()
           
 
Method Summary
static int getImageHeight(String image)
           
static int getImageWidth(String image)
           
static void main(SceneCreator game, ClickReceiver receiver, KeyReceiver keyReceiver)
           
static void main(UI game)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

service

public static final UILayerService service
Constructor Detail

UILayer

public UILayer()
Method Detail

main

public static void main(UI game)

main

public static void main(SceneCreator game,
                        ClickReceiver receiver,
                        KeyReceiver keyReceiver)

getImageWidth

public static int getImageWidth(String image)

getImageHeight

public static int getImageHeight(String image)


Copyright © 2011. All Rights Reserved.