From 3fbd1d8ad7d5657144d10dd4bae2a374cfac2ccc Mon Sep 17 00:00:00 2001 From: toksikk Date: Thu, 20 Nov 2014 10:31:43 +0100 Subject: [PATCH] Java Doc erstellt und Kommentare in Klassen eingefuehrt. SpawnAssistant verbessert --- HeatUp/doc/allclasses-frame.html | 37 +- HeatUp/doc/allclasses-noframe.html | 37 +- HeatUp/doc/constant-values.html | 88 ++- HeatUp/doc/de/heatup/audio/Main.html | 256 +++++++++ HeatUp/doc/de/heatup/audio/Sound.html | 320 +++++++++++ .../doc/de/heatup/audio/class-use/Main.html | 115 ++++ .../doc/de/heatup/audio/class-use/Sound.html | 164 ++++++ HeatUp/doc/de/heatup/audio/package-frame.html | 23 + .../doc/de/heatup/audio/package-summary.html | 148 +++++ HeatUp/doc/de/heatup/audio/package-tree.html | 140 +++++ HeatUp/doc/de/heatup/audio/package-use.html | 148 +++++ HeatUp/doc/de/heatup/cfg/Config.html | 461 +++++++++++++++ .../doc/de/heatup/cfg/class-use/Config.html | 115 ++++ HeatUp/doc/de/heatup/cfg/package-frame.html | 19 + HeatUp/doc/de/heatup/cfg/package-summary.html | 133 +++++ HeatUp/doc/de/heatup/cfg/package-tree.html | 128 +++++ HeatUp/doc/de/heatup/cfg/package-use.html | 115 ++++ .../heatup/highscore/ChecksumGenerator.html | 256 +++++++++ .../de/heatup/highscore/HighscoreHandler.html | 231 ++++++++ .../doc/de/heatup/highscore/MapHighscore.html | 228 ++++++++ .../class-use/ChecksumGenerator.html | 115 ++++ .../highscore/class-use/HighscoreHandler.html | 115 ++++ .../highscore/class-use/MapHighscore.html | 115 ++++ .../de/heatup/highscore/package-frame.html | 21 + .../de/heatup/highscore/package-summary.html | 141 +++++ .../doc/de/heatup/highscore/package-tree.html | 130 +++++ .../doc/de/heatup/highscore/package-use.html | 115 ++++ HeatUp/doc/de/heatup/logging/Logger.html | 334 +++++++++++ .../de/heatup/logging/class-use/Logger.html | 115 ++++ .../doc/de/heatup/logging/package-frame.html | 19 + .../de/heatup/logging/package-summary.html | 133 +++++ .../doc/de/heatup/logging/package-tree.html | 128 +++++ HeatUp/doc/de/heatup/logging/package-use.html | 115 ++++ .../de/heatup/mapengine/CollisionHandler.html | 306 ++++++++++ HeatUp/doc/de/heatup/mapengine/MapEngine.html | 100 +++- HeatUp/doc/de/heatup/mapengine/MapGrid.html | 263 +++++++++ .../doc/de/heatup/mapengine/MapGridCell.html | 282 +++++++++ HeatUp/doc/de/heatup/mapengine/MapLoader.html | 228 ++++++++ .../de/heatup/mapengine/MapObjectHandler.html | 228 ++++++++ .../de/heatup/mapengine/SpawnAssistant.html | 296 ++++++++++ .../mapengine/class-use/CollisionHandler.html | 115 ++++ .../heatup/mapengine/class-use/MapEngine.html | 14 +- .../heatup/mapengine/class-use/MapGrid.html | 115 ++++ .../mapengine/class-use/MapGridCell.html | 158 ++++++ .../heatup/mapengine/class-use/MapLoader.html | 115 ++++ .../mapengine/class-use/MapObjectHandler.html | 115 ++++ .../mapengine/class-use/SpawnAssistant.html | 115 ++++ .../de/heatup/mapengine/package-frame.html | 10 +- .../de/heatup/mapengine/package-summary.html | 44 +- .../doc/de/heatup/mapengine/package-tree.html | 28 +- .../doc/de/heatup/mapengine/package-use.html | 45 +- .../doc/de/heatup/objects/DynamicObject.html | 408 ++++++++++++++ HeatUp/doc/de/heatup/objects/Gegner.html | 321 +++++++++++ HeatUp/doc/de/heatup/objects/ImageLoader.html | 256 +++++++++ HeatUp/doc/de/heatup/objects/Objekt.html | 228 ++++++++ .../de/heatup/objects/PositionHandler.html | 228 ++++++++ .../doc/de/heatup/objects/StaticObject.html | 413 ++++++++++++++ .../objects/class-use/DynamicObject.html | 155 +++++ .../de/heatup/objects/class-use/Gegner.html | 115 ++++ .../heatup/objects/class-use/ImageLoader.html | 115 ++++ .../de/heatup/objects/class-use/Objekt.html | 115 ++++ .../objects/class-use/PositionHandler.html | 115 ++++ .../objects/class-use/StaticObject.html | 171 ++++++ .../de/heatup/objects/class-use/logic.html | 115 ++++ HeatUp/doc/de/heatup/objects/logic.html | 256 +++++++++ .../doc/de/heatup/objects/package-frame.html | 25 + .../de/heatup/objects/package-summary.html | 157 ++++++ .../doc/de/heatup/objects/package-tree.html | 146 +++++ HeatUp/doc/de/heatup/objects/package-use.html | 167 ++++++ HeatUp/doc/de/heatup/testing/GameLoopD.html | 127 ++++- HeatUp/doc/de/heatup/testing/Opponent.html | 371 ++++++++++++ HeatUp/doc/de/heatup/testing/Player.html | 533 ++++++++++++++++++ .../heatup/testing/class-use/GameLoopD.html | 14 +- .../de/heatup/testing/class-use/Opponent.html | 175 ++++++ .../de/heatup/testing/class-use/Player.html | 230 ++++++++ .../doc/de/heatup/testing/package-frame.html | 6 +- .../de/heatup/testing/package-summary.html | 26 +- .../doc/de/heatup/testing/package-tree.html | 31 +- HeatUp/doc/de/heatup/testing/package-use.html | 63 ++- .../de/heatup/timers/HardwareResetTimers.html | 276 +++++++++ .../timers/class-use/HardwareResetTimers.html | 115 ++++ .../doc/de/heatup/timers/package-frame.html | 19 + .../doc/de/heatup/timers/package-summary.html | 133 +++++ HeatUp/doc/de/heatup/timers/package-tree.html | 128 +++++ HeatUp/doc/de/heatup/timers/package-use.html | 115 ++++ HeatUp/doc/de/heatup/ui/KeyBindings.html | 375 ++++++++++++ HeatUp/doc/de/heatup/ui/StatusPanelAdder.html | 308 ++++++++++ .../heatup/ui/actionPanel/ActionControl.html | 409 ++++++++++++++ .../ui/actionPanel/HardewareManipulate.html | 295 ++++++++++ .../de/heatup/ui/actionPanel/Keysequence.html | 256 +++++++++ .../de/heatup/ui/actionPanel/Smashing.html | 256 +++++++++ .../actionPanel/class-use/ActionControl.html | 115 ++++ .../class-use/HardewareManipulate.html | 115 ++++ .../ui/actionPanel/class-use/Keysequence.html | 115 ++++ .../ui/actionPanel/class-use/Smashing.html | 115 ++++ .../heatup/ui/actionPanel/package-frame.html | 22 + .../ui/actionPanel/package-summary.html | 145 +++++ .../heatup/ui/actionPanel/package-tree.html | 131 +++++ .../de/heatup/ui/actionPanel/package-use.html | 115 ++++ .../de/heatup/ui/class-use/KeyBindings.html | 155 +++++ .../heatup/ui/class-use/StatusPanelAdder.html | 115 ++++ HeatUp/doc/de/heatup/ui/package-frame.html | 20 + HeatUp/doc/de/heatup/ui/package-summary.html | 137 +++++ HeatUp/doc/de/heatup/ui/package-tree.html | 133 +++++ HeatUp/doc/de/heatup/ui/package-use.html | 148 +++++ .../doc/de/heatup/ui/statusPanel/Score.html | 295 ++++++++++ .../de/heatup/ui/statusPanel/Temperature.html | 286 ++++++++++ .../doc/de/heatup/ui/statusPanel/Timer.html | 269 +++++++++ .../ui/statusPanel/class-use/Score.html | 115 ++++ .../ui/statusPanel/class-use/Temperature.html | 115 ++++ .../ui/statusPanel/class-use/Timer.html | 115 ++++ .../heatup/ui/statusPanel/package-frame.html | 21 + .../ui/statusPanel/package-summary.html | 141 +++++ .../heatup/ui/statusPanel/package-tree.html | 130 +++++ .../de/heatup/ui/statusPanel/package-use.html | 115 ++++ HeatUp/doc/deprecated-list.html | 38 +- HeatUp/doc/help-doc.html | 14 +- HeatUp/doc/index-files/index-1.html | 34 +- HeatUp/doc/index-files/index-10.html | 128 +++++ HeatUp/doc/index-files/index-11.html | 166 ++++++ HeatUp/doc/index-files/index-12.html | 138 +++++ HeatUp/doc/index-files/index-13.html | 145 +++++ HeatUp/doc/index-files/index-14.html | 136 +++++ HeatUp/doc/index-files/index-15.html | 206 +++++++ HeatUp/doc/index-files/index-16.html | 140 +++++ HeatUp/doc/index-files/index-17.html | 120 ++++ HeatUp/doc/index-files/index-18.html | 127 +++++ HeatUp/doc/index-files/index-19.html | 126 +++++ HeatUp/doc/index-files/index-2.html | 46 +- HeatUp/doc/index-files/index-3.html | 48 +- HeatUp/doc/index-files/index-4.html | 24 +- HeatUp/doc/index-files/index-5.html | 26 +- HeatUp/doc/index-files/index-6.html | 90 ++- HeatUp/doc/index-files/index-7.html | 38 +- HeatUp/doc/index-files/index-8.html | 138 +++++ HeatUp/doc/index-files/index-9.html | 132 +++++ HeatUp/doc/index.html | 9 +- HeatUp/doc/overview-frame.html | 30 + HeatUp/doc/overview-summary.html | 166 ++++++ HeatUp/doc/overview-tree.html | 77 ++- HeatUp/doc/package-list | 10 + HeatUp/doc/serialized-form.html | 129 ++++- HeatUp/src/de/heatup/cfg/Config.java | 11 + HeatUp/src/de/heatup/mapengine/MapEngine.java | 31 +- HeatUp/src/de/heatup/mapengine/MapGrid.java | 33 +- .../de/heatup/mapengine/SpawnAssistant.java | 28 +- .../de/heatup/timers/HardwareResetTimers.java | 9 +- HeatUp/src/de/heatup/ui/StatusPanelAdder.java | 25 +- 148 files changed, 20668 insertions(+), 235 deletions(-) create mode 100644 HeatUp/doc/de/heatup/audio/Main.html create mode 100644 HeatUp/doc/de/heatup/audio/Sound.html create mode 100644 HeatUp/doc/de/heatup/audio/class-use/Main.html create mode 100644 HeatUp/doc/de/heatup/audio/class-use/Sound.html create mode 100644 HeatUp/doc/de/heatup/audio/package-frame.html create mode 100644 HeatUp/doc/de/heatup/audio/package-summary.html create mode 100644 HeatUp/doc/de/heatup/audio/package-tree.html create mode 100644 HeatUp/doc/de/heatup/audio/package-use.html create mode 100644 HeatUp/doc/de/heatup/cfg/Config.html create mode 100644 HeatUp/doc/de/heatup/cfg/class-use/Config.html create mode 100644 HeatUp/doc/de/heatup/cfg/package-frame.html create mode 100644 HeatUp/doc/de/heatup/cfg/package-summary.html create mode 100644 HeatUp/doc/de/heatup/cfg/package-tree.html create mode 100644 HeatUp/doc/de/heatup/cfg/package-use.html create mode 100644 HeatUp/doc/de/heatup/highscore/ChecksumGenerator.html create mode 100644 HeatUp/doc/de/heatup/highscore/HighscoreHandler.html create mode 100644 HeatUp/doc/de/heatup/highscore/MapHighscore.html create mode 100644 HeatUp/doc/de/heatup/highscore/class-use/ChecksumGenerator.html create mode 100644 HeatUp/doc/de/heatup/highscore/class-use/HighscoreHandler.html create mode 100644 HeatUp/doc/de/heatup/highscore/class-use/MapHighscore.html create mode 100644 HeatUp/doc/de/heatup/highscore/package-frame.html create mode 100644 HeatUp/doc/de/heatup/highscore/package-summary.html create mode 100644 HeatUp/doc/de/heatup/highscore/package-tree.html create mode 100644 HeatUp/doc/de/heatup/highscore/package-use.html create mode 100644 HeatUp/doc/de/heatup/logging/Logger.html create mode 100644 HeatUp/doc/de/heatup/logging/class-use/Logger.html create mode 100644 HeatUp/doc/de/heatup/logging/package-frame.html create mode 100644 HeatUp/doc/de/heatup/logging/package-summary.html create mode 100644 HeatUp/doc/de/heatup/logging/package-tree.html create mode 100644 HeatUp/doc/de/heatup/logging/package-use.html create mode 100644 HeatUp/doc/de/heatup/mapengine/CollisionHandler.html create mode 100644 HeatUp/doc/de/heatup/mapengine/MapGrid.html create mode 100644 HeatUp/doc/de/heatup/mapengine/MapGridCell.html create mode 100644 HeatUp/doc/de/heatup/mapengine/MapLoader.html create mode 100644 HeatUp/doc/de/heatup/mapengine/MapObjectHandler.html create mode 100644 HeatUp/doc/de/heatup/mapengine/SpawnAssistant.html create mode 100644 HeatUp/doc/de/heatup/mapengine/class-use/CollisionHandler.html create mode 100644 HeatUp/doc/de/heatup/mapengine/class-use/MapGrid.html create mode 100644 HeatUp/doc/de/heatup/mapengine/class-use/MapGridCell.html create mode 100644 HeatUp/doc/de/heatup/mapengine/class-use/MapLoader.html create mode 100644 HeatUp/doc/de/heatup/mapengine/class-use/MapObjectHandler.html create mode 100644 HeatUp/doc/de/heatup/mapengine/class-use/SpawnAssistant.html create mode 100644 HeatUp/doc/de/heatup/objects/DynamicObject.html create mode 100644 HeatUp/doc/de/heatup/objects/Gegner.html create mode 100644 HeatUp/doc/de/heatup/objects/ImageLoader.html create mode 100644 HeatUp/doc/de/heatup/objects/Objekt.html create mode 100644 HeatUp/doc/de/heatup/objects/PositionHandler.html create mode 100644 HeatUp/doc/de/heatup/objects/StaticObject.html create mode 100644 HeatUp/doc/de/heatup/objects/class-use/DynamicObject.html create mode 100644 HeatUp/doc/de/heatup/objects/class-use/Gegner.html create mode 100644 HeatUp/doc/de/heatup/objects/class-use/ImageLoader.html create mode 100644 HeatUp/doc/de/heatup/objects/class-use/Objekt.html create mode 100644 HeatUp/doc/de/heatup/objects/class-use/PositionHandler.html create mode 100644 HeatUp/doc/de/heatup/objects/class-use/StaticObject.html create mode 100644 HeatUp/doc/de/heatup/objects/class-use/logic.html create mode 100644 HeatUp/doc/de/heatup/objects/logic.html create mode 100644 HeatUp/doc/de/heatup/objects/package-frame.html create mode 100644 HeatUp/doc/de/heatup/objects/package-summary.html create mode 100644 HeatUp/doc/de/heatup/objects/package-tree.html create mode 100644 HeatUp/doc/de/heatup/objects/package-use.html create mode 100644 HeatUp/doc/de/heatup/testing/Opponent.html create mode 100644 HeatUp/doc/de/heatup/testing/Player.html create mode 100644 HeatUp/doc/de/heatup/testing/class-use/Opponent.html create mode 100644 HeatUp/doc/de/heatup/testing/class-use/Player.html create mode 100644 HeatUp/doc/de/heatup/timers/HardwareResetTimers.html create mode 100644 HeatUp/doc/de/heatup/timers/class-use/HardwareResetTimers.html create mode 100644 HeatUp/doc/de/heatup/timers/package-frame.html create mode 100644 HeatUp/doc/de/heatup/timers/package-summary.html create mode 100644 HeatUp/doc/de/heatup/timers/package-tree.html create mode 100644 HeatUp/doc/de/heatup/timers/package-use.html create mode 100644 HeatUp/doc/de/heatup/ui/KeyBindings.html create mode 100644 HeatUp/doc/de/heatup/ui/StatusPanelAdder.html create mode 100644 HeatUp/doc/de/heatup/ui/actionPanel/ActionControl.html create mode 100644 HeatUp/doc/de/heatup/ui/actionPanel/HardewareManipulate.html create mode 100644 HeatUp/doc/de/heatup/ui/actionPanel/Keysequence.html create mode 100644 HeatUp/doc/de/heatup/ui/actionPanel/Smashing.html create mode 100644 HeatUp/doc/de/heatup/ui/actionPanel/class-use/ActionControl.html create mode 100644 HeatUp/doc/de/heatup/ui/actionPanel/class-use/HardewareManipulate.html create mode 100644 HeatUp/doc/de/heatup/ui/actionPanel/class-use/Keysequence.html create mode 100644 HeatUp/doc/de/heatup/ui/actionPanel/class-use/Smashing.html create mode 100644 HeatUp/doc/de/heatup/ui/actionPanel/package-frame.html create mode 100644 HeatUp/doc/de/heatup/ui/actionPanel/package-summary.html create mode 100644 HeatUp/doc/de/heatup/ui/actionPanel/package-tree.html create mode 100644 HeatUp/doc/de/heatup/ui/actionPanel/package-use.html create mode 100644 HeatUp/doc/de/heatup/ui/class-use/KeyBindings.html create mode 100644 HeatUp/doc/de/heatup/ui/class-use/StatusPanelAdder.html create mode 100644 HeatUp/doc/de/heatup/ui/package-frame.html create mode 100644 HeatUp/doc/de/heatup/ui/package-summary.html create mode 100644 HeatUp/doc/de/heatup/ui/package-tree.html create mode 100644 HeatUp/doc/de/heatup/ui/package-use.html create mode 100644 HeatUp/doc/de/heatup/ui/statusPanel/Score.html create mode 100644 HeatUp/doc/de/heatup/ui/statusPanel/Temperature.html create mode 100644 HeatUp/doc/de/heatup/ui/statusPanel/Timer.html create mode 100644 HeatUp/doc/de/heatup/ui/statusPanel/class-use/Score.html create mode 100644 HeatUp/doc/de/heatup/ui/statusPanel/class-use/Temperature.html create mode 100644 HeatUp/doc/de/heatup/ui/statusPanel/class-use/Timer.html create mode 100644 HeatUp/doc/de/heatup/ui/statusPanel/package-frame.html create mode 100644 HeatUp/doc/de/heatup/ui/statusPanel/package-summary.html create mode 100644 HeatUp/doc/de/heatup/ui/statusPanel/package-tree.html create mode 100644 HeatUp/doc/de/heatup/ui/statusPanel/package-use.html create mode 100644 HeatUp/doc/index-files/index-10.html create mode 100644 HeatUp/doc/index-files/index-11.html create mode 100644 HeatUp/doc/index-files/index-12.html create mode 100644 HeatUp/doc/index-files/index-13.html create mode 100644 HeatUp/doc/index-files/index-14.html create mode 100644 HeatUp/doc/index-files/index-15.html create mode 100644 HeatUp/doc/index-files/index-16.html create mode 100644 HeatUp/doc/index-files/index-17.html create mode 100644 HeatUp/doc/index-files/index-18.html create mode 100644 HeatUp/doc/index-files/index-19.html create mode 100644 HeatUp/doc/index-files/index-8.html create mode 100644 HeatUp/doc/index-files/index-9.html create mode 100644 HeatUp/doc/overview-frame.html create mode 100644 HeatUp/doc/overview-summary.html diff --git a/HeatUp/doc/allclasses-frame.html b/HeatUp/doc/allclasses-frame.html index 2ea4537..8734283 100644 --- a/HeatUp/doc/allclasses-frame.html +++ b/HeatUp/doc/allclasses-frame.html @@ -2,16 +2,49 @@ - + All Classes - +

All Classes

diff --git a/HeatUp/doc/allclasses-noframe.html b/HeatUp/doc/allclasses-noframe.html index d63f6ea..2e985f1 100644 --- a/HeatUp/doc/allclasses-noframe.html +++ b/HeatUp/doc/allclasses-noframe.html @@ -2,16 +2,49 @@ - + All Classes - +

All Classes

diff --git a/HeatUp/doc/constant-values.html b/HeatUp/doc/constant-values.html index 4de24ad..fddf48f 100644 --- a/HeatUp/doc/constant-values.html +++ b/HeatUp/doc/constant-values.html @@ -2,9 +2,9 @@ - + Constant Field Values - + @@ -24,7 +24,8 @@ @@ -217,7 +238,8 @@ extends java.lang.Object @@ -226,7 +248,8 @@ extends java.lang.Object @@ -235,7 +258,8 @@ extends java.lang.Object @@ -244,7 +268,8 @@ extends java.lang.Object @@ -253,16 +278,30 @@ extends java.lang.Object -