Drools examples 6.0.3-SNAPSHOT

org.drools.games
Class GameUI

java.lang.Object
  extended by org.drools.games.GameUI
Direct Known Subclasses:
PongUI

public class GameUI
extends Object


Nested Class Summary
static class GameUI.GameKeyListener
           
 
Constructor Summary
GameUI(org.kie.api.runtime.KieSession ksession, GameConfiguration conf)
           
 
Method Summary
 Canvas getCanvas()
           
 Graphics getGraphics()
           
 void init()
          Initialize the contents of the frame.
 void show()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GameUI

public GameUI(org.kie.api.runtime.KieSession ksession,
              GameConfiguration conf)
Method Detail

getGraphics

public Graphics getGraphics()

getCanvas

public Canvas getCanvas()

init

public void init()
Initialize the contents of the frame.


show

public void show()

Drools examples 6.0.3-SNAPSHOT

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.