Uses of Class
com.starpoints.StarpointController
-
Packages that use StarpointController Package Description com.starpoints Contains main classes for StarpointArena.com.starpoints.editor Contains classes for the level editor.com.starpoints.event Contains event handler and platform independent event classes for input events.com.starpoints.game Contains the classes for the StarpointArena game.com.starpoints.league Contains classes for the league game.com.starpoints.network Contains network handling components and message objects.com.starpoints.painter Contains 2D painters.com.starpoints.painter.arena2D Contains special 2D painters for things.com.starpoints.painter.editor Contains 2D painters for level editor. -
-
Uses of StarpointController in com.starpoints
Fields in com.starpoints declared as StarpointController Modifier and Type Field Description protected StarpointControllerFileManager. controllerthe controller.Methods in com.starpoints with parameters of type StarpointController Modifier and Type Method Description PainterFactoryStarpointContext. getPainterFactory(StarpointController starpointController)Can provide an alternative PainterFactory.Constructors in com.starpoints with parameters of type StarpointController Constructor Description BestMoveManager(StarpointController controller)Creates a BestMoveManagerFileManager(StarpointController controller, java.lang.String iniFile)Creates a new FileManager.IntelliTouch(StarpointController controller)Creates a new IntelliTouch.MenuHandler(StarpointController controller)Creates a menu handler.SoundFx(StarpointController controller)Creates a new SoundFx instance with given options.StarpointInitializer(StarpointController controller)Creates a new StarpointInitializer. -
Uses of StarpointController in com.starpoints.editor
Constructors in com.starpoints.editor with parameters of type StarpointController Constructor Description StarpointEditor(StarpointController controller, GameInfo gameInfo)Creates a new StarpointEditor. -
Uses of StarpointController in com.starpoints.event
Methods in com.starpoints.event with parameters of type StarpointController Modifier and Type Method Description voidInputController. setController(StarpointController controller)Sets the reference to the Controller. -
Uses of StarpointController in com.starpoints.game
Fields in com.starpoints.game declared as StarpointController Modifier and Type Field Description protected StarpointControllerGame. controllerThe application context.Methods in com.starpoints.game that return StarpointController Modifier and Type Method Description StarpointControllerGame. getController()Gets the game context.Methods in com.starpoints.game with parameters of type StarpointController Modifier and Type Method Description voidGame. setController(StarpointController controller)Sets the context for this game (necessary after game deserialization).Constructors in com.starpoints.game with parameters of type StarpointController Constructor Description Game(StarpointController context, GameInfo gameInfo)Creates a new game.Tutorial(StarpointController controller, GameInfo gameInfo)Creates a new Tutorial. -
Uses of StarpointController in com.starpoints.league
Constructors in com.starpoints.league with parameters of type StarpointController Constructor Description LeagueGame(StarpointController context, GameInfo gameInfo)Creates a new LeagueGame. -
Uses of StarpointController in com.starpoints.network
Methods in com.starpoints.network that return StarpointController Modifier and Type Method Description StarpointControllerStarpointNetworkHandler. getController()Constructors in com.starpoints.network with parameters of type StarpointController Constructor Description StarpointNetworkHandler(StarpointController controller)Creates a new StarpointNetworkHandler. -
Uses of StarpointController in com.starpoints.painter
Fields in com.starpoints.painter declared as StarpointController Modifier and Type Field Description protected StarpointControllerPainterBase. controllerReference to the Controller.protected StarpointControllerPainterFactory. controllerMethods in com.starpoints.painter that return StarpointController Modifier and Type Method Description StarpointControllerPainterFactory. getController()Convenience method to get controller.Methods in com.starpoints.painter with parameters of type StarpointController Modifier and Type Method Description protected PainterSetPainterFactory. create2DArenaPainterSet(StarpointController context, Rectangle screenSize)protected PainterSetPainterFactory. create3DArenaPainterSet(StarpointController context, Rectangle screenSize)protected voidPainterFactory. createArenaPainter2D(StarpointController controller, Rectangle screenSize)protected voidPainterFactory. createBackground(StarpointController controller, Rectangle screenSize)protected PainterSetPainterFactory. createCreditsPainterSet(StarpointController context, Rectangle screenSize)protected voidPainterFactory. createFlashAnimationPainter(StarpointController controller, Rectangle screenSize)protected voidPainterFactory. createGameFinishedAnimationPainter(StarpointController controller, Rectangle screenSize)protected PainterSetPainterFactory. createMenuPainterSet(StarpointController context, Rectangle screenSize)protected PainterSetPainterFactory. createOptionsPainterSet(StarpointController context, Rectangle screenSize)protected voidPainterFactory. createPainterControlButtons(StarpointController controller, Rectangle screenSize)protected voidPainterFactory. createPainterGameDimmer(StarpointController controller, Rectangle screenSize)protected voidPainterFactory. createPainterGameMenu(StarpointController controller, Rectangle screenSize)protected voidPainterFactory. createPainterInventory(StarpointController controller, Rectangle screenSize)protected voidPainterFactory. createPainterKeyboard(StarpointController controller, Rectangle screenSize)protected voidPainterFactory. createPainterLeagueBoard(StarpointController controller, Rectangle screenSize)protected voidPainterFactory. createPainterLeaguePlayers(StarpointController controller, Rectangle screenSize)protected voidPainterFactory. createPainterMenu(StarpointController controller, Rectangle screenSize)protected voidPainterFactory. createPainterMenuKeyboard(StarpointController controller, Rectangle screenSize)protected voidPainterFactory. createPainterMenuSavedGames(StarpointController controller, Rectangle screenSize)protected voidPainterFactory. createPainterNetworkMenu(StarpointController controller, Rectangle screenSize)protected voidPainterFactory. createPainterOptionsMenu(StarpointController controller, Rectangle screenSize)protected voidPainterFactory. createPainterPlayerInfo(StarpointController controller, Rectangle screenSize)protected voidPainterFactory. createPainterShop(StarpointController controller, Rectangle screenSize)protected voidPainterFactory. createPainterSkinSelection(StarpointController controller, Rectangle screenSize)voidPainterBackground. setController(StarpointController controller)Sets the reference to the Controller.voidPainterBackgroundAnimation. setController(StarpointController controller)Sets the reference to the Controller.voidPainterBase. setController(StarpointController controller)Sets the reference to the Controller.voidPainterLeagueBoard. setController(StarpointController controller)Sets the reference to the Controller.voidPainterLeaguePlayers. setController(StarpointController controller)Sets the reference to the Controller.voidPainterNetworkMenu. setController(StarpointController control)Sets the reference to the main controller.voidPainterOptions. setController(StarpointController controller)Sets the Controller reference.voidPainterSet. setController(StarpointController control)Sets the refernce to the main controller.voidPainterSkinSelection. setController(StarpointController controller)Sets the reference to the Controller.Constructors in com.starpoints.painter with parameters of type StarpointController Constructor Description PainterFactory(StarpointController context)Creates a new Painter Factory.PainterGraphicSoundOptions(StarpointController controller)PainterKeyboardOptions(StarpointController controller)Creates a new painter for keyboard options.PainterLeagueOptions(StarpointController controller)PainterMainMenu(StarpointController controller)Creates a new menu painter.PainterOptions(StarpointController controller)Creates a new Options painter. -
Uses of StarpointController in com.starpoints.painter.arena2D
Methods in com.starpoints.painter.arena2D that return StarpointController Modifier and Type Method Description protected StarpointControllerPainterThing. getController()Convenience method to get controller. -
Uses of StarpointController in com.starpoints.painter.editor
Constructors in com.starpoints.painter.editor with parameters of type StarpointController Constructor Description PainterConfirmMenu(StarpointController controller)PainterEditorHelp(StarpointController controller)Creates a new PainterEditorHelp.PainterEditorMenu(StarpointController controller)Creates a new menu painter.PainterLevelItems(StarpointController controller, PainterFactory painterFactory)Creates a new PainterLevelItems.
-