From c254824c89b4a8bfef4c468c3e6e94a0919368c4 Mon Sep 17 00:00:00 2001 From: RubyNaxela Date: Thu, 28 Oct 2021 12:48:16 +0200 Subject: [PATCH] [pre-1.5.3] Initial commit --- .gitignore | 2 + .idea/.gitignore | 8 + .idea/artifacts/kyanite_jar.xml | 15 + .idea/description.html | 1 + .idea/encodings.xml | 6 + .idea/libraries/jackson.xml | 11 + .idea/libraries/jsfml.xml | 11 + .idea/misc.xml | 12 + .idea/modules.xml | 8 + .idea/project-template.xml | 3 + .idea/uiDesigner.xml | 124 +++ changelog.txt | 36 + doc/allclasses-index.html | 159 ++++ doc/allpackages-index.html | 89 ++ .../rubynaxela/kyanite/game/GameContext.html | 189 ++++ .../rubynaxela/kyanite/game/assets/Asset.html | 87 ++ .../kyanite/game/assets/AssetsBundle.html | 192 ++++ .../kyanite/game/assets/FontFace.html | 210 +++++ .../rubynaxela/kyanite/game/assets/Sound.html | 255 ++++++ .../kyanite/game/assets/Texture.html | 284 ++++++ .../kyanite/game/assets/package-summary.html | 127 +++ .../kyanite/game/assets/package-tree.html | 81 ++ .../kyanite/game/entities/CompoundEntity.html | 558 +++++++++++ .../kyanite/game/entities/HitBox.html | 309 +++++++ .../game/entities/package-summary.html | 112 +++ .../kyanite/game/entities/package-tree.html | 77 ++ doc/com/rubynaxela/kyanite/game/gui/Font.html | 239 +++++ .../kyanite/game/gui/Text.Alignment.html | 288 ++++++ doc/com/rubynaxela/kyanite/game/gui/Text.html | 524 +++++++++++ .../kyanite/game/gui/package-summary.html | 116 +++ .../kyanite/game/gui/package-tree.html | 95 ++ .../kyanite/game/package-summary.html | 105 +++ .../rubynaxela/kyanite/game/package-tree.html | 72 ++ .../rubynaxela/kyanite/system/AssetId.html | 83 ++ doc/com/rubynaxela/kyanite/system/Clock.html | 230 +++++ .../kyanite/system/FirstThreadTool.html | 141 +++ .../kyanite/system/package-summary.html | 102 +++ .../kyanite/system/package-tree.html | 79 ++ .../rubynaxela/kyanite/util/MathUtils.html | 169 ++++ doc/com/rubynaxela/kyanite/util/Pair.html | 250 +++++ .../kyanite/util/package-summary.html | 91 ++ .../rubynaxela/kyanite/util/package-tree.html | 77 ++ doc/com/rubynaxela/kyanite/window/Scene.html | 220 +++++ doc/com/rubynaxela/kyanite/window/Window.html | 548 +++++++++++ .../kyanite/window/event/CloseListener.html | 133 +++ .../kyanite/window/event/FocusListener.html | 145 +++ .../window/event/JoystickButtonListener.html | 153 ++++ .../event/JoystickConnectionListener.html | 148 +++ .../window/event/JoystickListener.html | 132 +++ .../kyanite/window/event/KeyListener.html | 153 ++++ .../window/event/MouseButtonListener.html | 153 ++++ .../kyanite/window/event/MouseListener.html | 169 ++++ .../window/event/MouseWheelListener.html | 137 +++ .../kyanite/window/event/ResizeEvent.html | 231 +++++ .../kyanite/window/event/ResizeListener.html | 137 +++ .../kyanite/window/event/TextListener.html | 137 +++ .../kyanite/window/event/package-summary.html | 128 +++ .../kyanite/window/event/package-tree.html | 96 ++ .../kyanite/window/package-summary.html | 105 +++ .../kyanite/window/package-tree.html | 97 ++ doc/deprecated-list.html | 77 ++ doc/element-list | 8 + doc/help-doc.html | 187 ++++ doc/index-files/index-1.html | 96 ++ doc/index-files/index-10.html | 88 ++ doc/index-files/index-11.html | 72 ++ doc/index-files/index-12.html | 66 ++ doc/index-files/index-13.html | 118 +++ doc/index-files/index-14.html | 66 ++ doc/index-files/index-15.html | 76 ++ doc/index-files/index-16.html | 96 ++ doc/index-files/index-17.html | 240 +++++ doc/index-files/index-18.html | 132 +++ doc/index-files/index-19.html | 79 ++ doc/index-files/index-2.html | 72 ++ doc/index-files/index-20.html | 82 ++ doc/index-files/index-3.html | 124 +++ doc/index-files/index-4.html | 66 ++ doc/index-files/index-5.html | 74 ++ doc/index-files/index-6.html | 104 +++ doc/index-files/index-7.html | 122 +++ doc/index-files/index-8.html | 80 ++ doc/index-files/index-9.html | 68 ++ doc/index.html | 88 ++ doc/jquery-ui.overrides.css | 34 + doc/legal/ADDITIONAL_LICENSE_INFO | 37 + doc/legal/ASSEMBLY_EXCEPTION | 27 + doc/legal/LICENSE | 347 +++++++ doc/legal/jquery.md | 72 ++ doc/legal/jqueryUI.md | 49 + doc/member-search-index.js | 1 + doc/module-search-index.js | 1 + doc/overview-summary.html | 26 + doc/overview-tree.html | 167 ++++ doc/package-search-index.js | 1 + doc/resources/glass.png | Bin 0 -> 499 bytes doc/resources/x.png | Bin 0 -> 394 bytes .../images/ui-bg_glass_55_fbf9ee_1x400.png | Bin 0 -> 335 bytes .../images/ui-bg_glass_65_dadada_1x400.png | Bin 0 -> 262 bytes .../images/ui-bg_glass_75_dadada_1x400.png | Bin 0 -> 262 bytes .../images/ui-bg_glass_75_e6e6e6_1x400.png | Bin 0 -> 262 bytes .../images/ui-bg_glass_95_fef1ec_1x400.png | Bin 0 -> 332 bytes .../ui-bg_highlight-soft_75_cccccc_1x100.png | Bin 0 -> 280 bytes .../images/ui-icons_222222_256x240.png | Bin 0 -> 6922 bytes .../images/ui-icons_2e83ff_256x240.png | Bin 0 -> 4549 bytes .../images/ui-icons_454545_256x240.png | Bin 0 -> 6992 bytes .../images/ui-icons_888888_256x240.png | Bin 0 -> 6999 bytes .../images/ui-icons_cd0a0a_256x240.png | Bin 0 -> 4549 bytes doc/script-dir/jquery-3.5.1.min.js | 2 + doc/script-dir/jquery-ui.min.css | 7 + doc/script-dir/jquery-ui.min.js | 6 + doc/script-dir/jquery-ui.structure.min.css | 5 + doc/script.js | 132 +++ doc/search.js | 354 +++++++ doc/serialized-form.html | 86 ++ doc/stylesheet.css | 865 ++++++++++++++++++ doc/tag-search-index.js | 1 + doc/type-search-index.js | 1 + kyanite.iml | 31 + lib/annotations-20.1.0.jar | Bin 0 -> 26211 bytes lib/jackson-annotations-2.13.0.jar | Bin 0 -> 75718 bytes lib/jackson-core-2.13.0.jar | Bin 0 -> 374571 bytes lib/jackson-databind-2.13.0.jar | Bin 0 -> 1533051 bytes lib/jsfml/bin/jsfml.jar | Bin 0 -> 5993142 bytes .../org/jsfml/audio/ConstSoundBuffer.java | 65 ++ .../src/java/org/jsfml/audio/Listener.java | 129 +++ lib/jsfml/src/java/org/jsfml/audio/Music.java | 123 +++ lib/jsfml/src/java/org/jsfml/audio/Sound.java | 161 ++++ .../src/java/org/jsfml/audio/SoundBuffer.java | 234 +++++ .../org/jsfml/audio/SoundBufferRecorder.java | 62 ++ .../java/org/jsfml/audio/SoundRecorder.java | 101 ++ .../src/java/org/jsfml/audio/SoundSource.java | 276 ++++++ .../src/java/org/jsfml/audio/SoundStream.java | 244 +++++ .../java/org/jsfml/audio/package-info.java | 4 + .../jsfml/graphics/BasicTransformable.java | 156 ++++ .../java/org/jsfml/graphics/BlendMode.java | 34 + .../java/org/jsfml/graphics/CircleShape.java | 89 ++ .../src/java/org/jsfml/graphics/Color.java | 194 ++++ .../java/org/jsfml/graphics/ConstFont.java | 55 ++ .../java/org/jsfml/graphics/ConstShader.java | 17 + .../java/org/jsfml/graphics/ConstTexture.java | 45 + .../java/org/jsfml/graphics/ConstView.java | 61 ++ .../java/org/jsfml/graphics/ConvexShape.java | 122 +++ .../src/java/org/jsfml/graphics/Drawable.java | 17 + .../java/org/jsfml/graphics/FloatRect.java | 205 +++++ .../src/java/org/jsfml/graphics/Font.java | 172 ++++ .../src/java/org/jsfml/graphics/Glyph.java | 41 + .../src/java/org/jsfml/graphics/Image.java | 511 +++++++++++ .../src/java/org/jsfml/graphics/IntRect.java | 205 +++++ .../org/jsfml/graphics/PrimitiveType.java | 45 + .../org/jsfml/graphics/RectangleShape.java | 65 ++ .../java/org/jsfml/graphics/RenderStates.java | 136 +++ .../java/org/jsfml/graphics/RenderTarget.java | 135 +++ .../org/jsfml/graphics/RenderTexture.java | 256 ++++++ .../java/org/jsfml/graphics/RenderWindow.java | 219 +++++ .../org/jsfml/graphics/SFMLNativeDrawer.java | 78 ++ .../graphics/SFMLNativeTransformable.java | 152 +++ .../src/java/org/jsfml/graphics/Shader.java | 344 +++++++ .../jsfml/graphics/ShaderSourceException.java | 17 + .../src/java/org/jsfml/graphics/Shape.java | 302 ++++++ .../src/java/org/jsfml/graphics/Sprite.java | 227 +++++ .../src/java/org/jsfml/graphics/Text.java | 278 ++++++ .../java/org/jsfml/graphics/TextStyle.java | 29 + .../src/java/org/jsfml/graphics/Texture.java | 358 ++++++++ .../graphics/TextureCreationException.java | 17 + .../java/org/jsfml/graphics/Transform.java | 371 ++++++++ .../org/jsfml/graphics/Transformable.java | 142 +++ .../src/java/org/jsfml/graphics/Vertex.java | 73 ++ .../java/org/jsfml/graphics/VertexArray.java | 90 ++ .../src/java/org/jsfml/graphics/View.java | 264 ++++++ .../java/org/jsfml/graphics/package-info.java | 5 + .../src/java/org/jsfml/internal/Const.java | 14 + .../src/java/org/jsfml/internal/ExPtr.java | 43 + .../src/java/org/jsfml/internal/Intercom.java | 15 + .../org/jsfml/internal/IntercomHelper.java | 201 ++++ .../java/org/jsfml/internal/JSFMLError.java | 30 + .../java/org/jsfml/internal/NativeRef.java | 78 ++ .../org/jsfml/internal/SFMLErrorCapture.java | 58 ++ .../org/jsfml/internal/SFMLInputStream.java | 106 +++ .../java/org/jsfml/internal/SFMLNative.java | 227 +++++ .../org/jsfml/internal/SFMLNativeObject.java | 129 +++ .../java/org/jsfml/internal/StreamUtil.java | 65 ++ .../org/jsfml/internal/UnsafeOperations.java | 30 + .../java/org/jsfml/internal/package-info.java | 4 + .../src/java/org/jsfml/system/Clock.java | 36 + lib/jsfml/src/java/org/jsfml/system/Time.java | 156 ++++ .../src/java/org/jsfml/system/Vector2f.java | 144 +++ .../src/java/org/jsfml/system/Vector2i.java | 145 +++ .../src/java/org/jsfml/system/Vector3f.java | 172 ++++ .../src/java/org/jsfml/system/Vector3i.java | 172 ++++ .../java/org/jsfml/system/package-info.java | 4 + .../src/java/org/jsfml/window/Context.java | 76 ++ .../window/ContextActivationException.java | 18 + .../org/jsfml/window/ContextSettings.java | 136 +++ .../src/java/org/jsfml/window/Joystick.java | 190 ++++ .../src/java/org/jsfml/window/Keyboard.java | 579 ++++++++++++ .../src/java/org/jsfml/window/Mouse.java | 117 +++ .../src/java/org/jsfml/window/VideoMode.java | 163 ++++ .../src/java/org/jsfml/window/Window.java | 548 +++++++++++ .../java/org/jsfml/window/WindowStyle.java | 43 + .../java/org/jsfml/window/event/Event.java | 274 ++++++ .../window/event/JoystickButtonEvent.java | 36 + .../org/jsfml/window/event/JoystickEvent.java | 38 + .../jsfml/window/event/JoystickMoveEvent.java | 43 + .../java/org/jsfml/window/event/KeyEvent.java | 68 ++ .../jsfml/window/event/MouseButtonEvent.java | 38 + .../org/jsfml/window/event/MouseEvent.java | 40 + .../jsfml/window/event/MouseWheelEvent.java | 33 + .../org/jsfml/window/event/SizeEvent.java | 34 + .../org/jsfml/window/event/TextEvent.java | 50 + .../org/jsfml/window/event/package-info.java | 4 + .../java/org/jsfml/window/package-info.java | 4 + lib/json-20210307.jar | Bin 0 -> 69710 bytes src/com/rubynaxela/kyanite/game/Game.java | 21 + .../rubynaxela/kyanite/game/GameContext.java | 106 +++ src/com/rubynaxela/kyanite/game/Scene.java | 378 ++++++++ .../rubynaxela/kyanite/game/assets/Asset.java | 10 + .../kyanite/game/assets/AssetsBundle.java | 41 + .../kyanite/game/assets/DataAsset.java | 136 +++ .../kyanite/game/assets/FontFace.java | 77 ++ .../rubynaxela/kyanite/game/assets/Icon.java | 71 ++ .../rubynaxela/kyanite/game/assets/Sound.java | 137 +++ .../kyanite/game/assets/Texture.java | 116 +++ .../kyanite/game/assets/package-info.java | 4 + .../kyanite/game/entities/AnimatedEntity.java | 18 + .../kyanite/game/entities/CompoundEntity.java | 307 +++++++ .../kyanite/game/entities/GlobalBounds.java | 140 +++ .../kyanite/game/entities/package-info.java | 3 + src/com/rubynaxela/kyanite/game/gui/Font.java | 75 ++ src/com/rubynaxela/kyanite/game/gui/Text.java | 120 +++ .../rubynaxela/kyanite/game/package-info.java | 4 + src/com/rubynaxela/kyanite/system/Clock.java | 73 ++ .../kyanite/system/FirstThreadTool.java | 59 ++ .../kyanite/system/IOException.java | 43 + .../kyanite/system/package-info.java | 5 + src/com/rubynaxela/kyanite/util/AssetId.java | 14 + .../rubynaxela/kyanite/util/Dictionary.java | 196 ++++ .../rubynaxela/kyanite/util/MathUtils.java | 119 +++ src/com/rubynaxela/kyanite/util/Pair.java | 5 + src/com/rubynaxela/kyanite/util/Utils.java | 67 ++ src/com/rubynaxela/kyanite/util/Vec2.java | 65 ++ src/com/rubynaxela/kyanite/window/Window.java | 429 +++++++++ .../kyanite/window/event/CloseListener.java | 11 + .../kyanite/window/event/FocusListener.java | 16 + .../window/event/JoystickButtonListener.java | 22 + .../event/JoystickConnectionListener.java | 20 + .../window/event/JoystickListener.java | 13 + .../kyanite/window/event/KeyListener.java | 22 + .../window/event/MouseButtonListener.java | 22 + .../kyanite/window/event/MouseListener.java | 30 + .../window/event/MouseWheelListener.java | 15 + .../kyanite/window/event/ResizeEvent.java | 6 + .../kyanite/window/event/ResizeListener.java | 13 + .../kyanite/window/event/TextListener.java | 15 + .../kyanite/window/event/package-info.java | 4 + .../kyanite/window/package-info.java | 4 + src/res/kyanite.png | Bin 0 -> 23609 bytes 257 files changed, 27521 insertions(+) create mode 100644 .gitignore create mode 100644 .idea/.gitignore create mode 100644 .idea/artifacts/kyanite_jar.xml create mode 100644 .idea/description.html create mode 100644 .idea/encodings.xml create mode 100644 .idea/libraries/jackson.xml create mode 100644 .idea/libraries/jsfml.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/project-template.xml create mode 100644 .idea/uiDesigner.xml create mode 100644 changelog.txt create mode 100644 doc/allclasses-index.html create mode 100644 doc/allpackages-index.html create mode 100644 doc/com/rubynaxela/kyanite/game/GameContext.html create mode 100644 doc/com/rubynaxela/kyanite/game/assets/Asset.html create mode 100644 doc/com/rubynaxela/kyanite/game/assets/AssetsBundle.html create mode 100644 doc/com/rubynaxela/kyanite/game/assets/FontFace.html create mode 100644 doc/com/rubynaxela/kyanite/game/assets/Sound.html create mode 100644 doc/com/rubynaxela/kyanite/game/assets/Texture.html create mode 100644 doc/com/rubynaxela/kyanite/game/assets/package-summary.html create mode 100644 doc/com/rubynaxela/kyanite/game/assets/package-tree.html create mode 100644 doc/com/rubynaxela/kyanite/game/entities/CompoundEntity.html create mode 100644 doc/com/rubynaxela/kyanite/game/entities/HitBox.html create mode 100644 doc/com/rubynaxela/kyanite/game/entities/package-summary.html create mode 100644 doc/com/rubynaxela/kyanite/game/entities/package-tree.html create mode 100644 doc/com/rubynaxela/kyanite/game/gui/Font.html create mode 100644 doc/com/rubynaxela/kyanite/game/gui/Text.Alignment.html create mode 100644 doc/com/rubynaxela/kyanite/game/gui/Text.html create mode 100644 doc/com/rubynaxela/kyanite/game/gui/package-summary.html create mode 100644 doc/com/rubynaxela/kyanite/game/gui/package-tree.html create mode 100644 doc/com/rubynaxela/kyanite/game/package-summary.html create mode 100644 doc/com/rubynaxela/kyanite/game/package-tree.html create mode 100644 doc/com/rubynaxela/kyanite/system/AssetId.html create mode 100644 doc/com/rubynaxela/kyanite/system/Clock.html create mode 100644 doc/com/rubynaxela/kyanite/system/FirstThreadTool.html create mode 100644 doc/com/rubynaxela/kyanite/system/package-summary.html create mode 100644 doc/com/rubynaxela/kyanite/system/package-tree.html create mode 100644 doc/com/rubynaxela/kyanite/util/MathUtils.html create mode 100644 doc/com/rubynaxela/kyanite/util/Pair.html create mode 100644 doc/com/rubynaxela/kyanite/util/package-summary.html create mode 100644 doc/com/rubynaxela/kyanite/util/package-tree.html create mode 100644 doc/com/rubynaxela/kyanite/window/Scene.html create mode 100644 doc/com/rubynaxela/kyanite/window/Window.html create mode 100644 doc/com/rubynaxela/kyanite/window/event/CloseListener.html create mode 100644 doc/com/rubynaxela/kyanite/window/event/FocusListener.html create mode 100644 doc/com/rubynaxela/kyanite/window/event/JoystickButtonListener.html create mode 100644 doc/com/rubynaxela/kyanite/window/event/JoystickConnectionListener.html create mode 100644 doc/com/rubynaxela/kyanite/window/event/JoystickListener.html create mode 100644 doc/com/rubynaxela/kyanite/window/event/KeyListener.html create mode 100644 doc/com/rubynaxela/kyanite/window/event/MouseButtonListener.html create mode 100644 doc/com/rubynaxela/kyanite/window/event/MouseListener.html create mode 100644 doc/com/rubynaxela/kyanite/window/event/MouseWheelListener.html create mode 100644 doc/com/rubynaxela/kyanite/window/event/ResizeEvent.html create mode 100644 doc/com/rubynaxela/kyanite/window/event/ResizeListener.html create mode 100644 doc/com/rubynaxela/kyanite/window/event/TextListener.html create mode 100644 doc/com/rubynaxela/kyanite/window/event/package-summary.html create mode 100644 doc/com/rubynaxela/kyanite/window/event/package-tree.html create mode 100644 doc/com/rubynaxela/kyanite/window/package-summary.html create mode 100644 doc/com/rubynaxela/kyanite/window/package-tree.html create mode 100644 doc/deprecated-list.html create mode 100644 doc/element-list create mode 100644 doc/help-doc.html create mode 100644 doc/index-files/index-1.html create mode 100644 doc/index-files/index-10.html create mode 100644 doc/index-files/index-11.html create mode 100644 doc/index-files/index-12.html create mode 100644 doc/index-files/index-13.html create mode 100644 doc/index-files/index-14.html create mode 100644 doc/index-files/index-15.html create mode 100644 doc/index-files/index-16.html create mode 100644 doc/index-files/index-17.html create mode 100644 doc/index-files/index-18.html create mode 100644 doc/index-files/index-19.html create mode 100644 doc/index-files/index-2.html create mode 100644 doc/index-files/index-20.html create mode 100644 doc/index-files/index-3.html create mode 100644 doc/index-files/index-4.html create mode 100644 doc/index-files/index-5.html create mode 100644 doc/index-files/index-6.html create mode 100644 doc/index-files/index-7.html create mode 100644 doc/index-files/index-8.html create mode 100644 doc/index-files/index-9.html create mode 100644 doc/index.html create mode 100644 doc/jquery-ui.overrides.css create mode 100644 doc/legal/ADDITIONAL_LICENSE_INFO create mode 100644 doc/legal/ASSEMBLY_EXCEPTION create mode 100644 doc/legal/LICENSE create mode 100644 doc/legal/jquery.md create mode 100644 doc/legal/jqueryUI.md create mode 100644 doc/member-search-index.js create mode 100644 doc/module-search-index.js create mode 100644 doc/overview-summary.html create mode 100644 doc/overview-tree.html create mode 100644 doc/package-search-index.js create mode 100644 doc/resources/glass.png create mode 100644 doc/resources/x.png create mode 100644 doc/script-dir/images/ui-bg_glass_55_fbf9ee_1x400.png create mode 100644 doc/script-dir/images/ui-bg_glass_65_dadada_1x400.png create mode 100644 doc/script-dir/images/ui-bg_glass_75_dadada_1x400.png create mode 100644 doc/script-dir/images/ui-bg_glass_75_e6e6e6_1x400.png create mode 100644 doc/script-dir/images/ui-bg_glass_95_fef1ec_1x400.png create mode 100644 doc/script-dir/images/ui-bg_highlight-soft_75_cccccc_1x100.png create mode 100644 doc/script-dir/images/ui-icons_222222_256x240.png create mode 100644 doc/script-dir/images/ui-icons_2e83ff_256x240.png create mode 100644 doc/script-dir/images/ui-icons_454545_256x240.png create mode 100644 doc/script-dir/images/ui-icons_888888_256x240.png create mode 100644 doc/script-dir/images/ui-icons_cd0a0a_256x240.png create mode 100644 doc/script-dir/jquery-3.5.1.min.js create mode 100644 doc/script-dir/jquery-ui.min.css create mode 100644 doc/script-dir/jquery-ui.min.js create mode 100644 doc/script-dir/jquery-ui.structure.min.css create mode 100644 doc/script.js create mode 100644 doc/search.js create mode 100644 doc/serialized-form.html create mode 100644 doc/stylesheet.css create mode 100644 doc/tag-search-index.js create mode 100644 doc/type-search-index.js create mode 100644 kyanite.iml create mode 100644 lib/annotations-20.1.0.jar create mode 100644 lib/jackson-annotations-2.13.0.jar create mode 100644 lib/jackson-core-2.13.0.jar create mode 100644 lib/jackson-databind-2.13.0.jar create mode 100644 lib/jsfml/bin/jsfml.jar create mode 100644 lib/jsfml/src/java/org/jsfml/audio/ConstSoundBuffer.java create mode 100644 lib/jsfml/src/java/org/jsfml/audio/Listener.java create mode 100644 lib/jsfml/src/java/org/jsfml/audio/Music.java create mode 100644 lib/jsfml/src/java/org/jsfml/audio/Sound.java create mode 100644 lib/jsfml/src/java/org/jsfml/audio/SoundBuffer.java create mode 100644 lib/jsfml/src/java/org/jsfml/audio/SoundBufferRecorder.java create mode 100644 lib/jsfml/src/java/org/jsfml/audio/SoundRecorder.java create mode 100644 lib/jsfml/src/java/org/jsfml/audio/SoundSource.java create mode 100644 lib/jsfml/src/java/org/jsfml/audio/SoundStream.java create mode 100644 lib/jsfml/src/java/org/jsfml/audio/package-info.java create mode 100644 lib/jsfml/src/java/org/jsfml/graphics/BasicTransformable.java create mode 100644 lib/jsfml/src/java/org/jsfml/graphics/BlendMode.java create mode 100644 lib/jsfml/src/java/org/jsfml/graphics/CircleShape.java create mode 100644 lib/jsfml/src/java/org/jsfml/graphics/Color.java create mode 100644 lib/jsfml/src/java/org/jsfml/graphics/ConstFont.java create mode 100644 lib/jsfml/src/java/org/jsfml/graphics/ConstShader.java create mode 100644 lib/jsfml/src/java/org/jsfml/graphics/ConstTexture.java create mode 100644 lib/jsfml/src/java/org/jsfml/graphics/ConstView.java create mode 100644 lib/jsfml/src/java/org/jsfml/graphics/ConvexShape.java create mode 100644 lib/jsfml/src/java/org/jsfml/graphics/Drawable.java create mode 100644 lib/jsfml/src/java/org/jsfml/graphics/FloatRect.java create mode 100644 lib/jsfml/src/java/org/jsfml/graphics/Font.java create mode 100644 lib/jsfml/src/java/org/jsfml/graphics/Glyph.java create mode 100644 lib/jsfml/src/java/org/jsfml/graphics/Image.java create mode 100644 lib/jsfml/src/java/org/jsfml/graphics/IntRect.java create mode 100644 lib/jsfml/src/java/org/jsfml/graphics/PrimitiveType.java create mode 100644 lib/jsfml/src/java/org/jsfml/graphics/RectangleShape.java create mode 100644 lib/jsfml/src/java/org/jsfml/graphics/RenderStates.java create mode 100644 lib/jsfml/src/java/org/jsfml/graphics/RenderTarget.java create mode 100644 lib/jsfml/src/java/org/jsfml/graphics/RenderTexture.java create mode 100644 lib/jsfml/src/java/org/jsfml/graphics/RenderWindow.java create mode 100644 lib/jsfml/src/java/org/jsfml/graphics/SFMLNativeDrawer.java create mode 100644 lib/jsfml/src/java/org/jsfml/graphics/SFMLNativeTransformable.java create mode 100644 lib/jsfml/src/java/org/jsfml/graphics/Shader.java create mode 100644 lib/jsfml/src/java/org/jsfml/graphics/ShaderSourceException.java create mode 100644 lib/jsfml/src/java/org/jsfml/graphics/Shape.java create mode 100644 lib/jsfml/src/java/org/jsfml/graphics/Sprite.java create mode 100644 lib/jsfml/src/java/org/jsfml/graphics/Text.java create mode 100644 lib/jsfml/src/java/org/jsfml/graphics/TextStyle.java create mode 100644 lib/jsfml/src/java/org/jsfml/graphics/Texture.java create mode 100644 lib/jsfml/src/java/org/jsfml/graphics/TextureCreationException.java create mode 100644 lib/jsfml/src/java/org/jsfml/graphics/Transform.java create mode 100644 lib/jsfml/src/java/org/jsfml/graphics/Transformable.java create mode 100644 lib/jsfml/src/java/org/jsfml/graphics/Vertex.java create mode 100644 lib/jsfml/src/java/org/jsfml/graphics/VertexArray.java create mode 100644 lib/jsfml/src/java/org/jsfml/graphics/View.java create mode 100644 lib/jsfml/src/java/org/jsfml/graphics/package-info.java create mode 100644 lib/jsfml/src/java/org/jsfml/internal/Const.java create mode 100644 lib/jsfml/src/java/org/jsfml/internal/ExPtr.java create mode 100644 lib/jsfml/src/java/org/jsfml/internal/Intercom.java create mode 100644 lib/jsfml/src/java/org/jsfml/internal/IntercomHelper.java create mode 100644 lib/jsfml/src/java/org/jsfml/internal/JSFMLError.java create mode 100644 lib/jsfml/src/java/org/jsfml/internal/NativeRef.java create mode 100644 lib/jsfml/src/java/org/jsfml/internal/SFMLErrorCapture.java create mode 100644 lib/jsfml/src/java/org/jsfml/internal/SFMLInputStream.java create mode 100644 lib/jsfml/src/java/org/jsfml/internal/SFMLNative.java create mode 100644 lib/jsfml/src/java/org/jsfml/internal/SFMLNativeObject.java create mode 100644 lib/jsfml/src/java/org/jsfml/internal/StreamUtil.java create mode 100644 lib/jsfml/src/java/org/jsfml/internal/UnsafeOperations.java create mode 100644 lib/jsfml/src/java/org/jsfml/internal/package-info.java create mode 100644 lib/jsfml/src/java/org/jsfml/system/Clock.java create mode 100644 lib/jsfml/src/java/org/jsfml/system/Time.java create mode 100644 lib/jsfml/src/java/org/jsfml/system/Vector2f.java create mode 100644 lib/jsfml/src/java/org/jsfml/system/Vector2i.java create mode 100644 lib/jsfml/src/java/org/jsfml/system/Vector3f.java create mode 100644 lib/jsfml/src/java/org/jsfml/system/Vector3i.java create mode 100644 lib/jsfml/src/java/org/jsfml/system/package-info.java create mode 100644 lib/jsfml/src/java/org/jsfml/window/Context.java create mode 100644 lib/jsfml/src/java/org/jsfml/window/ContextActivationException.java create mode 100644 lib/jsfml/src/java/org/jsfml/window/ContextSettings.java create mode 100644 lib/jsfml/src/java/org/jsfml/window/Joystick.java create mode 100644 lib/jsfml/src/java/org/jsfml/window/Keyboard.java create mode 100644 lib/jsfml/src/java/org/jsfml/window/Mouse.java create mode 100644 lib/jsfml/src/java/org/jsfml/window/VideoMode.java create mode 100644 lib/jsfml/src/java/org/jsfml/window/Window.java create mode 100644 lib/jsfml/src/java/org/jsfml/window/WindowStyle.java create mode 100644 lib/jsfml/src/java/org/jsfml/window/event/Event.java create mode 100644 lib/jsfml/src/java/org/jsfml/window/event/JoystickButtonEvent.java create mode 100644 lib/jsfml/src/java/org/jsfml/window/event/JoystickEvent.java create mode 100644 lib/jsfml/src/java/org/jsfml/window/event/JoystickMoveEvent.java create mode 100644 lib/jsfml/src/java/org/jsfml/window/event/KeyEvent.java create mode 100644 lib/jsfml/src/java/org/jsfml/window/event/MouseButtonEvent.java create mode 100644 lib/jsfml/src/java/org/jsfml/window/event/MouseEvent.java create mode 100644 lib/jsfml/src/java/org/jsfml/window/event/MouseWheelEvent.java create mode 100644 lib/jsfml/src/java/org/jsfml/window/event/SizeEvent.java create mode 100644 lib/jsfml/src/java/org/jsfml/window/event/TextEvent.java create mode 100644 lib/jsfml/src/java/org/jsfml/window/event/package-info.java create mode 100644 lib/jsfml/src/java/org/jsfml/window/package-info.java create mode 100644 lib/json-20210307.jar create mode 100644 src/com/rubynaxela/kyanite/game/Game.java create mode 100644 src/com/rubynaxela/kyanite/game/GameContext.java create mode 100644 src/com/rubynaxela/kyanite/game/Scene.java create mode 100644 src/com/rubynaxela/kyanite/game/assets/Asset.java create mode 100644 src/com/rubynaxela/kyanite/game/assets/AssetsBundle.java create mode 100644 src/com/rubynaxela/kyanite/game/assets/DataAsset.java create mode 100644 src/com/rubynaxela/kyanite/game/assets/FontFace.java create mode 100644 src/com/rubynaxela/kyanite/game/assets/Icon.java create mode 100644 src/com/rubynaxela/kyanite/game/assets/Sound.java create mode 100644 src/com/rubynaxela/kyanite/game/assets/Texture.java create mode 100644 src/com/rubynaxela/kyanite/game/assets/package-info.java create mode 100644 src/com/rubynaxela/kyanite/game/entities/AnimatedEntity.java create mode 100644 src/com/rubynaxela/kyanite/game/entities/CompoundEntity.java create mode 100644 src/com/rubynaxela/kyanite/game/entities/GlobalBounds.java create mode 100644 src/com/rubynaxela/kyanite/game/entities/package-info.java create mode 100644 src/com/rubynaxela/kyanite/game/gui/Font.java create mode 100644 src/com/rubynaxela/kyanite/game/gui/Text.java create mode 100644 src/com/rubynaxela/kyanite/game/package-info.java create mode 100644 src/com/rubynaxela/kyanite/system/Clock.java create mode 100644 src/com/rubynaxela/kyanite/system/FirstThreadTool.java create mode 100644 src/com/rubynaxela/kyanite/system/IOException.java create mode 100644 src/com/rubynaxela/kyanite/system/package-info.java create mode 100644 src/com/rubynaxela/kyanite/util/AssetId.java create mode 100644 src/com/rubynaxela/kyanite/util/Dictionary.java create mode 100644 src/com/rubynaxela/kyanite/util/MathUtils.java create mode 100644 src/com/rubynaxela/kyanite/util/Pair.java create mode 100644 src/com/rubynaxela/kyanite/util/Utils.java create mode 100644 src/com/rubynaxela/kyanite/util/Vec2.java create mode 100644 src/com/rubynaxela/kyanite/window/Window.java create mode 100644 src/com/rubynaxela/kyanite/window/event/CloseListener.java create mode 100644 src/com/rubynaxela/kyanite/window/event/FocusListener.java create mode 100644 src/com/rubynaxela/kyanite/window/event/JoystickButtonListener.java create mode 100644 src/com/rubynaxela/kyanite/window/event/JoystickConnectionListener.java create mode 100644 src/com/rubynaxela/kyanite/window/event/JoystickListener.java create mode 100644 src/com/rubynaxela/kyanite/window/event/KeyListener.java create mode 100644 src/com/rubynaxela/kyanite/window/event/MouseButtonListener.java create mode 100644 src/com/rubynaxela/kyanite/window/event/MouseListener.java create mode 100644 src/com/rubynaxela/kyanite/window/event/MouseWheelListener.java create mode 100644 src/com/rubynaxela/kyanite/window/event/ResizeEvent.java create mode 100644 src/com/rubynaxela/kyanite/window/event/ResizeListener.java create mode 100644 src/com/rubynaxela/kyanite/window/event/TextListener.java create mode 100644 src/com/rubynaxela/kyanite/window/event/package-info.java create mode 100644 src/com/rubynaxela/kyanite/window/package-info.java create mode 100644 src/res/kyanite.png diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..21b4487f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# Project exclude paths +/out/ \ No newline at end of file diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 00000000..73f69e09 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/artifacts/kyanite_jar.xml b/.idea/artifacts/kyanite_jar.xml new file mode 100644 index 00000000..cd4eaca5 --- /dev/null +++ b/.idea/artifacts/kyanite_jar.xml @@ -0,0 +1,15 @@ + + + $PROJECT_DIR$/out/artifacts/kyanite_jar + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/description.html b/.idea/description.html new file mode 100644 index 00000000..db5f1295 --- /dev/null +++ b/.idea/description.html @@ -0,0 +1 @@ +Simple Java application that includes a class with main() method \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 00000000..97626ba4 --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/libraries/jackson.xml b/.idea/libraries/jackson.xml new file mode 100644 index 00000000..bf39d550 --- /dev/null +++ b/.idea/libraries/jackson.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/jsfml.xml b/.idea/libraries/jsfml.xml new file mode 100644 index 00000000..fd2d36c5 --- /dev/null +++ b/.idea/libraries/jsfml.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 00000000..f07a036c --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,12 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 00000000..9c81de2c --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/project-template.xml b/.idea/project-template.xml new file mode 100644 index 00000000..1f08b887 --- /dev/null +++ b/.idea/project-template.xml @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/.idea/uiDesigner.xml b/.idea/uiDesigner.xml new file mode 100644 index 00000000..e96534fb --- /dev/null +++ b/.idea/uiDesigner.xml @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/changelog.txt b/changelog.txt new file mode 100644 index 00000000..a1d3a2cd --- /dev/null +++ b/changelog.txt @@ -0,0 +1,36 @@ +October 28th, 2021 +[1.5.3] +- Added a method for extracting an InputStream from assets located in the source root directory +- Failed attempt to load a native Asset now raises a critical error and exits the program instread of causing it to stop responding + +October 26th, 2021 +[1.5.2] +- Added icon asset type +- Added native window icon management +- Assets can now be constructed with an InputStream +- Fixed binding from a JSON object to the Dictionary class object during DataAsset conversion + +October 25th, 2021 +[1.5.1] +- Fixed the Dictionary class visibility + +October 24th, 2021 +[1.5] +- Added a JSON data asset type +- Added an animated entity interface +- Added a method for testing and calculating intersection with another GlobalBounds +- Added a method for calculating the direction vector between two points +- Added a method for calculating the moving circle vs fixed rectangle collision direction vector +- Added native support for window background texture +- The getDeltaTime method has been moved to the Scene class +- Enabling vertical synchronization is now done by calling the framerate limit setter with Window.Framerate.VSYNC argument +- The GlobalBounds class is no longer a record class, which means that its fields are called without parentheses + +October 21st, 2021 +[1.4.1] +- Added support for changing the sound pitch and volume +- GlobalBounds objects can now be tested for containing a certain point + +October 20th, 2021 +[1.4] +- First public release \ No newline at end of file diff --git a/doc/allclasses-index.html b/doc/allclasses-index.html new file mode 100644 index 00000000..77542473 --- /dev/null +++ b/doc/allclasses-index.html @@ -0,0 +1,159 @@ + + + + +All Classes and Interfaces + + + + + + + + + + + + + + + +
+ +
+
+
+

All Classes and Interfaces

+
+
+
+
+
+
Class
+
Description
+ +
+
An external asset.
+
+ +
+
Indicates that the annotated String is an asset identifier.
+
+ +
+
Provides a handy assets storage.
+
+ +
+
Provides functionality for time measurement.
+
+ +
 
+ +
+
An entity consisting of many components.
+
+ +
+
If the application is running on macOS, it must be started with the -XstartOnFirstThread JVM option.
+
+ +
 
+ +
 
+ +
+
A wrapper class for JSFML Font objects, representing a font face asset.
+
+ +
+
Provides a set of references to the basic objects used by the game.
+
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
 
+ +
+
An alias type for an ArrayList of Drawables.
+
+ +
+
A wrapper class for JSFML Sound objects, representing a sound asset.
+
+ +
+
Represents a graphical text that can be transformed and drawn to a render target.
+
+ +
+
Values for the alignment mode.
+
+ +
 
+ +
+
A wrapper class for JSFML Texture objects, representing a texture asset.
+
+ +
+
Provides a window that can serve as a target for 2D drawing.
+
+
+
+
+
+
+
+ + diff --git a/doc/allpackages-index.html b/doc/allpackages-index.html new file mode 100644 index 00000000..f42140ec --- /dev/null +++ b/doc/allpackages-index.html @@ -0,0 +1,89 @@ + + + + +All Packages + + + + + + + + + + + + + + + +
+ +
+
+
+

All Packages

+
+
Package Summary
+
+
Package
+
Description
+ +
+
Contains classes related to the game content.
+
+ +
+
Contains classes related to assets, which are loaded from external sources.
+
+ +
 
+ +
 
+ +
+
Contains classes that provide core functionality, common data types and exceptions.
+
+ +
 
+ +
+
Contains classes related to graphic interface
+
+ +
+
Contains classes representing window events and event listeners.
+
+
+
+
+
+ + diff --git a/doc/com/rubynaxela/kyanite/game/GameContext.html b/doc/com/rubynaxela/kyanite/game/GameContext.html new file mode 100644 index 00000000..3ed7f293 --- /dev/null +++ b/doc/com/rubynaxela/kyanite/game/GameContext.html @@ -0,0 +1,189 @@ + + + + +GameContext + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class GameContext

+
+
java.lang.Object +
com.rubynaxela.kyanite.game.GameContext
+
+
+
+
public final class GameContext +extends Object
+
Provides a set of references to the basic objects used by the game. The instance of this class can be accessed via the + getInstance() method. Only one GameContext instance can exist in a single game instance.
+
+
+ +
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getInstance

      +
      public static GameContext getInstance()
      +
      +
      Returns:
      +
      reference to the instance of the bundle
      +
      +
      +
    • +
    • +
      +

      getWindow

      +
      public Window getWindow()
      +
      +
      Returns:
      +
      reference to the game window
      +
      +
      +
    • +
    • +
      +

      getAssetsBundle

      +
      public AssetsBundle getAssetsBundle()
      +
      +
      Returns:
      +
      reference to the game assets bundle
      +
      +
      +
    • +
    • +
      +

      getClock

      +
      public Clock getClock()
      +
      +
      Returns:
      +
      reference to the game clock
      +
      +
      +
    • +
    • +
      +

      startGame

      +
      public void startGame()
      +
      Starts the game clock and the window loop
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/doc/com/rubynaxela/kyanite/game/assets/Asset.html b/doc/com/rubynaxela/kyanite/game/assets/Asset.html new file mode 100644 index 00000000..a7affff2 --- /dev/null +++ b/doc/com/rubynaxela/kyanite/game/assets/Asset.html @@ -0,0 +1,87 @@ + + + + +Asset + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface Asset

+
+
+
+
All Known Implementing Classes:
+
FontFace, Sound, Texture
+
+
+
public interface Asset
+
An external asset. This tagging interface groups assets allowing them to be stored + in an AssetsBundle. Kyanite provides several basic types of assets, but the + programmer should feel free to implement this interface in their own asset types.
+
+ +
+
+
+ + diff --git a/doc/com/rubynaxela/kyanite/game/assets/AssetsBundle.html b/doc/com/rubynaxela/kyanite/game/assets/AssetsBundle.html new file mode 100644 index 00000000..e3ab1765 --- /dev/null +++ b/doc/com/rubynaxela/kyanite/game/assets/AssetsBundle.html @@ -0,0 +1,192 @@ + + + + +AssetsBundle + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class AssetsBundle

+
+
java.lang.Object +
com.rubynaxela.kyanite.game.assets.AssetsBundle
+
+
+
+
public final class AssetsBundle +extends Object
+
Provides a handy assets storage. Assets are registered and retrieved with String identifiers. An identifier can be + any text, however it is good to keep the identifiers organized, compliant with a consistent convention. For example, + kyanite:texture.flowers.purple makes up a good identifier, however txt_flower_13 does not.
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      AssetsBundle

      +
      public AssetsBundle()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      register

      +
      public <T extends Asset> void register(@AssetId + String id, + T asset)
      +
      Registers an Asset in the bundle.
      +
      +
      Parameters:
      +
      id - the identifier of this asset
      +
      asset - the asset to be stored
      +
      +
      +
    • +
    • +
      +

      get

      +
      public <T extends Asset> T get(@AssetId + String id)
      +
      Finds an Asset by its identifier.
      +
      +
      Parameters:
      +
      id - the identifier of this asset
      +
      Returns:
      +
      an Asset object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/doc/com/rubynaxela/kyanite/game/assets/FontFace.html b/doc/com/rubynaxela/kyanite/game/assets/FontFace.html new file mode 100644 index 00000000..b1b7f8bd --- /dev/null +++ b/doc/com/rubynaxela/kyanite/game/assets/FontFace.html @@ -0,0 +1,210 @@ + + + + +FontFace + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class FontFace

+
+
java.lang.Object +
com.rubynaxela.kyanite.game.assets.FontFace
+
+
+
+
All Implemented Interfaces:
+
Asset
+
+
+
public class FontFace +extends Object +implements Asset
+
A wrapper class for JSFML Font objects, representing a font face asset. The source must be the path + to an font file. Supported formats are: TrueType, Type 1, CFF, OpenType, SFNT, X11 PCF, Windows FNT, BDF, PFR and Type 42.
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    FontFace(File file)
    +
    +
    Creates a new font from the source font file.
    +
    + +
    +
    Creates a new font from the source given by the path.
    +
    +
    FontFace(Path path)
    +
    +
    Creates a new font from the source given by the path.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    apply(org.jsfml.graphics.Text text)
    +
    +
    Applies this font on the Text.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      FontFace

      +
      public FontFace(Path path)
      +
      Creates a new font from the source given by the path.
      +
      +
      Parameters:
      +
      path - path of the data source
      +
      +
      +
    • +
    • +
      +

      FontFace

      +
      public FontFace(String path)
      +
      Creates a new font from the source given by the path.
      +
      +
      Parameters:
      +
      path - path of the data source
      +
      +
      +
    • +
    • +
      +

      FontFace

      +
      public FontFace(File file)
      +
      Creates a new font from the source font file.
      +
      +
      Parameters:
      +
      file - the data source file
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      apply

      +
      public void apply(org.jsfml.graphics.Text text)
      +
      Applies this font on the Text.
      +
      +
      Parameters:
      +
      text - a Text to apply this font on
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/doc/com/rubynaxela/kyanite/game/assets/Sound.html b/doc/com/rubynaxela/kyanite/game/assets/Sound.html new file mode 100644 index 00000000..dd5fa592 --- /dev/null +++ b/doc/com/rubynaxela/kyanite/game/assets/Sound.html @@ -0,0 +1,255 @@ + + + + +Sound + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class Sound

+
+
java.lang.Object +
com.rubynaxela.kyanite.game.assets.Sound
+
+
+
+
All Implemented Interfaces:
+
Asset
+
+
+
public class Sound +extends Object +implements Asset
+
A wrapper class for JSFML Sound objects, representing a sound asset. + The source must be the path to an audio file. Supported formats are: WAV, OGG/Vorbis and FLAC.
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    Sound(File file)
    +
    +
    Creates a new sound from the source sound file.
    +
    +
    Sound(String path)
    +
    +
    Creates a new sound from the source given by the path.
    +
    +
    Sound(Path path)
    +
    +
    Creates a new sound from the source given by the path.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    + +
    +
    Pauses the sound if it is currently playing.
    +
    +
    void
    + +
    +
    Starts playing the sound or resumes it if it is currently paused.
    +
    +
    void
    +
    setLooping(boolean looping)
    +
     
    +
    void
    +
    setSkip(org.jsfml.system.Time time)
    +
    +
    Sets the playing offset from where to play the underlying audio data.
    +
    +
    void
    + +
    +
    Stops the sound if it is currently playing or paused.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      Sound

      +
      public Sound(Path path)
      +
      Creates a new sound from the source given by the path.
      +
      +
      Parameters:
      +
      path - path of the data source
      +
      +
      +
    • +
    • +
      +

      Sound

      +
      public Sound(String path)
      +
      Creates a new sound from the source given by the path.
      +
      +
      Parameters:
      +
      path - path of the data source
      +
      +
      +
    • +
    • +
      +

      Sound

      +
      public Sound(File file)
      +
      Creates a new sound from the source sound file.
      +
      +
      Parameters:
      +
      file - the data audio file
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      play

      +
      public void play()
      +
      Starts playing the sound or resumes it if it is currently paused.
      +
      +
    • +
    • +
      +

      pause

      +
      public void pause()
      +
      Pauses the sound if it is currently playing.
      +
      +
    • +
    • +
      +

      stop

      +
      public void stop()
      +
      Stops the sound if it is currently playing or paused.
      +
      +
    • +
    • +
      +

      setLooping

      +
      public void setLooping(boolean looping)
      +
      +
    • +
    • +
      +

      setSkip

      +
      public void setSkip(org.jsfml.system.Time time)
      +
      Sets the playing offset from where to play the underlying audio data.
      +
      +
      Parameters:
      +
      time - the playing offset in the underlaying audio data.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/doc/com/rubynaxela/kyanite/game/assets/Texture.html b/doc/com/rubynaxela/kyanite/game/assets/Texture.html new file mode 100644 index 00000000..8d621218 --- /dev/null +++ b/doc/com/rubynaxela/kyanite/game/assets/Texture.html @@ -0,0 +1,284 @@ + + + + +Texture + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class Texture

+
+
java.lang.Object +
com.rubynaxela.kyanite.game.assets.Texture
+
+
+
+
All Implemented Interfaces:
+
Asset
+
+
+
public class Texture +extends Object +implements Asset
+
A wrapper class for JSFML Texture objects, representing a texture asset. + The source must be the path to an image file. Supported formats are: BMP, DDS, JPEG, PNG, TGA and PSD.
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    Texture(File file)
    +
    +
    Creates a new texture from the source image file.
    +
    + +
    +
    Creates a new texture from the source given by the path.
    +
    +
    Texture(Path path)
    +
    +
    Creates a new texture from the source given by the path.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    apply(org.jsfml.graphics.Shape shape)
    +
    +
    Applies this texture on the Shape without affecting the texture rectangle.
    +
    +
    void
    +
    apply(org.jsfml.graphics.Sprite sprite)
    +
    +
    Applies this texture on the Sprite without affecting the texture rectangle.
    +
    +
    boolean
    + +
     
    +
    boolean
    + +
     
    +
    void
    +
    setSmooth(boolean smooth)
    +
    +
    Enables or disables the smooth filter.
    +
    +
    void
    +
    setTileable(boolean tileable)
    +
    +
    Enables or disables texture repeating.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      Texture

      +
      public Texture(Path path)
      +
      Creates a new texture from the source given by the path.
      +
      +
      Parameters:
      +
      path - path of the data source
      +
      +
      +
    • +
    • +
      +

      Texture

      +
      public Texture(String path)
      +
      Creates a new texture from the source given by the path.
      +
      +
      Parameters:
      +
      path - path of the data source
      +
      +
      +
    • +
    • +
      +

      Texture

      +
      public Texture(File file)
      +
      Creates a new texture from the source image file.
      +
      +
      Parameters:
      +
      file - the data source file
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      apply

      +
      public void apply(org.jsfml.graphics.Shape shape)
      +
      Applies this texture on the Shape without affecting the texture rectangle.
      +
      +
      Parameters:
      +
      shape - the Shape to apply this texture on
      +
      +
      +
    • +
    • +
      +

      apply

      +
      public void apply(org.jsfml.graphics.Sprite sprite)
      +
      Applies this texture on the Sprite without affecting the texture rectangle.
      +
      +
      Parameters:
      +
      sprite - the Sprite to apply this texture on
      +
      +
      +
    • +
    • +
      +

      isTileable

      +
      public boolean isTileable()
      +
      +
      Returns:
      +
      whether texture repeating is enabled for this texture
      +
      +
      +
    • +
    • +
      +

      setTileable

      +
      public void setTileable(boolean tileable)
      +
      Enables or disables texture repeating. Texture repeating is disabled by default.
      +
      +
      Parameters:
      +
      tileable - true to enable, false to disable
      +
      +
      +
    • +
    • +
      +

      isSmooth

      +
      public boolean isSmooth()
      +
      +
      Returns:
      +
      whether texture smooth filter is enabled for this texture
      +
      +
      +
    • +
    • +
      +

      setSmooth

      +
      public void setSmooth(boolean smooth)
      +
      Enables or disables the smooth filter. The smooth filter is disabled by default.
      +
      +
      Parameters:
      +
      smooth - true to enable, false to disable
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/doc/com/rubynaxela/kyanite/game/assets/package-summary.html b/doc/com/rubynaxela/kyanite/game/assets/package-summary.html new file mode 100644 index 00000000..e97df686 --- /dev/null +++ b/doc/com/rubynaxela/kyanite/game/assets/package-summary.html @@ -0,0 +1,127 @@ + + + + +com.rubynaxela.kyanite.game.assets + + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.rubynaxela.kyanite.game.assets

+
+
+
package com.rubynaxela.kyanite.game.assets
+
+
Contains classes related to assets, which are loaded from external sources.
+
+
+ +
+
+
+
+ + diff --git a/doc/com/rubynaxela/kyanite/game/assets/package-tree.html b/doc/com/rubynaxela/kyanite/game/assets/package-tree.html new file mode 100644 index 00000000..991e49d6 --- /dev/null +++ b/doc/com/rubynaxela/kyanite/game/assets/package-tree.html @@ -0,0 +1,81 @@ + + + + +com.rubynaxela.kyanite.game.assets Class Hierarchy + + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.rubynaxela.kyanite.game.assets

+Package Hierarchies: + +
+
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • com.rubynaxela.kyanite.game.assets.AssetsBundle
    • +
    • com.rubynaxela.kyanite.game.assets.FontFace (implements com.rubynaxela.kyanite.game.assets.Asset)
    • +
    • com.rubynaxela.kyanite.game.assets.Sound (implements com.rubynaxela.kyanite.game.assets.Asset)
    • +
    • com.rubynaxela.kyanite.game.assets.Texture (implements com.rubynaxela.kyanite.game.assets.Asset)
    • +
    +
  • +
+
+
+

Interface Hierarchy

+
    +
  • com.rubynaxela.kyanite.game.assets.Asset
  • +
+
+
+
+
+ + diff --git a/doc/com/rubynaxela/kyanite/game/entities/CompoundEntity.html b/doc/com/rubynaxela/kyanite/game/entities/CompoundEntity.html new file mode 100644 index 00000000..d260597f --- /dev/null +++ b/doc/com/rubynaxela/kyanite/game/entities/CompoundEntity.html @@ -0,0 +1,558 @@ + + + + +CompoundEntity + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class CompoundEntity

+
+
java.lang.Object +
com.rubynaxela.kyanite.game.entities.CompoundEntity
+
+
+
+
All Implemented Interfaces:
+
org.jsfml.graphics.Drawable, org.jsfml.graphics.Transformable
+
+
+
public class CompoundEntity +extends Object +implements org.jsfml.graphics.Transformable, org.jsfml.graphics.Drawable
+
An entity consisting of many components. A CompoundEntity can be drawn to a render target, + as well as positioned in the scene, rotated and scaled around an origin. This class can be used, + for instance, to create complex structures out of primitive shapes or to compose spannable texts.
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
    +
    Creates an empty compound entity.
    +
    +
    CompoundEntity(@NotNull org.jsfml.system.Vector2f position)
    +
    +
    Creates an empty compound entity with initial position.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    add(@NotNull Object object, + @NotNull org.jsfml.system.Vector2f relativePosition)
    +
    +
    Adds an object and puts it on its relative position.
    +
    +
    void
    +
    draw(@NotNull org.jsfml.graphics.RenderTarget target, + @NotNull org.jsfml.graphics.RenderStates states)
    +
    +
    Draws a drawable object to the render target using the given render states.
    +
    +
    org.jsfml.graphics.FloatRect
    + +
     
    +
    org.jsfml.graphics.Transform
    + +
     
    +
    org.jsfml.system.Vector2f
    + +
     
    +
    org.jsfml.system.Vector2f
    + +
     
    +
    float
    + +
     
    +
    org.jsfml.system.Vector2f
    + +
     
    +
    org.jsfml.graphics.Transform
    + +
     
    +
    void
    +
    move(float x, + float y)
    +
    +
    Moves this object.
    +
    +
    void
    +
    move(@NotNull org.jsfml.system.Vector2f offset)
    +
    +
    Moves the object.
    +
    +
    void
    +
    rotate(float angle)
    +
    +
    Rotates this object around its origin.
    +
    +
    void
    +
    scale(float x, + float y)
    +
    +
    Scales the object, using its origin as the scaling center.
    +
    +
    void
    +
    scale(@NotNull org.jsfml.system.Vector2f factors)
    +
    +
    Scales the object, using its origin as the scaling center.
    +
    +
    void
    +
    setOrigin(float x, + float y)
    +
    +
    Sets the rotation, scaling and drawing origin of this object.
    +
    +
    void
    +
    setOrigin(@NotNull org.jsfml.system.Vector2f origin)
    +
    +
    Sets the rotation, scaling and drawing origin of this object.
    +
    +
    void
    +
    setPosition(float x, + float y)
    +
    +
    Sets the position of this object in the scene so that its origin will be exactly on it.
    +
    +
    void
    +
    setPosition(@NotNull org.jsfml.system.Vector2f position)
    +
    +
    Sets the position of this object in the scene so that its origin will be exactly on it.
    +
    +
    void
    +
    setRotation(float angle)
    +
    +
    Sets the rotation of this object around its origin.
    +
    +
    void
    +
    setScale(float x, + float y)
    +
    +
    Sets the scaling of this object, using its origin as the scaling center.
    +
    +
    void
    +
    setScale(@NotNull org.jsfml.system.Vector2f factors)
    +
    +
    Sets the scaling of this object, using its origin as the scaling center.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      CompoundEntity

      +
      public CompoundEntity()
      +
      Creates an empty compound entity.
      +
      +
    • +
    • +
      +

      CompoundEntity

      +
      public CompoundEntity(@NotNull + @NotNull org.jsfml.system.Vector2f position)
      +
      Creates an empty compound entity with initial position.
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      add

      +
      public void add(@NotNull + @NotNull Object object, + @NotNull + @NotNull org.jsfml.system.Vector2f relativePosition)
      +
      Adds an object and puts it on its relative position.
      +
      +
      Parameters:
      +
      object - an object of a class that implements both Transformable and Drawable interfaces
      +
      relativePosition - the object's position relative to the top-left corner of this compound entity
      +
      +
      +
    • +
    • +
      +

      getGlobalBounds

      +
      public org.jsfml.graphics.FloatRect getGlobalBounds()
      +
      +
      Returns:
      +
      the object's global bounding rectangle in the scene, taking the object's transformation into account
      +
      +
      +
    • +
    • +
      +

      draw

      +
      public void draw(@NotNull + @NotNull org.jsfml.graphics.RenderTarget target, + @NotNull + @NotNull org.jsfml.graphics.RenderStates states)
      +
      Draws a drawable object to the render target using the given render states.
      +
      +
      Specified by:
      +
      draw in interface org.jsfml.graphics.Drawable
      +
      Parameters:
      +
      target - the object to draw
      +
      states - the render states to use for drawing
      +
      +
      +
    • +
    • +
      +

      setPosition

      +
      public void setPosition(float x, + float y)
      +
      Sets the position of this object in the scene so that its origin will be exactly on it.
      +
      +
      Specified by:
      +
      setPosition in interface org.jsfml.graphics.Transformable
      +
      Parameters:
      +
      x - the new X coordinate.
      +
      y - the new Y coordinate.
      +
      +
      +
    • +
    • +
      +

      setPosition

      +
      public void setPosition(@NotNull + @NotNull org.jsfml.system.Vector2f position)
      +
      Sets the position of this object in the scene so that its origin will be exactly on it.
      +
      +
      Specified by:
      +
      setPosition in interface org.jsfml.graphics.Transformable
      +
      Parameters:
      +
      position - the new position of this object
      +
      +
      +
    • +
    • +
      +

      setRotation

      +
      public void setRotation(float angle)
      +
      Sets the rotation of this object around its origin.
      +
      +
      Specified by:
      +
      setRotation in interface org.jsfml.graphics.Transformable
      +
      Parameters:
      +
      angle - the new rotation angle in degrees
      +
      +
      +
    • +
    • +
      +

      setScale

      +
      public void setScale(float x, + float y)
      +
      Sets the scaling of this object, using its origin as the scaling center.
      +
      +
      Specified by:
      +
      setScale in interface org.jsfml.graphics.Transformable
      +
      Parameters:
      +
      x - the new X scaling factor
      +
      y - the new Y scaling factor
      +
      +
      +
    • +
    • +
      +

      setScale

      +
      public void setScale(@NotNull + @NotNull org.jsfml.system.Vector2f factors)
      +
      Sets the scaling of this object, using its origin as the scaling center.
      +
      +
      Specified by:
      +
      setScale in interface org.jsfml.graphics.Transformable
      +
      Parameters:
      +
      factors - the new scaling factors
      +
      +
      +
    • +
    • +
      +

      setOrigin

      +
      public void setOrigin(float x, + float y)
      +
      Sets the rotation, scaling and drawing origin of this object.
      +
      +
      Specified by:
      +
      setOrigin in interface org.jsfml.graphics.Transformable
      +
      Parameters:
      +
      x - the new X coordinate of the origin
      +
      y - the new Y coordinate of the origin
      +
      +
      +
    • +
    • +
      +

      setOrigin

      +
      public void setOrigin(@NotNull + @NotNull org.jsfml.system.Vector2f origin)
      +
      Sets the rotation, scaling and drawing origin of this object.
      +
      +
      Specified by:
      +
      setOrigin in interface org.jsfml.graphics.Transformable
      +
      Parameters:
      +
      origin - the new origin
      +
      +
      +
    • +
    • +
      +

      getPosition

      +
      public org.jsfml.system.Vector2f getPosition()
      +
      +
      Specified by:
      +
      getPosition in interface org.jsfml.graphics.Transformable
      +
      Returns:
      +
      the position of this object
      +
      +
      +
    • +
    • +
      +

      getRotation

      +
      public float getRotation()
      +
      +
      Specified by:
      +
      getRotation in interface org.jsfml.graphics.Transformable
      +
      Returns:
      +
      the current rotation angle of this object in degrees
      +
      +
      +
    • +
    • +
      +

      getScale

      +
      public org.jsfml.system.Vector2f getScale()
      +
      +
      Specified by:
      +
      getScale in interface org.jsfml.graphics.Transformable
      +
      Returns:
      +
      the current scaling factors of this object
      +
      +
      +
    • +
    • +
      +

      getOrigin

      +
      public org.jsfml.system.Vector2f getOrigin()
      +
      +
      Specified by:
      +
      getOrigin in interface org.jsfml.graphics.Transformable
      +
      Returns:
      +
      the current origin of this object
      +
      +
      +
    • +
    • +
      +

      move

      +
      public void move(float x, + float y)
      +
      Moves this object.
      +
      +
      Specified by:
      +
      move in interface org.jsfml.graphics.Transformable
      +
      Parameters:
      +
      x - the X offset added to the current position
      +
      y - the Y offset added to the current position
      +
      +
      +
    • +
    • +
      +

      move

      +
      public void move(@NotNull + @NotNull org.jsfml.system.Vector2f offset)
      +
      Moves the object.
      +
      +
      Specified by:
      +
      move in interface org.jsfml.graphics.Transformable
      +
      Parameters:
      +
      offset - the offset vector added to the current position
      +
      +
      +
    • +
    • +
      +

      rotate

      +
      public void rotate(float angle)
      +
      Rotates this object around its origin.
      +
      +
      Specified by:
      +
      rotate in interface org.jsfml.graphics.Transformable
      +
      Parameters:
      +
      angle - the rotation angle in degrees
      +
      +
      +
    • +
    • +
      +

      scale

      +
      public void scale(float x, + float y)
      +
      Scales the object, using its origin as the scaling center. Given + scaling factors are multiplied by the current factors of this object.
      +
      +
      Specified by:
      +
      scale in interface org.jsfml.graphics.Transformable
      +
      Parameters:
      +
      x - the X scaling factor
      +
      y - the Y scaling factor
      +
      +
      +
    • +
    • +
      +

      scale

      +
      public void scale(@NotNull + @NotNull org.jsfml.system.Vector2f factors)
      +
      Scales the object, using its origin as the scaling center. Given + scaling factors are multiplied by the current factors of this object.
      +
      +
      Specified by:
      +
      scale in interface org.jsfml.graphics.Transformable
      +
      Parameters:
      +
      factors - the scaling factors
      +
      +
      +
    • +
    • +
      +

      getTransform

      +
      public org.jsfml.graphics.Transform getTransform()
      +
      +
      Specified by:
      +
      getTransform in interface org.jsfml.graphics.Transformable
      +
      Returns:
      +
      the current transformation matrix of this object
      +
      +
      +
    • +
    • +
      +

      getInverseTransform

      +
      public org.jsfml.graphics.Transform getInverseTransform()
      +
      +
      Specified by:
      +
      getInverseTransform in interface org.jsfml.graphics.Transformable
      +
      Returns:
      +
      the inverse of the current transformation matrix of this object
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/doc/com/rubynaxela/kyanite/game/entities/HitBox.html b/doc/com/rubynaxela/kyanite/game/entities/HitBox.html new file mode 100644 index 00000000..5b1d4b22 --- /dev/null +++ b/doc/com/rubynaxela/kyanite/game/entities/HitBox.html @@ -0,0 +1,309 @@ + + + + +HitBox + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class HitBox

+
+
java.lang.Object +
java.lang.Record +
com.rubynaxela.kyanite.game.entities.GlobalBounds
+
+
+
+
+
public record HitBox(float top, float right, float bottom, float left) +extends Record
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    HitBox(float top, + float right, + float bottom, + float left)
    +
    +
    Creates an instance of a HitBox record class.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    float
    + +
    +
    Returns the value of the bottom record component.
    +
    +
    final boolean
    + +
    +
    Indicates whether some other object is "equal to" this one.
    +
    +
    static HitBox
    +
    from(@NotNull org.jsfml.graphics.FloatRect boundingBox)
    +
     
    +
    final int
    + +
    +
    Returns a hash code value for this object.
    +
    +
    float
    + +
    +
    Returns the value of the left record component.
    +
    +
    float
    + +
    +
    Returns the value of the right record component.
    +
    +
    org.jsfml.graphics.FloatRect
    + +
     
    +
    float
    +
    top()
    +
    +
    Returns the value of the top record component.
    +
    + + +
    +
    Returns a string representation of this record class.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      HitBox

      +
      public HitBox(float top, + float right, + float bottom, + float left)
      +
      Creates an instance of a HitBox record class.
      +
      +
      Parameters:
      +
      top - the value for the top record component
      +
      right - the value for the right record component
      +
      bottom - the value for the bottom record component
      +
      left - the value for the left record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      from

      +
      @Contract(pure=true, + value="_ -> new") +public static HitBox from(@NotNull + @NotNull org.jsfml.graphics.FloatRect boundingBox)
      +
      +
    • +
    • +
      +

      toFloatRect

      +
      public org.jsfml.graphics.FloatRect toFloatRect()
      +
      +
    • +
    • +
      +

      toString

      +
      public String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with '=='.
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      top

      +
      public float top()
      +
      Returns the value of the top record component.
      +
      +
      Returns:
      +
      the value of the top record component
      +
      +
      +
    • +
    • +
      +

      right

      +
      public float right()
      +
      Returns the value of the right record component.
      +
      +
      Returns:
      +
      the value of the right record component
      +
      +
      +
    • +
    • +
      +

      bottom

      +
      public float bottom()
      +
      Returns the value of the bottom record component.
      +
      +
      Returns:
      +
      the value of the bottom record component
      +
      +
      +
    • +
    • +
      +

      left

      +
      public float left()
      +
      Returns the value of the left record component.
      +
      +
      Returns:
      +
      the value of the left record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/doc/com/rubynaxela/kyanite/game/entities/package-summary.html b/doc/com/rubynaxela/kyanite/game/entities/package-summary.html new file mode 100644 index 00000000..b25aa0f4 --- /dev/null +++ b/doc/com/rubynaxela/kyanite/game/entities/package-summary.html @@ -0,0 +1,112 @@ + + + + +com.rubynaxela.kyanite.game.entities + + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.rubynaxela.kyanite.game.entities

+
+
+
package com.rubynaxela.kyanite.game.entities
+
+ +
+
+
+
+ + diff --git a/doc/com/rubynaxela/kyanite/game/entities/package-tree.html b/doc/com/rubynaxela/kyanite/game/entities/package-tree.html new file mode 100644 index 00000000..4f661eaf --- /dev/null +++ b/doc/com/rubynaxela/kyanite/game/entities/package-tree.html @@ -0,0 +1,77 @@ + + + + +com.rubynaxela.kyanite.game.entities Class Hierarchy + + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.rubynaxela.kyanite.game.entities

+Package Hierarchies: + +
+
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • com.rubynaxela.kyanite.game.entities.CompoundEntity (implements org.jsfml.graphics.Drawable, org.jsfml.graphics.Transformable)
    • +
    • java.lang.Record +
        +
      • com.rubynaxela.kyanite.game.entities.HitBox
      • +
      +
    • +
    +
  • +
+
+
+
+
+ + diff --git a/doc/com/rubynaxela/kyanite/game/gui/Font.html b/doc/com/rubynaxela/kyanite/game/gui/Font.html new file mode 100644 index 00000000..2b20f08f --- /dev/null +++ b/doc/com/rubynaxela/kyanite/game/gui/Font.html @@ -0,0 +1,239 @@ + + + + +Font + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class Font

+
+
java.lang.Object +
com.rubynaxela.kyanite.game.gui.Font
+
+
+
+
public class Font +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      Font

      +
      public Font(@NotNull + @NotNull FontFace fontFace, + int size, + int style)
      +
      Creates a new font.
      +
      +
      Parameters:
      +
      fontFace - the font face
      +
      size - the character size
      +
      style - the font style
      +
      +
      +
    • +
    • +
      +

      Font

      +
      public Font(@NotNull + @NotNull FontFace fontFace, + int size)
      +
      Creates a new font with default style.
      +
      +
      Parameters:
      +
      fontFace - the font face
      +
      size - the character size
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      getFontFace

      +
      public FontFace getFontFace()
      +
      +
      Returns:
      +
      the font face
      +
      +
      +
    • +
    • +
      +

      getSize

      +
      public int getSize()
      +
      +
      Returns:
      +
      the character size of this font
      +
      +
      +
    • +
    • +
      +

      getStyle

      +
      public int getStyle()
      +
      +
      Returns:
      +
      the style of this font
      +
      +
      +
    • +
    • +
      +

      apply

      +
      public void apply(@NotNull + @NotNull org.jsfml.graphics.Text text)
      +
      Applies this font on a Text object.
      +
      +
      Parameters:
      +
      text - the Text object to apply this font on
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/doc/com/rubynaxela/kyanite/game/gui/Text.Alignment.html b/doc/com/rubynaxela/kyanite/game/gui/Text.Alignment.html new file mode 100644 index 00000000..c4c8c6ec --- /dev/null +++ b/doc/com/rubynaxela/kyanite/game/gui/Text.Alignment.html @@ -0,0 +1,288 @@ + + + + +Text.Alignment + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Enum Class Text.Alignment

+
+
java.lang.Object +
java.lang.Enum<Text.Alignment> +
com.rubynaxela.kyanite.game.gui.Text.Alignment
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, Comparable<Text.Alignment>, Constable
+
+
+
Enclosing class:
+
Text
+
+
+
public static enum Text.Alignment +extends Enum<Text.Alignment>
+
Values for the alignment mode. The first word of the name indicates vertical alignment and the second + word indicates horizontal alignment. The CENTER value indicates centering on both axes.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Enum Constant Details

    + +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      values

      +
      public static Text.Alignment[] values()
      +
      Returns an array containing the constants of this enum class, in +the order they are declared.
      +
      +
      Returns:
      +
      an array containing the constants of this enum class, in the order they are declared
      +
      +
      +
    • +
    • +
      +

      valueOf

      +
      public static Text.Alignment valueOf(String name)
      +
      Returns the enum constant of this class with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this class. (Extraneous whitespace characters are +not permitted.)
      +
      +
      Parameters:
      +
      name - the name of the enum constant to be returned.
      +
      Returns:
      +
      the enum constant with the specified name
      +
      Throws:
      +
      IllegalArgumentException - if this enum class has no constant with the specified name
      +
      NullPointerException - if the argument is null
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/doc/com/rubynaxela/kyanite/game/gui/Text.html b/doc/com/rubynaxela/kyanite/game/gui/Text.html new file mode 100644 index 00000000..bb39ce10 --- /dev/null +++ b/doc/com/rubynaxela/kyanite/game/gui/Text.html @@ -0,0 +1,524 @@ + + + + +Text + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class Text

+
+
java.lang.Object +
org.jsfml.internal.SFMLNativeObject +
org.jsfml.graphics.Text +
com.rubynaxela.kyanite.game.gui.Text
+
+
+
+
+
+
All Implemented Interfaces:
+
org.jsfml.graphics.Drawable, org.jsfml.graphics.TextStyle, org.jsfml.graphics.Transformable
+
+
+
public class Text +extends org.jsfml.graphics.Text
+
Represents a graphical text that can be transformed and drawn to a render target.
+
+
+
    + +
  • +
    +

    Nested Class Summary

    +
    Nested Classes
    +
    +
    Modifier and Type
    +
    Class
    +
    Description
    +
    static enum 
    + +
    +
    Values for the alignment mode.
    +
    +
    +
    +
  • + +
  • +
    +

    Field Summary

    +
    +

    Fields inherited from interface org.jsfml.graphics.TextStyle

    +BOLD, ITALIC, REGULAR, UNDERLINED
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
    +
    Creates a new empty text.
    +
    +
    Text(@NotNull Font font)
    +
    +
    Creates a new empty text.
    +
    +
    Text(@NotNull String text)
    +
    +
    Creates an invisible text with no font.
    +
    +
    Text(@NotNull String text, + @NotNull Font font)
    +
    +
    Creates a text.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    + + +
     
    +
    org.jsfml.graphics.Transform
    + +
     
    +
    org.jsfml.system.Vector2f
    + +
     
    +
    org.jsfml.system.Vector2f
    + +
     
    +
    float
    + +
     
    +
    org.jsfml.system.Vector2f
    + +
     
    +
    org.jsfml.graphics.Transform
    + +
     
    +
    final void
    +
    move(float arg0, + float arg1)
    +
     
    +
    final void
    +
    move(org.jsfml.system.Vector2f arg0)
    +
     
    +
    final void
    +
    rotate(float arg0)
    +
     
    +
    final void
    +
    scale(float arg0, + float arg1)
    +
     
    +
    final void
    +
    scale(org.jsfml.system.Vector2f arg0)
    +
     
    +
    void
    +
    setAlignment(@NotNull Text.Alignment alignment)
    +
    +
    Sets the alignment mode of this text.
    +
    +
    void
    +
    setFont(@NotNull Font font)
    +
    +
    Sets the font of this text.
    +
    +
    final void
    +
    setOrigin(float arg0, + float arg1)
    +
     
    +
    final void
    +
    setPosition(float arg0, + float arg1)
    +
     
    +
    final void
    +
    setScale(float arg0, + float arg1)
    +
     
    +
    void
    +
    setString(@NotNull String text)
    +
    +
    Deprecated. +
    Use the setText(java.lang.String) method instead.
    +
    +
    +
    void
    +
    setText(@NotNull String text)
    +
    +
    Sets the string to display.
    +
    +
    +
    +
    +
    +

    Methods inherited from class org.jsfml.graphics.Text

    +draw, findCharacterPos, getCharacterSize, getColor, getFont, getGlobalBounds, getLocalBounds, getString, getStyle, nativeCreate, nativeDelete, nativeSetExPtr, setCharacterSize, setColor, setFont, setOrigin, setPosition, setRotation, setScale, setStyle
    +
    +

    Methods inherited from class org.jsfml.internal.SFMLNativeObject

    +finalize
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      Text

      +
      public Text()
      +
      Creates a new empty text.
      +
      +
    • +
    • +
      +

      Text

      +
      public Text(@NotNull + @NotNull Font font)
      +
      Creates a new empty text.
      +
      +
      Parameters:
      +
      font - the font face to use
      +
      +
      +
    • +
    • +
      +

      Text

      +
      public Text(@NotNull + @NotNull String text)
      +
      Creates an invisible text with no font.
      +
      +
      Parameters:
      +
      text - the text string
      +
      +
      +
    • +
    • +
      +

      Text

      +
      public Text(@NotNull + @NotNull String text, + @NotNull + @NotNull Font font)
      +
      Creates a text.
      +
      +
      Parameters:
      +
      text - the text string
      +
      font - the font face to use
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      setFont

      +
      public void setFont(@NotNull + @NotNull Font font)
      +
      Sets the font of this text.
      +
      +
      Parameters:
      +
      font - the new font of this text
      +
      +
      +
    • +
    • +
      +

      setString

      +
      @Deprecated +public void setString(@NotNull + @NotNull String text)
      +
      Deprecated. +
      Use the setText(java.lang.String) method instead.
      +
      +
      +
      Overrides:
      +
      setString in class org.jsfml.graphics.Text
      +
      +
      +
    • +
    • +
      +

      setText

      +
      public void setText(@NotNull + @NotNull String text)
      +
      Sets the string to display.
      +
      +
      Parameters:
      +
      text - the string to display
      +
      +
      +
    • +
    • +
      +

      getAlignment

      +
      public Text.Alignment getAlignment()
      +
      +
      Returns:
      +
      the alignment mode of this text
      +
      +
      +
    • +
    • +
      +

      setAlignment

      +
      public void setAlignment(@NotNull + @NotNull Text.Alignment alignment)
      +
      Sets the alignment mode of this text. The default value is TOP_LEFT.
      +
      +
      Parameters:
      +
      alignment - the new alignment mode of this text
      +
      +
      +
    • +
    • +
      +

      setPosition

      +
      public final void setPosition(float arg0, + float arg1)
      +
      +
      Specified by:
      +
      setPosition in interface org.jsfml.graphics.Transformable
      +
      +
      +
    • +
    • +
      +

      setScale

      +
      public final void setScale(float arg0, + float arg1)
      +
      +
      Specified by:
      +
      setScale in interface org.jsfml.graphics.Transformable
      +
      +
      +
    • +
    • +
      +

      setOrigin

      +
      public final void setOrigin(float arg0, + float arg1)
      +
      +
      Specified by:
      +
      setOrigin in interface org.jsfml.graphics.Transformable
      +
      +
      +
    • +
    • +
      +

      getPosition

      +
      public org.jsfml.system.Vector2f getPosition()
      +
      +
      Specified by:
      +
      getPosition in interface org.jsfml.graphics.Transformable
      +
      +
      +
    • +
    • +
      +

      getRotation

      +
      public float getRotation()
      +
      +
      Specified by:
      +
      getRotation in interface org.jsfml.graphics.Transformable
      +
      +
      +
    • +
    • +
      +

      getScale

      +
      public org.jsfml.system.Vector2f getScale()
      +
      +
      Specified by:
      +
      getScale in interface org.jsfml.graphics.Transformable
      +
      +
      +
    • +
    • +
      +

      getOrigin

      +
      public org.jsfml.system.Vector2f getOrigin()
      +
      +
      Specified by:
      +
      getOrigin in interface org.jsfml.graphics.Transformable
      +
      +
      +
    • +
    • +
      +

      move

      +
      public final void move(float arg0, + float arg1)
      +
      +
      Specified by:
      +
      move in interface org.jsfml.graphics.Transformable
      +
      +
      +
    • +
    • +
      +

      move

      +
      public final void move(org.jsfml.system.Vector2f arg0)
      +
      +
      Specified by:
      +
      move in interface org.jsfml.graphics.Transformable
      +
      +
      +
    • +
    • +
      +

      rotate

      +
      public final void rotate(float arg0)
      +
      +
      Specified by:
      +
      rotate in interface org.jsfml.graphics.Transformable
      +
      +
      +
    • +
    • +
      +

      scale

      +
      public final void scale(float arg0, + float arg1)
      +
      +
      Specified by:
      +
      scale in interface org.jsfml.graphics.Transformable
      +
      +
      +
    • +
    • +
      +

      scale

      +
      public final void scale(org.jsfml.system.Vector2f arg0)
      +
      +
      Specified by:
      +
      scale in interface org.jsfml.graphics.Transformable
      +
      +
      +
    • +
    • +
      +

      getTransform

      +
      public org.jsfml.graphics.Transform getTransform()
      +
      +
      Specified by:
      +
      getTransform in interface org.jsfml.graphics.Transformable
      +
      +
      +
    • +
    • +
      +

      getInverseTransform

      +
      public org.jsfml.graphics.Transform getInverseTransform()
      +
      +
      Specified by:
      +
      getInverseTransform in interface org.jsfml.graphics.Transformable
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/doc/com/rubynaxela/kyanite/game/gui/package-summary.html b/doc/com/rubynaxela/kyanite/game/gui/package-summary.html new file mode 100644 index 00000000..6b449eb7 --- /dev/null +++ b/doc/com/rubynaxela/kyanite/game/gui/package-summary.html @@ -0,0 +1,116 @@ + + + + +com.rubynaxela.kyanite.game.gui + + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.rubynaxela.kyanite.game.gui

+
+
+
package com.rubynaxela.kyanite.game.gui
+
+ +
+
+
+
+ + diff --git a/doc/com/rubynaxela/kyanite/game/gui/package-tree.html b/doc/com/rubynaxela/kyanite/game/gui/package-tree.html new file mode 100644 index 00000000..6515b8db --- /dev/null +++ b/doc/com/rubynaxela/kyanite/game/gui/package-tree.html @@ -0,0 +1,95 @@ + + + + +com.rubynaxela.kyanite.game.gui Class Hierarchy + + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.rubynaxela.kyanite.game.gui

+Package Hierarchies: + +
+
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • com.rubynaxela.kyanite.game.gui.Font
    • +
    • org.jsfml.internal.SFMLNativeObject +
        +
      • org.jsfml.graphics.Text (implements org.jsfml.graphics.Drawable, org.jsfml.graphics.TextStyle) +
          +
        • com.rubynaxela.kyanite.game.gui.Text
        • +
        +
      • +
      +
    • +
    +
  • +
+
+
+

Enum Class Hierarchy

+ +
+
+
+
+ + diff --git a/doc/com/rubynaxela/kyanite/game/package-summary.html b/doc/com/rubynaxela/kyanite/game/package-summary.html new file mode 100644 index 00000000..59db2073 --- /dev/null +++ b/doc/com/rubynaxela/kyanite/game/package-summary.html @@ -0,0 +1,105 @@ + + + + +com.rubynaxela.kyanite.game + + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.rubynaxela.kyanite.game

+
+
+
package com.rubynaxela.kyanite.game
+
+
Contains classes related to the game content.
+
+
+ +
+
+
+
+ + diff --git a/doc/com/rubynaxela/kyanite/game/package-tree.html b/doc/com/rubynaxela/kyanite/game/package-tree.html new file mode 100644 index 00000000..b13c9ecd --- /dev/null +++ b/doc/com/rubynaxela/kyanite/game/package-tree.html @@ -0,0 +1,72 @@ + + + + +com.rubynaxela.kyanite.game Class Hierarchy + + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.rubynaxela.kyanite.game

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+
+
+ + diff --git a/doc/com/rubynaxela/kyanite/system/AssetId.html b/doc/com/rubynaxela/kyanite/system/AssetId.html new file mode 100644 index 00000000..e1d60bb2 --- /dev/null +++ b/doc/com/rubynaxela/kyanite/system/AssetId.html @@ -0,0 +1,83 @@ + + + + +AssetId + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Annotation Interface AssetId

+
+
+
+
@Documented +@Target({PARAMETER,FIELD,METHOD}) +@Retention(SOURCE) +public @interface AssetId
+
Indicates that the annotated String is an asset identifier. The programmer can use + this annotation to enhance code readability. It does not have any uses other than that.
+
+ +
+
+
+ + diff --git a/doc/com/rubynaxela/kyanite/system/Clock.html b/doc/com/rubynaxela/kyanite/system/Clock.html new file mode 100644 index 00000000..e0a722bd --- /dev/null +++ b/doc/com/rubynaxela/kyanite/system/Clock.html @@ -0,0 +1,230 @@ + + + + +Clock + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class Clock

+
+
java.lang.Object +
com.rubynaxela.kyanite.system.Clock
+
+
+
+
public final class Clock +extends Object
+
Provides functionality for time measurement.
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
    +
    Constructs a clock and starts it.
    +
    +
    Clock(boolean started)
    +
    +
    Constructs a clock.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    org.jsfml.system.Time
    + +
    +
    Gets the elapsed time since the clock was created or this function was last called.
    +
    +
    org.jsfml.system.Time
    + +
    +
    Gets the elapsed time since the clock was created or last restarted.
    +
    +
    org.jsfml.system.Time
    + +
    +
    Yields the elapsed time and restarts the clock.
    +
    +
    void
    + +
    +
    Starts the clock.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      Clock

      +
      public Clock(boolean started)
      +
      Constructs a clock.
      +
      +
      Parameters:
      +
      started - whether this clock is automatically started by the constructor + (if false, requires calling start() to start it)
      +
      +
      +
    • +
    • +
      +

      Clock

      +
      public Clock()
      +
      Constructs a clock and starts it.
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      start

      +
      public void start()
      +
      Starts the clock.
      +
      +
    • +
    • +
      +

      getTime

      +
      public org.jsfml.system.Time getTime()
      +
      Gets the elapsed time since the clock was created or last restarted.
      +
      +
      Returns:
      +
      the elapsed time since the clock was created or last restarted.
      +
      +
      +
    • +
    • +
      +

      getDeltaTime

      +
      public org.jsfml.system.Time getDeltaTime()
      +
      Gets the elapsed time since the clock was created or this function was last called.
      +
      +
      Returns:
      +
      the elapsed time since the clock was created or this function was last called.
      +
      +
      +
    • +
    • +
      +

      restart

      +
      public org.jsfml.system.Time restart()
      +
      Yields the elapsed time and restarts the clock.
      +
      +
      Returns:
      +
      the elapsed time since the clock was created or last restarted.
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/doc/com/rubynaxela/kyanite/system/FirstThreadTool.html b/doc/com/rubynaxela/kyanite/system/FirstThreadTool.html new file mode 100644 index 00000000..1795d9fc --- /dev/null +++ b/doc/com/rubynaxela/kyanite/system/FirstThreadTool.html @@ -0,0 +1,141 @@ + + + + +FirstThreadTool + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class FirstThreadTool

+
+
java.lang.Object +
com.rubynaxela.kyanite.system.FirstThreadTool
+
+
+
+
public final class FirstThreadTool +extends Object
+
If the application is running on macOS, it must be started with the -XstartOnFirstThread JVM option. + Otherwise, the application thread will not be allowed to create a window. This is an SWT limitation.
+
+
+ +
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      restartIfNecessary

      +
      public static void restartIfNecessary(String[] args)
      +
      Reboots the JVM on Mac OS X with VM option -XstartOnFirstThread if the VM wasn't started with it already.
      +
      +
      Parameters:
      +
      args - arguments for the new instance of the application
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/doc/com/rubynaxela/kyanite/system/package-summary.html b/doc/com/rubynaxela/kyanite/system/package-summary.html new file mode 100644 index 00000000..5c7b9aa1 --- /dev/null +++ b/doc/com/rubynaxela/kyanite/system/package-summary.html @@ -0,0 +1,102 @@ + + + + +com.rubynaxela.kyanite.system + + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.rubynaxela.kyanite.system

+
+
+
package com.rubynaxela.kyanite.system
+
+
Contains classes that provide core functionality, common data types and exceptions.
+
+
+
    +
  • +
    +
    +
    +
    +
    Class
    +
    Description
    + +
    +
    Indicates that the annotated String is an asset identifier.
    +
    + +
    +
    Provides functionality for time measurement.
    +
    + +
    +
    If the application is running on macOS, it must be started with the -XstartOnFirstThread JVM option.
    +
    +
    +
    +
    +
  • +
+
+
+
+
+ + diff --git a/doc/com/rubynaxela/kyanite/system/package-tree.html b/doc/com/rubynaxela/kyanite/system/package-tree.html new file mode 100644 index 00000000..e9ef7ede --- /dev/null +++ b/doc/com/rubynaxela/kyanite/system/package-tree.html @@ -0,0 +1,79 @@ + + + + +com.rubynaxela.kyanite.system Class Hierarchy + + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.rubynaxela.kyanite.system

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+

Annotation Interface Hierarchy

+
    +
  • com.rubynaxela.kyanite.system.AssetId (implements java.lang.annotation.Annotation)
  • +
+
+
+
+
+ + diff --git a/doc/com/rubynaxela/kyanite/util/MathUtils.html b/doc/com/rubynaxela/kyanite/util/MathUtils.html new file mode 100644 index 00000000..3e557188 --- /dev/null +++ b/doc/com/rubynaxela/kyanite/util/MathUtils.html @@ -0,0 +1,169 @@ + + + + +MathUtils + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class MathUtils

+
+
java.lang.Object +
com.rubynaxela.kyanite.util.MathUtils
+
+
+
+
public final class MathUtils +extends Object
+
+
+ +
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      min

      +
      public static <T extends Number> T min(T a, + T b)
      +
      Returns the smaller of two numeric values. If the arguments have the same value, the result is that same value. + If either value is NaN, then the result is also NaN. If exactly one of the arguments is null, the result + is the other argument, whereas if both values are null, then the result is also null.
      +
      +
      Parameters:
      +
      a - first operand
      +
      b - second operand
      +
      Returns:
      +
      the smaller of a and b
      +
      +
      +
    • +
    • +
      +

      max

      +
      public static <T extends Number> T max(T a, + T b)
      +
      Returns the bigger of two numeric values. If the arguments have the same value, the result is that same value. + If either value is NaN, then the result is also NaN. If exactly one of the arguments is null, the result + is the other argument, whereas if both values are null, then the result is also null.
      +
      +
      Parameters:
      +
      a - first operand
      +
      b - second operand
      +
      Returns:
      +
      the bigger of a and b
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/doc/com/rubynaxela/kyanite/util/Pair.html b/doc/com/rubynaxela/kyanite/util/Pair.html new file mode 100644 index 00000000..b84578c8 --- /dev/null +++ b/doc/com/rubynaxela/kyanite/util/Pair.html @@ -0,0 +1,250 @@ + + + + +Pair + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class Pair<T1,T2>

+
+
java.lang.Object +
java.lang.Record +
com.rubynaxela.kyanite.util.Pair<T1,T2>
+
+
+
+
+
public record Pair<T1,T2>(T1 value1, T2 value2) +extends Record
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    Pair(T1 value1, + T2 value2)
    +
    +
    Creates an instance of a Pair record class.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    final boolean
    + +
    +
    Indicates whether some other object is "equal to" this one.
    +
    +
    final int
    + +
    +
    Returns a hash code value for this object.
    +
    +
    final String
    + +
    +
    Returns a string representation of this record class.
    +
    + + +
    +
    Returns the value of the value1 record component.
    +
    + + +
    +
    Returns the value of the value2 record component.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      Pair

      +
      public Pair(T1 value1, + T2 value2)
      +
      Creates an instance of a Pair record class.
      +
      +
      Parameters:
      +
      value1 - the value for the value1 record component
      +
      value2 - the value for the value2 record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      value1

      +
      public T1 value1()
      +
      Returns the value of the value1 record component.
      +
      +
      Returns:
      +
      the value of the value1 record component
      +
      +
      +
    • +
    • +
      +

      value2

      +
      public T2 value2()
      +
      Returns the value of the value2 record component.
      +
      +
      Returns:
      +
      the value of the value2 record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/doc/com/rubynaxela/kyanite/util/package-summary.html b/doc/com/rubynaxela/kyanite/util/package-summary.html new file mode 100644 index 00000000..afba61f2 --- /dev/null +++ b/doc/com/rubynaxela/kyanite/util/package-summary.html @@ -0,0 +1,91 @@ + + + + +com.rubynaxela.kyanite.util + + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.rubynaxela.kyanite.util

+
+
+
package com.rubynaxela.kyanite.util
+
+
    +
  • +
    +
    +
    +
    +
    Class
    +
    Description
    + +
     
    +
    Pair<T1,T2>
    +
     
    +
    +
    +
    +
  • +
+
+
+
+
+ + diff --git a/doc/com/rubynaxela/kyanite/util/package-tree.html b/doc/com/rubynaxela/kyanite/util/package-tree.html new file mode 100644 index 00000000..8a5cebd1 --- /dev/null +++ b/doc/com/rubynaxela/kyanite/util/package-tree.html @@ -0,0 +1,77 @@ + + + + +com.rubynaxela.kyanite.util Class Hierarchy + + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.rubynaxela.kyanite.util

+Package Hierarchies: + +
+
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • com.rubynaxela.kyanite.util.MathUtils
    • +
    • java.lang.Record +
        +
      • com.rubynaxela.kyanite.util.Pair<T1,T2>
      • +
      +
    • +
    +
  • +
+
+
+
+
+ + diff --git a/doc/com/rubynaxela/kyanite/window/Scene.html b/doc/com/rubynaxela/kyanite/window/Scene.html new file mode 100644 index 00000000..4292e369 --- /dev/null +++ b/doc/com/rubynaxela/kyanite/window/Scene.html @@ -0,0 +1,220 @@ + + + + +Scene + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class Scene

+
+
java.lang.Object +
java.util.AbstractCollection<E> +
java.util.AbstractList<E> +
java.util.ArrayList<org.jsfml.graphics.Drawable> +
com.rubynaxela.kyanite.game.Scene
+
+
+
+
+
+
+
All Implemented Interfaces:
+
Serializable, Cloneable, Iterable<org.jsfml.graphics.Drawable>, Collection<org.jsfml.graphics.Drawable>, List<org.jsfml.graphics.Drawable>, RandomAccess
+
+
+
public class Scene +extends ArrayList<org.jsfml.graphics.Drawable>
+
An alias type for an ArrayList of Drawables.
+
+
See Also:
+
+ +
+
+
+
+ +
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      Scene

      +
      public Scene()
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      setLoop

      +
      public void setLoop(@NotNull + @NotNull Runnable loop)
      +
      Sets the scene loop action which will be executed every frame
      +
      +
      Parameters:
      +
      loop - logic to run every frame
      +
      +
      +
    • +
    • +
      +

      isInitialized

      +
      public boolean isInitialized()
      +
      +
      Returns:
      +
      whether the scene loop is not null
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/doc/com/rubynaxela/kyanite/window/Window.html b/doc/com/rubynaxela/kyanite/window/Window.html new file mode 100644 index 00000000..700bcb72 --- /dev/null +++ b/doc/com/rubynaxela/kyanite/window/Window.html @@ -0,0 +1,548 @@ + + + + +Window + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Class Window

+
+
java.lang.Object +
org.jsfml.internal.SFMLNativeObject +
org.jsfml.window.Window +
org.jsfml.graphics.RenderWindow +
com.rubynaxela.kyanite.window.Window
+
+
+
+
+
+
+
All Implemented Interfaces:
+
org.jsfml.graphics.RenderTarget, org.jsfml.window.WindowStyle
+
+
+
public class Window +extends org.jsfml.graphics.RenderWindow
+
Provides a window that can serve as a target for 2D drawing. The window is already + initialized with an empty scene to which Drawable objects can be added.
+
+
+
    + +
  • +
    +

    Field Summary

    +
    +

    Fields inherited from interface org.jsfml.window.WindowStyle

    +CLOSE, DEFAULT, FULLSCREEN, NONE, RESIZE, TITLEBAR
    +
    +
  • + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    + +
    +
    Constructs a new render window without actually creating (opening) it.
    +
    +
    Window(@NotNull org.jsfml.window.VideoMode videoMode, + @NotNull String title)
    +
    +
    Constructs a new render window and creates it with default style and context settings.
    +
    +
    Window(@NotNull org.jsfml.window.VideoMode videoMode, + @NotNull String title, + int style)
    +
    +
    Constructs a new render window and creates it with default context settings.
    +
    +
    Window(@NotNull org.jsfml.window.VideoMode videoMode, + @NotNull String title, + int style, + @NotNull org.jsfml.window.ContextSettings contextSettings)
    +
    +
    Constructs a new render window and creates it with the specified parameters.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    @NotNull Scene
    + +
     
    +
    void
    + +
    +
    Sets the size of the window to fill the whole screen, excluding system toolbars.
    +
    +
    void
    +
    setBackgroundColor(@NotNull org.jsfml.graphics.Color backgroundColor)
    +
     
    +
    void
    +
    setCloseListener(@NotNull CloseListener listener)
    +
    +
    Adds the specified close listener to receive the close button press event from this window.
    +
    +
    void
    +
    setFocusListener(@NotNull FocusListener listener)
    +
    +
    Adds the specified focus listener to receive focus events from this window.
    +
    +
    void
    + +
    +
    Adds the specified joystick button listener to receive joystick button events from this window.
    +
    +
    void
    + +
    +
    Adds the specified joystick connection listener to receive joystick connection and disconnection events from this window.
    +
    +
    void
    + +
    +
    Adds the specified joystick listener to receive joystick movement events from this window.
    +
    +
    void
    +
    setKeyListener(@NotNull KeyListener listener)
    +
    +
    Adds the specified key listener to receive key events from this window.
    +
    +
    void
    + +
    +
    Adds the specified mouse button listener to receive mouse button events from this window.
    +
    +
    void
    +
    setMouseListener(@NotNull MouseListener listener)
    +
    +
    Adds the specified mouse listener to receive mouse events from this window.
    +
    +
    void
    + +
    +
    Adds the specified mouse wheel listener to receive mouse wheel events from this window.
    +
    +
    void
    +
    setResizeListener(@NotNull ResizeListener listener)
    +
    +
    Adds the specified resize listener to receive resize events from this window.
    +
    +
    void
    +
    setScene(@NotNull Scene scene)
    +
    +
    Changes the current scene of this window.
    +
    +
    void
    +
    setSize(int width, + int height)
    +
    +
    Sets the size of the window.
    +
    +
    void
    +
    setSize(@NotNull org.jsfml.system.Vector2i size)
    +
    +
    Sets the size of the window.
    +
    +
    void
    +
    setTextListener(@NotNull TextListener listener)
    +
    +
    Adds the specified text listener to receive text input events from this window.
    +
    +
    void
    +
    startLoop(@NotNull GameContext context)
    +
    +
    Starts the window loop.
    +
    +
    +
    +
    +
    +

    Methods inherited from class org.jsfml.graphics.RenderWindow

    +capture, clear, clear, create, draw, draw, draw, draw, getDefaultView, getView, getViewport, mapCoordsToPixel, mapCoordsToPixel, mapPixelToCoords, mapPixelToCoords, nativeCreate, nativeDelete, nativeSetExPtr, popGLStates, pushGLStates, resetGLStates, setView
    +
    +

    Methods inherited from class org.jsfml.window.Window

    +close, create, create, display, getPosition, getSettings, getSize, isLegalWindowThread, isOpen, pollEvent, pollEvents, setActive, setActive, setFramerateLimit, setIcon, setJoystickTreshold, setKeyRepeatEnabled, setMouseCursorVisible, setPosition, setTitle, setVerticalSyncEnabled, setVisible, waitEvent
    +
    +

    Methods inherited from class org.jsfml.internal.SFMLNativeObject

    +finalize
    +
    +

    Methods inherited from class java.lang.Object

    +clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    +
    +

    Methods inherited from interface org.jsfml.graphics.RenderTarget

    +getSize
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      Window

      +
      public Window(@NotNull + @NotNull org.jsfml.window.VideoMode videoMode, + @NotNull + @NotNull String title, + int style, + @NotNull + @NotNull org.jsfml.window.ContextSettings contextSettings)
      +
      Constructs a new render window and creates it with the specified parameters.
      +
      +
      Parameters:
      +
      videoMode - the video mode to use for rendering
      +
      title - the window title
      +
      style - the window style
      +
      contextSettings - the settings for the OpenGL context
      +
      +
      +
    • +
    • +
      +

      Window

      +
      public Window(@NotNull + @NotNull org.jsfml.window.VideoMode videoMode, + @NotNull + @NotNull String title, + int style)
      +
      Constructs a new render window and creates it with default context settings.
      +
      +
      Parameters:
      +
      videoMode - the video mode to use for rendering
      +
      title - the window title
      +
      style - the window style
      +
      +
      +
    • +
    • +
      +

      Window

      +
      public Window(@NotNull + @NotNull org.jsfml.window.VideoMode videoMode, + @NotNull + @NotNull String title)
      +
      Constructs a new render window and creates it with default style and context settings.
      +
      +
      Parameters:
      +
      videoMode - the video mode to use for rendering
      +
      title - the window title
      +
      +
      +
    • +
    • +
      +

      Window

      +
      public Window()
      +
      Constructs a new render window without actually creating (opening) it.
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      setSize

      +
      public void setSize(@NotNull + @NotNull org.jsfml.system.Vector2i size)
      +
      Sets the size of the window.
      +
      +
      Overrides:
      +
      setSize in class org.jsfml.window.Window
      +
      Parameters:
      +
      size - the new size of the window
      +
      +
      +
    • +
    • +
      +

      setSize

      +
      public void setSize(int width, + int height)
      +
      Sets the size of the window.
      +
      +
      Parameters:
      +
      width - the new width of the window
      +
      height - the new height of the window
      +
      +
      +
    • +
    • +
      +

      maximize

      +
      public void maximize()
      +
      Sets the size of the window to fill the whole screen, excluding system toolbars.
      +
      +
    • +
    • +
      +

      setBackgroundColor

      +
      public void setBackgroundColor(@NotNull + @NotNull org.jsfml.graphics.Color backgroundColor)
      +
      +
    • +
    • +
      +

      setCloseListener

      +
      public void setCloseListener(@NotNull + @NotNull CloseListener listener)
      +
      Adds the specified close listener to receive the close button press event from this window.
      +
      +
      Parameters:
      +
      listener - the close button press event listener
      +
      +
      +
    • +
    • +
      +

      setResizeListener

      +
      public void setResizeListener(@NotNull + @NotNull ResizeListener listener)
      +
      Adds the specified resize listener to receive resize events from this window.
      +
      +
      Parameters:
      +
      listener - the resize event listener
      +
      +
      +
    • +
    • +
      +

      setFocusListener

      +
      public void setFocusListener(@NotNull + @NotNull FocusListener listener)
      +
      Adds the specified focus listener to receive focus events from this window.
      +
      +
      Parameters:
      +
      listener - the focus event listener
      +
      +
      +
    • +
    • +
      +

      setTextListener

      +
      public void setTextListener(@NotNull + @NotNull TextListener listener)
      +
      Adds the specified text listener to receive text input events from this window.
      +
      +
      Parameters:
      +
      listener - the text input event listener
      +
      +
      +
    • +
    • +
      +

      setKeyListener

      +
      public void setKeyListener(@NotNull + @NotNull KeyListener listener)
      +
      Adds the specified key listener to receive key events from this window.
      +
      +
      Parameters:
      +
      listener - the key event listener
      +
      +
      +
    • +
    • +
      +

      setMouseWheelListener

      +
      public void setMouseWheelListener(@NotNull + @NotNull MouseWheelListener listener)
      +
      Adds the specified mouse wheel listener to receive mouse wheel events from this window.
      +
      +
      Parameters:
      +
      listener - the mouse wheel event listener
      +
      +
      +
    • +
    • +
      +

      setMouseButtonListener

      +
      public void setMouseButtonListener(@NotNull + @NotNull MouseButtonListener listener)
      +
      Adds the specified mouse button listener to receive mouse button events from this window.
      +
      +
      Parameters:
      +
      listener - the mouse button event listener
      +
      +
      +
    • +
    • +
      +

      setMouseListener

      +
      public void setMouseListener(@NotNull + @NotNull MouseListener listener)
      +
      Adds the specified mouse listener to receive mouse events from this window.
      +
      +
      Parameters:
      +
      listener - the mouse event listener
      +
      +
      +
    • +
    • +
      +

      setJoystickButtonListener

      +
      public void setJoystickButtonListener(@NotNull + @NotNull JoystickButtonListener listener)
      +
      Adds the specified joystick button listener to receive joystick button events from this window.
      +
      +
      Parameters:
      +
      listener - the joystick button event listener
      +
      +
      +
    • +
    • +
      +

      setJoystickListener

      +
      public void setJoystickListener(@NotNull + @NotNull JoystickListener listener)
      +
      Adds the specified joystick listener to receive joystick movement events from this window.
      +
      +
      Parameters:
      +
      listener - the joystick movement event listener
      +
      +
      +
    • +
    • +
      +

      setJoystickConnectionListener

      +
      public void setJoystickConnectionListener(@NotNull + @NotNull JoystickConnectionListener listener)
      +
      Adds the specified joystick connection listener to receive joystick connection and disconnection events from this window.
      +
      +
      Parameters:
      +
      listener - the joystick connection event listener
      +
      +
      +
    • +
    • +
      +

      getScene

      +
      @NotNull +public @NotNull Scene getScene()
      +
      +
      Returns:
      +
      reference to the current render scene of this window.
      +
      +
      +
    • +
    • +
      +

      setScene

      +
      public void setScene(@NotNull + @NotNull Scene scene)
      +
      Changes the current scene of this window.
      +
      +
    • +
    • +
      +

      startLoop

      +
      public void startLoop(@NotNull + @NotNull GameContext context)
      +
      Starts the window loop.
      +
      +
      Parameters:
      +
      context - since the GameContext class cannot be instantiated, this parameter + makes it so that only the GameContext class can call this function
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/doc/com/rubynaxela/kyanite/window/event/CloseListener.html b/doc/com/rubynaxela/kyanite/window/event/CloseListener.html new file mode 100644 index 00000000..836de0c0 --- /dev/null +++ b/doc/com/rubynaxela/kyanite/window/event/CloseListener.html @@ -0,0 +1,133 @@ + + + + +CloseListener + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface CloseListener

+
+
+
+
All Superinterfaces:
+
EventListener
+
+
+
public interface CloseListener +extends EventListener
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    + +
    +
    Invoked when the user clicked on the window's close button.
    +
    +
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      closed

      +
      void closed()
      +
      Invoked when the user clicked on the window's close button.
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/doc/com/rubynaxela/kyanite/window/event/FocusListener.html b/doc/com/rubynaxela/kyanite/window/event/FocusListener.html new file mode 100644 index 00000000..0cbad762 --- /dev/null +++ b/doc/com/rubynaxela/kyanite/window/event/FocusListener.html @@ -0,0 +1,145 @@ + + + + +FocusListener + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface FocusListener

+
+
+
+
All Superinterfaces:
+
EventListener
+
+
+
public interface FocusListener +extends EventListener
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    + +
    +
    Invoked when the window lost focus.
    +
    +
    void
    + +
    +
    Invoked when the window gained focus.
    +
    +
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      focusGained

      +
      void focusGained()
      +
      Invoked when the window lost focus.
      +
      +
    • +
    • +
      +

      focusLost

      +
      void focusLost()
      +
      Invoked when the window gained focus.
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/doc/com/rubynaxela/kyanite/window/event/JoystickButtonListener.html b/doc/com/rubynaxela/kyanite/window/event/JoystickButtonListener.html new file mode 100644 index 00000000..2b30689d --- /dev/null +++ b/doc/com/rubynaxela/kyanite/window/event/JoystickButtonListener.html @@ -0,0 +1,153 @@ + + + + +JoystickButtonListener + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface JoystickButtonListener

+
+
+
+
All Superinterfaces:
+
EventListener
+
+
+
public interface JoystickButtonListener +extends EventListener
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    joystickButtonPressed(org.jsfml.window.event.JoystickButtonEvent e)
    +
    +
    Invoked when a joystick or gamepad button was pressed while the window had focus.
    +
    +
    void
    +
    joystickButtonReleased(org.jsfml.window.event.JoystickButtonEvent e)
    +
    +
    Invoked when a joystick or gamepad button was released while the window had focus.
    +
    +
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      joystickButtonPressed

      +
      void joystickButtonPressed(org.jsfml.window.event.JoystickButtonEvent e)
      +
      Invoked when a joystick or gamepad button was pressed while the window had focus.
      +
      +
      Parameters:
      +
      e - the event to be processed
      +
      +
      +
    • +
    • +
      +

      joystickButtonReleased

      +
      void joystickButtonReleased(org.jsfml.window.event.JoystickButtonEvent e)
      +
      Invoked when a joystick or gamepad button was released while the window had focus.
      +
      +
      Parameters:
      +
      e - the event to be processed
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/doc/com/rubynaxela/kyanite/window/event/JoystickConnectionListener.html b/doc/com/rubynaxela/kyanite/window/event/JoystickConnectionListener.html new file mode 100644 index 00000000..6c4836d1 --- /dev/null +++ b/doc/com/rubynaxela/kyanite/window/event/JoystickConnectionListener.html @@ -0,0 +1,148 @@ + + + + +JoystickConnectionListener + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface JoystickConnectionListener

+
+
+
+
public interface JoystickConnectionListener
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    joystickConnected(org.jsfml.window.event.JoystickEvent e)
    +
    +
    Invoked when a joystick or gamepad was connected..
    +
    +
    void
    +
    joystickDisconnected(org.jsfml.window.event.JoystickEvent e)
    +
    +
    Invoked when a joystick or gamepad was disconnected.
    +
    +
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      joystickConnected

      +
      void joystickConnected(org.jsfml.window.event.JoystickEvent e)
      +
      Invoked when a joystick or gamepad was connected..
      +
      +
      Parameters:
      +
      e - the event to be processed
      +
      +
      +
    • +
    • +
      +

      joystickDisconnected

      +
      void joystickDisconnected(org.jsfml.window.event.JoystickEvent e)
      +
      Invoked when a joystick or gamepad was disconnected.
      +
      +
      Parameters:
      +
      e - the event to be processed
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/doc/com/rubynaxela/kyanite/window/event/JoystickListener.html b/doc/com/rubynaxela/kyanite/window/event/JoystickListener.html new file mode 100644 index 00000000..24893d93 --- /dev/null +++ b/doc/com/rubynaxela/kyanite/window/event/JoystickListener.html @@ -0,0 +1,132 @@ + + + + +JoystickListener + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface JoystickListener

+
+
+
+
public interface JoystickListener
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    joystickMoved(org.jsfml.window.event.JoystickMoveEvent e)
    +
    +
    Invoked when a joystick or gamepad axis was moved while the window had focus.
    +
    +
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      joystickMoved

      +
      void joystickMoved(org.jsfml.window.event.JoystickMoveEvent e)
      +
      Invoked when a joystick or gamepad axis was moved while the window had focus.
      +
      +
      Parameters:
      +
      e - the event to be processed
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/doc/com/rubynaxela/kyanite/window/event/KeyListener.html b/doc/com/rubynaxela/kyanite/window/event/KeyListener.html new file mode 100644 index 00000000..ce1f08ba --- /dev/null +++ b/doc/com/rubynaxela/kyanite/window/event/KeyListener.html @@ -0,0 +1,153 @@ + + + + +KeyListener + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface KeyListener

+
+
+
+
All Superinterfaces:
+
EventListener
+
+
+
public interface KeyListener +extends EventListener
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    keyPressed(org.jsfml.window.event.KeyEvent e)
    +
    +
    Invoked when a keyboard key was pressed while the window had focus.
    +
    +
    void
    +
    keyReleased(org.jsfml.window.event.KeyEvent e)
    +
    +
    Invoked when a keyboard key was released while the window had focus.
    +
    +
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      keyPressed

      +
      void keyPressed(org.jsfml.window.event.KeyEvent e)
      +
      Invoked when a keyboard key was pressed while the window had focus.
      +
      +
      Parameters:
      +
      e - the event to be processed
      +
      +
      +
    • +
    • +
      +

      keyReleased

      +
      void keyReleased(org.jsfml.window.event.KeyEvent e)
      +
      Invoked when a keyboard key was released while the window had focus.
      +
      +
      Parameters:
      +
      e - the event to be processed
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/doc/com/rubynaxela/kyanite/window/event/MouseButtonListener.html b/doc/com/rubynaxela/kyanite/window/event/MouseButtonListener.html new file mode 100644 index 00000000..e1b00bcd --- /dev/null +++ b/doc/com/rubynaxela/kyanite/window/event/MouseButtonListener.html @@ -0,0 +1,153 @@ + + + + +MouseButtonListener + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface MouseButtonListener

+
+
+
+
All Superinterfaces:
+
EventListener
+
+
+
public interface MouseButtonListener +extends EventListener
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    mouseButtonPressed(org.jsfml.window.event.MouseButtonEvent e)
    +
    +
    Invoked when a mouse button was pressed while the window had focus.
    +
    +
    void
    +
    mouseButtonReleased(org.jsfml.window.event.MouseButtonEvent e)
    +
    +
    Invoked when a mouse button was released while the window had focus.
    +
    +
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      mouseButtonPressed

      +
      void mouseButtonPressed(org.jsfml.window.event.MouseButtonEvent e)
      +
      Invoked when a mouse button was pressed while the window had focus.
      +
      +
      Parameters:
      +
      e - the event to be processed
      +
      +
      +
    • +
    • +
      +

      mouseButtonReleased

      +
      void mouseButtonReleased(org.jsfml.window.event.MouseButtonEvent e)
      +
      Invoked when a mouse button was released while the window had focus.
      +
      +
      Parameters:
      +
      e - the event to be processed
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/doc/com/rubynaxela/kyanite/window/event/MouseListener.html b/doc/com/rubynaxela/kyanite/window/event/MouseListener.html new file mode 100644 index 00000000..0694a008 --- /dev/null +++ b/doc/com/rubynaxela/kyanite/window/event/MouseListener.html @@ -0,0 +1,169 @@ + + + + +MouseListener + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface MouseListener

+
+
+
+
All Superinterfaces:
+
EventListener
+
+
+
public interface MouseListener +extends EventListener
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    mouseEntered(org.jsfml.window.event.MouseEvent e)
    +
    +
    Invoked when the mouse cursor entered the window's boundaries.
    +
    +
    void
    +
    mouseLeft(org.jsfml.window.event.MouseEvent e)
    +
    +
    Invoked when the mouse cursor left the window's boundaries.
    +
    +
    void
    +
    mouseMoved(org.jsfml.window.event.MouseEvent e)
    +
    +
    Invoked when the mouse cursor was moved within the window's boundaries.
    +
    +
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      mouseMoved

      +
      void mouseMoved(org.jsfml.window.event.MouseEvent e)
      +
      Invoked when the mouse cursor was moved within the window's boundaries.
      +
      +
      Parameters:
      +
      e - the event to be processed
      +
      +
      +
    • +
    • +
      +

      mouseEntered

      +
      void mouseEntered(org.jsfml.window.event.MouseEvent e)
      +
      Invoked when the mouse cursor entered the window's boundaries.
      +
      +
      Parameters:
      +
      e - the event to be processed
      +
      +
      +
    • +
    • +
      +

      mouseLeft

      +
      void mouseLeft(org.jsfml.window.event.MouseEvent e)
      +
      Invoked when the mouse cursor left the window's boundaries.
      +
      +
      Parameters:
      +
      e - the event to be processed
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/doc/com/rubynaxela/kyanite/window/event/MouseWheelListener.html b/doc/com/rubynaxela/kyanite/window/event/MouseWheelListener.html new file mode 100644 index 00000000..f7d24d73 --- /dev/null +++ b/doc/com/rubynaxela/kyanite/window/event/MouseWheelListener.html @@ -0,0 +1,137 @@ + + + + +MouseWheelListener + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface MouseWheelListener

+
+
+
+
All Superinterfaces:
+
EventListener
+
+
+
public interface MouseWheelListener +extends EventListener
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    mouseWheelMoved(org.jsfml.window.event.MouseWheelEvent e)
    +
    +
    Invoked when the mouse wheel was moved while the window had focus.
    +
    +
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      mouseWheelMoved

      +
      void mouseWheelMoved(org.jsfml.window.event.MouseWheelEvent e)
      +
      Invoked when the mouse wheel was moved while the window had focus.
      +
      +
      Parameters:
      +
      e - the event to be processed
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/doc/com/rubynaxela/kyanite/window/event/ResizeEvent.html b/doc/com/rubynaxela/kyanite/window/event/ResizeEvent.html new file mode 100644 index 00000000..d64fe56a --- /dev/null +++ b/doc/com/rubynaxela/kyanite/window/event/ResizeEvent.html @@ -0,0 +1,231 @@ + + + + +ResizeEvent + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Record Class ResizeEvent

+
+
java.lang.Object +
java.lang.Record +
com.rubynaxela.kyanite.window.event.ResizeEvent
+
+
+
+
+
public record ResizeEvent(org.jsfml.system.Vector2i newSize) +extends Record
+
+
+
    + +
  • +
    +

    Constructor Summary

    +
    Constructors
    +
    +
    Constructor
    +
    Description
    +
    ResizeEvent(org.jsfml.system.Vector2i newSize)
    +
    +
    Creates an instance of a ResizeEvent record class.
    +
    +
    +
    +
  • + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    final boolean
    + +
    +
    Indicates whether some other object is "equal to" this one.
    +
    +
    final int
    + +
    +
    Returns a hash code value for this object.
    +
    +
    org.jsfml.system.Vector2i
    + +
    +
    Returns the value of the newSize record component.
    +
    +
    final String
    + +
    +
    Returns a string representation of this record class.
    +
    +
    +
    +
    +
    +

    Methods inherited from class java.lang.Object

    +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Constructor Details

    +
      +
    • +
      +

      ResizeEvent

      +
      public ResizeEvent(org.jsfml.system.Vector2i newSize)
      +
      Creates an instance of a ResizeEvent record class.
      +
      +
      Parameters:
      +
      newSize - the value for the newSize record component
      +
      +
      +
    • +
    +
    +
  • + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      toString

      +
      public final String toString()
      +
      Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
      +
      +
      Specified by:
      +
      toString in class Record
      +
      Returns:
      +
      a string representation of this object
      +
      +
      +
    • +
    • +
      +

      hashCode

      +
      public final int hashCode()
      +
      Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
      +
      +
      Specified by:
      +
      hashCode in class Record
      +
      Returns:
      +
      a hash code value for this object
      +
      +
      +
    • +
    • +
      +

      equals

      +
      public final boolean equals(Object o)
      +
      Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with Objects::equals(Object,Object).
      +
      +
      Specified by:
      +
      equals in class Record
      +
      Parameters:
      +
      o - the object with which to compare
      +
      Returns:
      +
      true if this object is the same as the o argument; false otherwise.
      +
      +
      +
    • +
    • +
      +

      newSize

      +
      public org.jsfml.system.Vector2i newSize()
      +
      Returns the value of the newSize record component.
      +
      +
      Returns:
      +
      the value of the newSize record component
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/doc/com/rubynaxela/kyanite/window/event/ResizeListener.html b/doc/com/rubynaxela/kyanite/window/event/ResizeListener.html new file mode 100644 index 00000000..5fe465ce --- /dev/null +++ b/doc/com/rubynaxela/kyanite/window/event/ResizeListener.html @@ -0,0 +1,137 @@ + + + + +ResizeListener + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface ResizeListener

+
+
+
+
All Superinterfaces:
+
EventListener
+
+
+
public interface ResizeListener +extends EventListener
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    + +
    +
    Invoked when the window was resized.
    +
    +
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      resized

      +
      void resized(ResizeEvent e)
      +
      Invoked when the window was resized.
      +
      +
      Parameters:
      +
      e - the event to be processed
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/doc/com/rubynaxela/kyanite/window/event/TextListener.html b/doc/com/rubynaxela/kyanite/window/event/TextListener.html new file mode 100644 index 00000000..76fdf5ee --- /dev/null +++ b/doc/com/rubynaxela/kyanite/window/event/TextListener.html @@ -0,0 +1,137 @@ + + + + +TextListener + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +

Interface TextListener

+
+
+
+
All Superinterfaces:
+
EventListener
+
+
+
public interface TextListener +extends EventListener
+
+
+
    + +
  • +
    +

    Method Summary

    +
    +
    +
    +
    +
    Modifier and Type
    +
    Method
    +
    Description
    +
    void
    +
    textEntered(org.jsfml.window.event.TextEvent e)
    +
    +
    Invoked when a text character was entered using the keyboard while the window had focus.
    +
    +
    +
    +
    +
    +
  • +
+
+
+
    + +
  • +
    +

    Method Details

    +
      +
    • +
      +

      textEntered

      +
      void textEntered(org.jsfml.window.event.TextEvent e)
      +
      Invoked when a text character was entered using the keyboard while the window had focus.
      +
      +
      Parameters:
      +
      e - the event to be processed
      +
      +
      +
    • +
    +
    +
  • +
+
+ +
+
+
+ + diff --git a/doc/com/rubynaxela/kyanite/window/event/package-summary.html b/doc/com/rubynaxela/kyanite/window/event/package-summary.html new file mode 100644 index 00000000..1797e559 --- /dev/null +++ b/doc/com/rubynaxela/kyanite/window/event/package-summary.html @@ -0,0 +1,128 @@ + + + + +com.rubynaxela.kyanite.window.event + + + + + + + + + + + + + + + +
+ +
+
+
+

Package + com.rubynaxela.kyanite.window.event

+
+
+
package com.rubynaxela.kyanite.window.event
+
+
Contains classes representing window events and event listeners.
+
+
+ +
+
+
+
+ + diff --git a/doc/com/rubynaxela/kyanite/window/event/package-tree.html b/doc/com/rubynaxela/kyanite/window/event/package-tree.html new file mode 100644 index 00000000..ff68fd15 --- /dev/null +++ b/doc/com/rubynaxela/kyanite/window/event/package-tree.html @@ -0,0 +1,96 @@ + + + + +com.rubynaxela.kyanite.window.event Class Hierarchy + + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.rubynaxela.kyanite.window.event

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+
+

Interface Hierarchy

+ +
+
+
+
+ + diff --git a/doc/com/rubynaxela/kyanite/window/package-summary.html b/doc/com/rubynaxela/kyanite/window/package-summary.html new file mode 100644 index 00000000..721813ba --- /dev/null +++ b/doc/com/rubynaxela/kyanite/window/package-summary.html @@ -0,0 +1,105 @@ + + + + +com.rubynaxela.kyanite.window + + + + + + + + + + + + + + + +
+ +
+
+
+

Package com.rubynaxela.kyanite.window

+
+
+
package com.rubynaxela.kyanite.window
+
+
Contains classes related to graphic interface
+
+
+
    +
  • + +
  • +
  • +
    +
    Classes
    +
    +
    Class
    +
    Description
    + +
    +
    An alias type for an ArrayList of Drawables.
    +
    + +
    +
    Provides a window that can serve as a target for 2D drawing.
    +
    +
    +
    +
  • +
+
+
+
+
+ + diff --git a/doc/com/rubynaxela/kyanite/window/package-tree.html b/doc/com/rubynaxela/kyanite/window/package-tree.html new file mode 100644 index 00000000..f730f4e4 --- /dev/null +++ b/doc/com/rubynaxela/kyanite/window/package-tree.html @@ -0,0 +1,97 @@ + + + + +com.rubynaxela.kyanite.window Class Hierarchy + + + + + + + + + + + + + + + +
+ +
+
+
+

Hierarchy For Package com.rubynaxela.kyanite.window

+Package Hierarchies: + +
+
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • java.util.AbstractCollection<E> (implements java.util.Collection<E>) + +
    • +
    • org.jsfml.internal.SFMLNativeObject +
        +
      • org.jsfml.window.Window (implements org.jsfml.window.WindowStyle) +
          +
        • org.jsfml.graphics.RenderWindow (implements org.jsfml.graphics.RenderTarget) +
            +
          • com.rubynaxela.kyanite.window.Window
          • +
          +
        • +
        +
      • +
      +
    • +
    +
  • +
+
+
+
+
+ + diff --git a/doc/deprecated-list.html b/doc/deprecated-list.html new file mode 100644 index 00000000..cb47b6fa --- /dev/null +++ b/doc/deprecated-list.html @@ -0,0 +1,77 @@ + + + + +Deprecated List + + + + + + + + + + + + + + + +
+ +
+
+
+

Deprecated API

+

Contents

+ +
+ +
+
+
+ + diff --git a/doc/element-list b/doc/element-list new file mode 100644 index 00000000..ce5735c0 --- /dev/null +++ b/doc/element-list @@ -0,0 +1,8 @@ +com.rubynaxela.kyanite.game +com.rubynaxela.kyanite.game.assets +com.rubynaxela.kyanite.game.entities +com.rubynaxela.kyanite.game.gui +com.rubynaxela.kyanite.system +com.rubynaxela.kyanite.util +com.rubynaxela.kyanite.window +com.rubynaxela.kyanite.window.event diff --git a/doc/help-doc.html b/doc/help-doc.html new file mode 100644 index 00000000..22d47a18 --- /dev/null +++ b/doc/help-doc.html @@ -0,0 +1,187 @@ + + + + +API Help + + + + + + + + + + + + + + + +
+ +
+
+

JavaDoc Help

+ +
+
+

Navigation

+Starting from the Overview page, you can browse the documentation using the links in each page, and in the navigation bar at the top of each page. The Index and Search box allow you to navigate to specific declarations and summary pages, including: All Packages, All Classes and Interfaces + +
+
+
+

Kinds of Pages

+The following sections describe the different kinds of pages in this collection. +
+

Overview

+

The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

+
+
+

Package

+

Each package has a page that contains a list of its classes and interfaces, with a summary for each. These pages may contain the following categories:

+
    +
  • Interfaces
  • +
  • Classes
  • +
  • Enum Classes
  • +
  • Exceptions
  • +
  • Errors
  • +
  • Annotation Interfaces
  • +
+
+
+

Class or Interface

+

Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a declaration and description, member summary tables, and detailed member descriptions. Entries in each of these sections are omitted if they are empty or not applicable.

+
    +
  • Class Inheritance Diagram
  • +
  • Direct Subclasses
  • +
  • All Known Subinterfaces
  • +
  • All Known Implementing Classes
  • +
  • Class or Interface Declaration
  • +
  • Class or Interface Description
  • +
+
+
    +
  • Nested Class Summary
  • +
  • Enum Constant Summary
  • +
  • Field Summary
  • +
  • Property Summary
  • +
  • Constructor Summary
  • +
  • Method Summary
  • +
  • Required Element Summary
  • +
  • Optional Element Summary
  • +
+
+
    +
  • Enum Constant Details
  • +
  • Field Details
  • +
  • Property Details
  • +
  • Constructor Details
  • +
  • Method Details
  • +
  • Element Details
  • +
+

Note: Annotation interfaces have required and optional elements, but not methods. Only enum classes have enum constants. The components of a record class are displayed as part of the declaration of the record class. Properties are a feature of JavaFX.

+

The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

+
+
+

Other Files

+

Packages and modules may contain pages with additional information related to the declarations nearby.

+
+
+

Tree (Class Hierarchy)

+

There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. Classes are organized by inheritance structure starting with java.lang.Object. Interfaces do not inherit from java.lang.Object.

+
    +
  • When viewing the Overview page, clicking on TREE displays the hierarchy for all packages.
  • +
  • When viewing a particular package, class or interface page, clicking on TREE displays the hierarchy for only that package.
  • +
+
+
+

Deprecated API

+

The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to shortcomings, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

+
+
+

Serialized Form

+

Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to those who implement rather than use the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See Also" section of the class description.

+
+
+

All Packages

+

The All Packages page contains an alphabetic index of all packages contained in the documentation.

+
+
+

All Classes and Interfaces

+

The All Classes and Interfaces page contains an alphabetic index of all classes and interfaces contained in the documentation, including annotation interfaces, enum classes, and record classes.

+
+
+

Index

+

The Index contains an alphabetic index of all classes, interfaces, constructors, methods, and fields in the documentation, as well as summary pages such as All Packages, All Classes and Interfaces.

+
+
+
+This help file applies to API documentation generated by the standard doclet.
+
+
+ + diff --git a/doc/index-files/index-1.html b/doc/index-files/index-1.html new file mode 100644 index 00000000..1477a2c5 --- /dev/null +++ b/doc/index-files/index-1.html @@ -0,0 +1,96 @@ + + + + +A-Index + + + + + + + + + + + + + + + +
+ +
+
+
+

Index

+
+A B C D E F G H I J K L M N P R S T V W 
All Classes and Interfaces|All Packages|Serialized Form +

A

+
+
add(Object, Vector2f) - Method in class com.rubynaxela.kyanite.game.entities.CompoundEntity
+
+
Adds an object and puts it on its relative position.
+
+
apply(Text) - Method in class com.rubynaxela.kyanite.game.gui.Font
+
+
Applies this font on a Text object.
+
+
apply(Shape) - Method in class com.rubynaxela.kyanite.game.assets.Texture
+
+
Applies this texture on the Shape without affecting the texture rectangle.
+
+
apply(Sprite) - Method in class com.rubynaxela.kyanite.game.assets.Texture
+
+
Applies this texture on the Sprite without affecting the texture rectangle.
+
+
apply(Text) - Method in class com.rubynaxela.kyanite.game.assets.FontFace
+
+
Applies this font on the Text.
+
+
Asset - Interface in com.rubynaxela.kyanite.game.assets
+
+
An external asset.
+
+
AssetId - Annotation Interface in com.rubynaxela.kyanite.system
+
+
Indicates that the annotated String is an asset identifier.
+
+
AssetsBundle - Class in com.rubynaxela.kyanite.game.assets
+
+
Provides a handy assets storage.
+
+
AssetsBundle() - Constructor for class com.rubynaxela.kyanite.game.assets.AssetsBundle
+
 
+
+A B C D E F G H I J K L M N P R S T V W 
All Classes and Interfaces|All Packages|Serialized Form
+
+
+ + diff --git a/doc/index-files/index-10.html b/doc/index-files/index-10.html new file mode 100644 index 00000000..22ee9583 --- /dev/null +++ b/doc/index-files/index-10.html @@ -0,0 +1,88 @@ + + + + +J-Index + + + + + + + + + + + + + + + +
+ +
+
+
+

Index

+
+A B C D E F G H I J K L M N P R S T V W 
All Classes and Interfaces|All Packages|Serialized Form +

J

+
+
JoystickButtonListener - Interface in com.rubynaxela.kyanite.window.event
+
 
+
joystickButtonPressed(JoystickButtonEvent) - Method in interface com.rubynaxela.kyanite.window.event.JoystickButtonListener
+
+
Invoked when a joystick or gamepad button was pressed while the window had focus.
+
+
joystickButtonReleased(JoystickButtonEvent) - Method in interface com.rubynaxela.kyanite.window.event.JoystickButtonListener
+
+
Invoked when a joystick or gamepad button was released while the window had focus.
+
+
joystickConnected(JoystickEvent) - Method in interface com.rubynaxela.kyanite.window.event.JoystickConnectionListener
+
+
Invoked when a joystick or gamepad was connected..
+
+
JoystickConnectionListener - Interface in com.rubynaxela.kyanite.window.event
+
 
+
joystickDisconnected(JoystickEvent) - Method in interface com.rubynaxela.kyanite.window.event.JoystickConnectionListener
+
+
Invoked when a joystick or gamepad was disconnected.
+
+
JoystickListener - Interface in com.rubynaxela.kyanite.window.event
+
 
+
joystickMoved(JoystickMoveEvent) - Method in interface com.rubynaxela.kyanite.window.event.JoystickListener
+
+
Invoked when a joystick or gamepad axis was moved while the window had focus.
+
+
+A B C D E F G H I J K L M N P R S T V W 
All Classes and Interfaces|All Packages|Serialized Form
+
+
+ + diff --git a/doc/index-files/index-11.html b/doc/index-files/index-11.html new file mode 100644 index 00000000..e7e97092 --- /dev/null +++ b/doc/index-files/index-11.html @@ -0,0 +1,72 @@ + + + + +K-Index + + + + + + + + + + + + + + + +
+ +
+
+
+

Index

+
+A B C D E F G H I J K L M N P R S T V W 
All Classes and Interfaces|All Packages|Serialized Form +

K

+
+
KeyListener - Interface in com.rubynaxela.kyanite.window.event
+
 
+
keyPressed(KeyEvent) - Method in interface com.rubynaxela.kyanite.window.event.KeyListener
+
+
Invoked when a keyboard key was pressed while the window had focus.
+
+
keyReleased(KeyEvent) - Method in interface com.rubynaxela.kyanite.window.event.KeyListener
+
+
Invoked when a keyboard key was released while the window had focus.
+
+
+A B C D E F G H I J K L M N P R S T V W 
All Classes and Interfaces|All Packages|Serialized Form
+
+
+ + diff --git a/doc/index-files/index-12.html b/doc/index-files/index-12.html new file mode 100644 index 00000000..d41b2a47 --- /dev/null +++ b/doc/index-files/index-12.html @@ -0,0 +1,66 @@ + + + + +L-Index + + + + + + + + + + + + + + + +
+ +
+
+
+

Index

+
+A B C D E F G H I J K L M N P R S T V W 
All Classes and Interfaces|All Packages|Serialized Form +

L

+
+
left() - Method in record class com.rubynaxela.kyanite.game.entities.HitBox
+
+
Returns the value of the left record component.
+
+
+A B C D E F G H I J K L M N P R S T V W 
All Classes and Interfaces|All Packages|Serialized Form
+
+
+ + diff --git a/doc/index-files/index-13.html b/doc/index-files/index-13.html new file mode 100644 index 00000000..9d90351b --- /dev/null +++ b/doc/index-files/index-13.html @@ -0,0 +1,118 @@ + + + + +M-Index + + + + + + + + + + + + + + + +
+ +
+
+
+

Index

+
+A B C D E F G H I J K L M N P R S T V W 
All Classes and Interfaces|All Packages|Serialized Form +

M

+
+
MathUtils - Class in com.rubynaxela.kyanite.util
+
 
+
max(T, T) - Static method in class com.rubynaxela.kyanite.util.MathUtils
+
+
Returns the bigger of two numeric values.
+
+
maximize() - Method in class com.rubynaxela.kyanite.window.Window
+
+
Sets the size of the window to fill the whole screen, excluding system toolbars.
+
+
min(T, T) - Static method in class com.rubynaxela.kyanite.util.MathUtils
+
+
Returns the smaller of two numeric values.
+
+
MouseButtonListener - Interface in com.rubynaxela.kyanite.window.event
+
 
+
mouseButtonPressed(MouseButtonEvent) - Method in interface com.rubynaxela.kyanite.window.event.MouseButtonListener
+
+
Invoked when a mouse button was pressed while the window had focus.
+
+
mouseButtonReleased(MouseButtonEvent) - Method in interface com.rubynaxela.kyanite.window.event.MouseButtonListener
+
+
Invoked when a mouse button was released while the window had focus.
+
+
mouseEntered(MouseEvent) - Method in interface com.rubynaxela.kyanite.window.event.MouseListener
+
+
Invoked when the mouse cursor entered the window's boundaries.
+
+
mouseLeft(MouseEvent) - Method in interface com.rubynaxela.kyanite.window.event.MouseListener
+
+
Invoked when the mouse cursor left the window's boundaries.
+
+
MouseListener - Interface in com.rubynaxela.kyanite.window.event
+
 
+
mouseMoved(MouseEvent) - Method in interface com.rubynaxela.kyanite.window.event.MouseListener
+
+
Invoked when the mouse cursor was moved within the window's boundaries.
+
+
MouseWheelListener - Interface in com.rubynaxela.kyanite.window.event
+
 
+
mouseWheelMoved(MouseWheelEvent) - Method in interface com.rubynaxela.kyanite.window.event.MouseWheelListener
+
+
Invoked when the mouse wheel was moved while the window had focus.
+
+
move(float, float) - Method in class com.rubynaxela.kyanite.game.entities.CompoundEntity
+
+
Moves this object.
+
+
move(float, float) - Method in class com.rubynaxela.kyanite.game.gui.Text
+
 
+
move(Vector2f) - Method in class com.rubynaxela.kyanite.game.entities.CompoundEntity
+
+
Moves the object.
+
+
move(Vector2f) - Method in class com.rubynaxela.kyanite.game.gui.Text
+
 
+
+A B C D E F G H I J K L M N P R S T V W 
All Classes and Interfaces|All Packages|Serialized Form
+
+
+ + diff --git a/doc/index-files/index-14.html b/doc/index-files/index-14.html new file mode 100644 index 00000000..db9f4cbd --- /dev/null +++ b/doc/index-files/index-14.html @@ -0,0 +1,66 @@ + + + + +N-Index + + + + + + + + + + + + + + + +
+ +
+
+
+

Index

+
+A B C D E F G H I J K L M N P R S T V W 
All Classes and Interfaces|All Packages|Serialized Form +

N

+
+
newSize() - Method in record class com.rubynaxela.kyanite.window.event.ResizeEvent
+
+
Returns the value of the newSize record component.
+
+
+A B C D E F G H I J K L M N P R S T V W 
All Classes and Interfaces|All Packages|Serialized Form
+
+
+ + diff --git a/doc/index-files/index-15.html b/doc/index-files/index-15.html new file mode 100644 index 00000000..5be242df --- /dev/null +++ b/doc/index-files/index-15.html @@ -0,0 +1,76 @@ + + + + +P-Index + + + + + + + + + + + + + + + +
+ +
+
+
+

Index

+
+A B C D E F G H I J K L M N P R S T V W 
All Classes and Interfaces|All Packages|Serialized Form +

P

+
+
Pair<T1,T2> - Record Class in com.rubynaxela.kyanite.util
+
 
+
Pair(T1, T2) - Constructor for record class com.rubynaxela.kyanite.util.Pair
+
+
Creates an instance of a Pair record class.
+
+
pause() - Method in class com.rubynaxela.kyanite.game.assets.Sound
+
+
Pauses the sound if it is currently playing.
+
+
play() - Method in class com.rubynaxela.kyanite.game.assets.Sound
+
+
Starts playing the sound or resumes it if it is currently paused.
+
+
+A B C D E F G H I J K L M N P R S T V W 
All Classes and Interfaces|All Packages|Serialized Form
+
+
+ + diff --git a/doc/index-files/index-16.html b/doc/index-files/index-16.html new file mode 100644 index 00000000..56e8be0f --- /dev/null +++ b/doc/index-files/index-16.html @@ -0,0 +1,96 @@ + + + + +R-Index + + + + + + + + + + + + + + + +
+ +
+
+
+

Index

+
+A B C D E F G H I J K L M N P R S T V W 
All Classes and Interfaces|All Packages|Serialized Form +

R

+
+
register(String, T) - Method in class com.rubynaxela.kyanite.game.assets.AssetsBundle
+
+
Registers an Asset in the bundle.
+
+
resized(ResizeEvent) - Method in interface com.rubynaxela.kyanite.window.event.ResizeListener
+
+
Invoked when the window was resized.
+
+
ResizeEvent - Record Class in com.rubynaxela.kyanite.window.event
+
 
+
ResizeEvent(Vector2i) - Constructor for record class com.rubynaxela.kyanite.window.event.ResizeEvent
+
+
Creates an instance of a ResizeEvent record class.
+
+
ResizeListener - Interface in com.rubynaxela.kyanite.window.event
+
 
+
restart() - Method in class com.rubynaxela.kyanite.system.Clock
+
+
Yields the elapsed time and restarts the clock.
+
+
restartIfNecessary(String[]) - Static method in class com.rubynaxela.kyanite.system.FirstThreadTool
+
+
Reboots the JVM on Mac OS X with VM option -XstartOnFirstThread if the VM wasn't started with it already.
+
+
right() - Method in record class com.rubynaxela.kyanite.game.entities.HitBox
+
+
Returns the value of the right record component.
+
+
rotate(float) - Method in class com.rubynaxela.kyanite.game.entities.CompoundEntity
+
+
Rotates this object around its origin.
+
+
rotate(float) - Method in class com.rubynaxela.kyanite.game.gui.Text
+
 
+
+A B C D E F G H I J K L M N P R S T V W 
All Classes and Interfaces|All Packages|Serialized Form
+
+
+ + diff --git a/doc/index-files/index-17.html b/doc/index-files/index-17.html new file mode 100644 index 00000000..c9901fb9 --- /dev/null +++ b/doc/index-files/index-17.html @@ -0,0 +1,240 @@ + + + + +S-Index + + + + + + + + + + + + + + + +
+ +
+
+
+

Index

+
+A B C D E F G H I J K L M N P R S T V W 
All Classes and Interfaces|All Packages|Serialized Form +

S

+
+
scale(float, float) - Method in class com.rubynaxela.kyanite.game.entities.CompoundEntity
+
+
Scales the object, using its origin as the scaling center.
+
+
scale(float, float) - Method in class com.rubynaxela.kyanite.game.gui.Text
+
 
+
scale(Vector2f) - Method in class com.rubynaxela.kyanite.game.entities.CompoundEntity
+
+
Scales the object, using its origin as the scaling center.
+
+
scale(Vector2f) - Method in class com.rubynaxela.kyanite.game.gui.Text
+
 
+
Scene - Class in com.rubynaxela.kyanite.window
+
+
An alias type for an ArrayList of Drawables.
+
+
Scene() - Constructor for class com.rubynaxela.kyanite.window.Scene
+
 
+
setAlignment(Text.Alignment) - Method in class com.rubynaxela.kyanite.game.gui.Text
+
+
Sets the alignment mode of this text.
+
+
setBackgroundColor(Color) - Method in class com.rubynaxela.kyanite.window.Window
+
 
+
setCloseListener(CloseListener) - Method in class com.rubynaxela.kyanite.window.Window
+
+
Adds the specified close listener to receive the close button press event from this window.
+
+
setFocusListener(FocusListener) - Method in class com.rubynaxela.kyanite.window.Window
+
+
Adds the specified focus listener to receive focus events from this window.
+
+
setFont(Font) - Method in class com.rubynaxela.kyanite.game.gui.Text
+
+
Sets the font of this text.
+
+
setJoystickButtonListener(JoystickButtonListener) - Method in class com.rubynaxela.kyanite.window.Window
+
+
Adds the specified joystick button listener to receive joystick button events from this window.
+
+
setJoystickConnectionListener(JoystickConnectionListener) - Method in class com.rubynaxela.kyanite.window.Window
+
+
Adds the specified joystick connection listener to receive joystick connection and disconnection events from this window.
+
+
setJoystickListener(JoystickListener) - Method in class com.rubynaxela.kyanite.window.Window
+
+
Adds the specified joystick listener to receive joystick movement events from this window.
+
+
setKeyListener(KeyListener) - Method in class com.rubynaxela.kyanite.window.Window
+
+
Adds the specified key listener to receive key events from this window.
+
+
setLoop(Runnable) - Method in class com.rubynaxela.kyanite.window.Scene
+
+
Sets the scene loop action which will be executed every frame
+
+
setLooping(boolean) - Method in class com.rubynaxela.kyanite.game.assets.Sound
+
 
+
setMouseButtonListener(MouseButtonListener) - Method in class com.rubynaxela.kyanite.window.Window
+
+
Adds the specified mouse button listener to receive mouse button events from this window.
+
+
setMouseListener(MouseListener) - Method in class com.rubynaxela.kyanite.window.Window
+
+
Adds the specified mouse listener to receive mouse events from this window.
+
+
setMouseWheelListener(MouseWheelListener) - Method in class com.rubynaxela.kyanite.window.Window
+
+
Adds the specified mouse wheel listener to receive mouse wheel events from this window.
+
+
setOrigin(float, float) - Method in class com.rubynaxela.kyanite.game.entities.CompoundEntity
+
+
Sets the rotation, scaling and drawing origin of this object.
+
+
setOrigin(float, float) - Method in class com.rubynaxela.kyanite.game.gui.Text
+
 
+
setOrigin(Vector2f) - Method in class com.rubynaxela.kyanite.game.entities.CompoundEntity
+
+
Sets the rotation, scaling and drawing origin of this object.
+
+
setPosition(float, float) - Method in class com.rubynaxela.kyanite.game.entities.CompoundEntity
+
+
Sets the position of this object in the scene so that its origin will be exactly on it.
+
+
setPosition(float, float) - Method in class com.rubynaxela.kyanite.game.gui.Text
+
 
+
setPosition(Vector2f) - Method in class com.rubynaxela.kyanite.game.entities.CompoundEntity
+
+
Sets the position of this object in the scene so that its origin will be exactly on it.
+
+
setResizeListener(ResizeListener) - Method in class com.rubynaxela.kyanite.window.Window
+
+
Adds the specified resize listener to receive resize events from this window.
+
+
setRotation(float) - Method in class com.rubynaxela.kyanite.game.entities.CompoundEntity
+
+
Sets the rotation of this object around its origin.
+
+
setScale(float, float) - Method in class com.rubynaxela.kyanite.game.entities.CompoundEntity
+
+
Sets the scaling of this object, using its origin as the scaling center.
+
+
setScale(float, float) - Method in class com.rubynaxela.kyanite.game.gui.Text
+
 
+
setScale(Vector2f) - Method in class com.rubynaxela.kyanite.game.entities.CompoundEntity
+
+
Sets the scaling of this object, using its origin as the scaling center.
+
+
setScene(Scene) - Method in class com.rubynaxela.kyanite.window.Window
+
+
Changes the current scene of this window.
+
+
setSize(int, int) - Method in class com.rubynaxela.kyanite.window.Window
+
+
Sets the size of the window.
+
+
setSize(Vector2i) - Method in class com.rubynaxela.kyanite.window.Window
+
+
Sets the size of the window.
+
+
setSkip(Time) - Method in class com.rubynaxela.kyanite.game.assets.Sound
+
+
Sets the playing offset from where to play the underlying audio data.
+
+
setSmooth(boolean) - Method in class com.rubynaxela.kyanite.game.assets.Texture
+
+
Enables or disables the smooth filter.
+
+
setString(String) - Method in class com.rubynaxela.kyanite.game.gui.Text
+
+
Deprecated. +
Use the Text.setText(java.lang.String) method instead.
+
+
+
setText(String) - Method in class com.rubynaxela.kyanite.game.gui.Text
+
+
Sets the string to display.
+
+
setTextListener(TextListener) - Method in class com.rubynaxela.kyanite.window.Window
+
+
Adds the specified text listener to receive text input events from this window.
+
+
setTileable(boolean) - Method in class com.rubynaxela.kyanite.game.assets.Texture
+
+
Enables or disables texture repeating.
+
+
Sound - Class in com.rubynaxela.kyanite.game.assets
+
+
A wrapper class for JSFML Sound objects, representing a sound asset.
+
+
Sound(File) - Constructor for class com.rubynaxela.kyanite.game.assets.Sound
+
+
Creates a new sound from the source sound file.
+
+
Sound(String) - Constructor for class com.rubynaxela.kyanite.game.assets.Sound
+
+
Creates a new sound from the source given by the path.
+
+
Sound(Path) - Constructor for class com.rubynaxela.kyanite.game.assets.Sound
+
+
Creates a new sound from the source given by the path.
+
+
start() - Method in class com.rubynaxela.kyanite.system.Clock
+
+
Starts the clock.
+
+
startGame() - Method in class com.rubynaxela.kyanite.game.GameContext
+
+
Starts the game clock and the window loop
+
+
startLoop(GameContext) - Method in class com.rubynaxela.kyanite.window.Window
+
+
Starts the window loop.
+
+
stop() - Method in class com.rubynaxela.kyanite.game.assets.Sound
+
+
Stops the sound if it is currently playing or paused.
+
+
+A B C D E F G H I J K L M N P R S T V W 
All Classes and Interfaces|All Packages|Serialized Form
+
+
+ + diff --git a/doc/index-files/index-18.html b/doc/index-files/index-18.html new file mode 100644 index 00000000..2bcd67ac --- /dev/null +++ b/doc/index-files/index-18.html @@ -0,0 +1,132 @@ + + + + +T-Index + + + + + + + + + + + + + + + +
+ +
+
+
+

Index

+
+A B C D E F G H I J K L M N P R S T V W 
All Classes and Interfaces|All Packages|Serialized Form +

T

+
+
Text - Class in com.rubynaxela.kyanite.game.gui
+
+
Represents a graphical text that can be transformed and drawn to a render target.
+
+
Text() - Constructor for class com.rubynaxela.kyanite.game.gui.Text
+
+
Creates a new empty text.
+
+
Text(Font) - Constructor for class com.rubynaxela.kyanite.game.gui.Text
+
+
Creates a new empty text.
+
+
Text(String) - Constructor for class com.rubynaxela.kyanite.game.gui.Text
+
+
Creates an invisible text with no font.
+
+
Text(String, Font) - Constructor for class com.rubynaxela.kyanite.game.gui.Text
+
+
Creates a text.
+
+
Text.Alignment - Enum Class in com.rubynaxela.kyanite.game.gui
+
+
Values for the alignment mode.
+
+
textEntered(TextEvent) - Method in interface com.rubynaxela.kyanite.window.event.TextListener
+
+
Invoked when a text character was entered using the keyboard while the window had focus.
+
+
TextListener - Interface in com.rubynaxela.kyanite.window.event
+
 
+
Texture - Class in com.rubynaxela.kyanite.game.assets
+
+
A wrapper class for JSFML Texture objects, representing a texture asset.
+
+
Texture(File) - Constructor for class com.rubynaxela.kyanite.game.assets.Texture
+
+
Creates a new texture from the source image file.
+
+
Texture(String) - Constructor for class com.rubynaxela.kyanite.game.assets.Texture
+
+
Creates a new texture from the source given by the path.
+
+
Texture(Path) - Constructor for class com.rubynaxela.kyanite.game.assets.Texture
+
+
Creates a new texture from the source given by the path.
+
+
toFloatRect() - Method in record class com.rubynaxela.kyanite.game.entities.HitBox
+
 
+
top() - Method in record class com.rubynaxela.kyanite.game.entities.HitBox
+
+
Returns the value of the top record component.
+
+
TOP_CENTER - Enum constant in enum class com.rubynaxela.kyanite.game.gui.Text.Alignment
+
 
+
TOP_LEFT - Enum constant in enum class com.rubynaxela.kyanite.game.gui.Text.Alignment
+
 
+
TOP_RIGHT - Enum constant in enum class com.rubynaxela.kyanite.game.gui.Text.Alignment
+
 
+
toString() - Method in record class com.rubynaxela.kyanite.game.entities.HitBox
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class com.rubynaxela.kyanite.util.Pair
+
+
Returns a string representation of this record class.
+
+
toString() - Method in record class com.rubynaxela.kyanite.window.event.ResizeEvent
+
+
Returns a string representation of this record class.
+
+
+A B C D E F G H I J K L M N P R S T V W 
All Classes and Interfaces|All Packages|Serialized Form
+
+
+ + diff --git a/doc/index-files/index-19.html b/doc/index-files/index-19.html new file mode 100644 index 00000000..6352c4ff --- /dev/null +++ b/doc/index-files/index-19.html @@ -0,0 +1,79 @@ + + + + +V-Index + + + + + + + + + + + + + + + +
+ +
+
+
+

Index

+
+A B C D E F G H I J K L M N P R S T V W 
All Classes and Interfaces|All Packages|Serialized Form +

V

+
+
value1() - Method in record class com.rubynaxela.kyanite.util.Pair
+
+
Returns the value of the value1 record component.
+
+
value2() - Method in record class com.rubynaxela.kyanite.util.Pair
+
+
Returns the value of the value2 record component.
+
+
valueOf(String) - Static method in enum class com.rubynaxela.kyanite.game.gui.Text.Alignment
+
+
Returns the enum constant of this class with the specified name.
+
+
values() - Static method in enum class com.rubynaxela.kyanite.game.gui.Text.Alignment
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
+A B C D E F G H I J K L M N P R S T V W 
All Classes and Interfaces|All Packages|Serialized Form
+
+
+ + diff --git a/doc/index-files/index-2.html b/doc/index-files/index-2.html new file mode 100644 index 00000000..c22b5cf9 --- /dev/null +++ b/doc/index-files/index-2.html @@ -0,0 +1,72 @@ + + + + +B-Index + + + + + + + + + + + + + + + +
+ +
+
+
+

Index

+
+A B C D E F G H I J K L M N P R S T V W 
All Classes and Interfaces|All Packages|Serialized Form +

B

+
+
bottom() - Method in record class com.rubynaxela.kyanite.game.entities.HitBox
+
+
Returns the value of the bottom record component.
+
+
BOTTOM_CENTER - Enum constant in enum class com.rubynaxela.kyanite.game.gui.Text.Alignment
+
 
+
BOTTOM_LEFT - Enum constant in enum class com.rubynaxela.kyanite.game.gui.Text.Alignment
+
 
+
BOTTOM_RIGHT - Enum constant in enum class com.rubynaxela.kyanite.game.gui.Text.Alignment
+
 
+
+A B C D E F G H I J K L M N P R S T V W 
All Classes and Interfaces|All Packages|Serialized Form
+
+
+ + diff --git a/doc/index-files/index-20.html b/doc/index-files/index-20.html new file mode 100644 index 00000000..446c4418 --- /dev/null +++ b/doc/index-files/index-20.html @@ -0,0 +1,82 @@ + + + + +W-Index + + + + + + + + + + + + + + + +
+ +
+
+
+

Index

+
+A B C D E F G H I J K L M N P R S T V W 
All Classes and Interfaces|All Packages|Serialized Form +

W

+
+
Window - Class in com.rubynaxela.kyanite.window
+
+
Provides a window that can serve as a target for 2D drawing.
+
+
Window() - Constructor for class com.rubynaxela.kyanite.window.Window
+
+
Constructs a new render window without actually creating (opening) it.
+
+
Window(VideoMode, String) - Constructor for class com.rubynaxela.kyanite.window.Window
+
+
Constructs a new render window and creates it with default style and context settings.
+
+
Window(VideoMode, String, int) - Constructor for class com.rubynaxela.kyanite.window.Window
+
+
Constructs a new render window and creates it with default context settings.
+
+
Window(VideoMode, String, int, ContextSettings) - Constructor for class com.rubynaxela.kyanite.window.Window
+
+
Constructs a new render window and creates it with the specified parameters.
+
+
+A B C D E F G H I J K L M N P R S T V W 
All Classes and Interfaces|All Packages|Serialized Form
+
+
+ + diff --git a/doc/index-files/index-3.html b/doc/index-files/index-3.html new file mode 100644 index 00000000..670dc4c0 --- /dev/null +++ b/doc/index-files/index-3.html @@ -0,0 +1,124 @@ + + + + +C-Index + + + + + + + + + + + + + + + +
+ +
+
+
+

Index

+
+A B C D E F G H I J K L M N P R S T V W 
All Classes and Interfaces|All Packages|Serialized Form +

C

+
+
CENTER - Enum constant in enum class com.rubynaxela.kyanite.game.gui.Text.Alignment
+
 
+
CENTER_LEFT - Enum constant in enum class com.rubynaxela.kyanite.game.gui.Text.Alignment
+
 
+
CENTER_RIGHT - Enum constant in enum class com.rubynaxela.kyanite.game.gui.Text.Alignment
+
 
+
Clock - Class in com.rubynaxela.kyanite.system
+
+
Provides functionality for time measurement.
+
+
Clock() - Constructor for class com.rubynaxela.kyanite.system.Clock
+
+
Constructs a clock and starts it.
+
+
Clock(boolean) - Constructor for class com.rubynaxela.kyanite.system.Clock
+
+
Constructs a clock.
+
+
closed() - Method in interface com.rubynaxela.kyanite.window.event.CloseListener
+
+
Invoked when the user clicked on the window's close button.
+
+
CloseListener - Interface in com.rubynaxela.kyanite.window.event
+
 
+
com.rubynaxela.kyanite.game - package com.rubynaxela.kyanite.game
+
+
Contains classes related to the game content.
+
+
com.rubynaxela.kyanite.game.assets - package com.rubynaxela.kyanite.game.assets
+
+
Contains classes related to assets, which are loaded from external sources.
+
+
com.rubynaxela.kyanite.game.entities - package com.rubynaxela.kyanite.game.entities
+
 
+
com.rubynaxela.kyanite.game.gui - package com.rubynaxela.kyanite.game.gui
+
 
+
com.rubynaxela.kyanite.system - package com.rubynaxela.kyanite.system
+
+
Contains classes that provide core functionality, common data types and exceptions.
+
+
com.rubynaxela.kyanite.util - package com.rubynaxela.kyanite.util
+
 
+
com.rubynaxela.kyanite.window - package com.rubynaxela.kyanite.window
+
+
Contains classes related to graphic interface
+
+
com.rubynaxela.kyanite.window.event - package com.rubynaxela.kyanite.window.event
+
+
Contains classes representing window events and event listeners.
+
+
CompoundEntity - Class in com.rubynaxela.kyanite.game.entities
+
+
An entity consisting of many components.
+
+
CompoundEntity() - Constructor for class com.rubynaxela.kyanite.game.entities.CompoundEntity
+
+
Creates an empty compound entity.
+
+
CompoundEntity(Vector2f) - Constructor for class com.rubynaxela.kyanite.game.entities.CompoundEntity
+
+
Creates an empty compound entity with initial position.
+
+
+A B C D E F G H I J K L M N P R S T V W 
All Classes and Interfaces|All Packages|Serialized Form
+
+
+ + diff --git a/doc/index-files/index-4.html b/doc/index-files/index-4.html new file mode 100644 index 00000000..16e280d7 --- /dev/null +++ b/doc/index-files/index-4.html @@ -0,0 +1,66 @@ + + + + +D-Index + + + + + + + + + + + + + + + +
+ +
+
+
+

Index

+
+A B C D E F G H I J K L M N P R S T V W 
All Classes and Interfaces|All Packages|Serialized Form +

D

+
+
draw(RenderTarget, RenderStates) - Method in class com.rubynaxela.kyanite.game.entities.CompoundEntity
+
+
Draws a drawable object to the render target using the given render states.
+
+
+A B C D E F G H I J K L M N P R S T V W 
All Classes and Interfaces|All Packages|Serialized Form
+
+
+ + diff --git a/doc/index-files/index-5.html b/doc/index-files/index-5.html new file mode 100644 index 00000000..bfe37af5 --- /dev/null +++ b/doc/index-files/index-5.html @@ -0,0 +1,74 @@ + + + + +E-Index + + + + + + + + + + + + + + + +
+ +
+
+
+

Index

+
+A B C D E F G H I J K L M N P R S T V W 
All Classes and Interfaces|All Packages|Serialized Form +

E

+
+
equals(Object) - Method in record class com.rubynaxela.kyanite.game.entities.HitBox
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class com.rubynaxela.kyanite.util.Pair
+
+
Indicates whether some other object is "equal to" this one.
+
+
equals(Object) - Method in record class com.rubynaxela.kyanite.window.event.ResizeEvent
+
+
Indicates whether some other object is "equal to" this one.
+
+
+A B C D E F G H I J K L M N P R S T V W 
All Classes and Interfaces|All Packages|Serialized Form
+
+
+ + diff --git a/doc/index-files/index-6.html b/doc/index-files/index-6.html new file mode 100644 index 00000000..180cbbac --- /dev/null +++ b/doc/index-files/index-6.html @@ -0,0 +1,104 @@ + + + + +F-Index + + + + + + + + + + + + + + + +
+ +
+
+
+

Index

+
+A B C D E F G H I J K L M N P R S T V W 
All Classes and Interfaces|All Packages|Serialized Form +

F

+
+
FirstThreadTool - Class in com.rubynaxela.kyanite.system
+
+
If the application is running on macOS, it must be started with the -XstartOnFirstThread JVM option.
+
+
focusGained() - Method in interface com.rubynaxela.kyanite.window.event.FocusListener
+
+
Invoked when the window lost focus.
+
+
FocusListener - Interface in com.rubynaxela.kyanite.window.event
+
 
+
focusLost() - Method in interface com.rubynaxela.kyanite.window.event.FocusListener
+
+
Invoked when the window gained focus.
+
+
Font - Class in com.rubynaxela.kyanite.game.gui
+
 
+
Font(FontFace, int) - Constructor for class com.rubynaxela.kyanite.game.gui.Font
+
+
Creates a new font with default style.
+
+
Font(FontFace, int, int) - Constructor for class com.rubynaxela.kyanite.game.gui.Font
+
+
Creates a new font.
+
+
FontFace - Class in com.rubynaxela.kyanite.game.assets
+
+
A wrapper class for JSFML Font objects, representing a font face asset.
+
+
FontFace(File) - Constructor for class com.rubynaxela.kyanite.game.assets.FontFace
+
+
Creates a new font from the source font file.
+
+
FontFace(String) - Constructor for class com.rubynaxela.kyanite.game.assets.FontFace
+
+
Creates a new font from the source given by the path.
+
+
FontFace(Path) - Constructor for class com.rubynaxela.kyanite.game.assets.FontFace
+
+
Creates a new font from the source given by the path.
+
+
from(FloatRect) - Static method in record class com.rubynaxela.kyanite.game.entities.HitBox
+
 
+
+A B C D E F G H I J K L M N P R S T V W 
All Classes and Interfaces|All Packages|Serialized Form
+
+
+ + diff --git a/doc/index-files/index-7.html b/doc/index-files/index-7.html new file mode 100644 index 00000000..cffc4818 --- /dev/null +++ b/doc/index-files/index-7.html @@ -0,0 +1,122 @@ + + + + +G-Index + + + + + + + + + + + + + + + +
+ +
+
+
+

Index

+
+A B C D E F G H I J K L M N P R S T V W 
All Classes and Interfaces|All Packages|Serialized Form +

G

+
+
GameContext - Class in com.rubynaxela.kyanite.game
+
+
Provides a set of references to the basic objects used by the game.
+
+
get(String) - Method in class com.rubynaxela.kyanite.game.assets.AssetsBundle
+
+
Finds an Asset by its identifier.
+
+
getAlignment() - Method in class com.rubynaxela.kyanite.game.gui.Text
+
 
+
getAssetsBundle() - Method in class com.rubynaxela.kyanite.game.GameContext
+
 
+
getClock() - Method in class com.rubynaxela.kyanite.game.GameContext
+
 
+
getDeltaTime() - Method in class com.rubynaxela.kyanite.system.Clock
+
+
Gets the elapsed time since the clock was created or this function was last called.
+
+
getFontFace() - Method in class com.rubynaxela.kyanite.game.gui.Font
+
 
+
getGlobalBounds() - Method in class com.rubynaxela.kyanite.game.entities.CompoundEntity
+
 
+
getInstance() - Static method in class com.rubynaxela.kyanite.game.GameContext
+
 
+
getInverseTransform() - Method in class com.rubynaxela.kyanite.game.entities.CompoundEntity
+
 
+
getInverseTransform() - Method in class com.rubynaxela.kyanite.game.gui.Text
+
 
+
getOrigin() - Method in class com.rubynaxela.kyanite.game.entities.CompoundEntity
+
 
+
getOrigin() - Method in class com.rubynaxela.kyanite.game.gui.Text
+
 
+
getPosition() - Method in class com.rubynaxela.kyanite.game.entities.CompoundEntity
+
 
+
getPosition() - Method in class com.rubynaxela.kyanite.game.gui.Text
+
 
+
getRotation() - Method in class com.rubynaxela.kyanite.game.entities.CompoundEntity
+
 
+
getRotation() - Method in class com.rubynaxela.kyanite.game.gui.Text
+
 
+
getScale() - Method in class com.rubynaxela.kyanite.game.entities.CompoundEntity
+
 
+
getScale() - Method in class com.rubynaxela.kyanite.game.gui.Text
+
 
+
getScene() - Method in class com.rubynaxela.kyanite.window.Window
+
 
+
getSize() - Method in class com.rubynaxela.kyanite.game.gui.Font
+
 
+
getStyle() - Method in class com.rubynaxela.kyanite.game.gui.Font
+
 
+
getTime() - Method in class com.rubynaxela.kyanite.system.Clock
+
+
Gets the elapsed time since the clock was created or last restarted.
+
+
getTransform() - Method in class com.rubynaxela.kyanite.game.entities.CompoundEntity
+
 
+
getTransform() - Method in class com.rubynaxela.kyanite.game.gui.Text
+
 
+
getWindow() - Method in class com.rubynaxela.kyanite.game.GameContext
+
 
+
+A B C D E F G H I J K L M N P R S T V W 
All Classes and Interfaces|All Packages|Serialized Form
+
+
+ + diff --git a/doc/index-files/index-8.html b/doc/index-files/index-8.html new file mode 100644 index 00000000..6d96610d --- /dev/null +++ b/doc/index-files/index-8.html @@ -0,0 +1,80 @@ + + + + +H-Index + + + + + + + + + + + + + + + +
+ +
+
+
+

Index

+
+A B C D E F G H I J K L M N P R S T V W 
All Classes and Interfaces|All Packages|Serialized Form +

H

+
+
hashCode() - Method in record class com.rubynaxela.kyanite.game.entities.HitBox
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class com.rubynaxela.kyanite.util.Pair
+
+
Returns a hash code value for this object.
+
+
hashCode() - Method in record class com.rubynaxela.kyanite.window.event.ResizeEvent
+
+
Returns a hash code value for this object.
+
+
HitBox - Record Class in com.rubynaxela.kyanite.game.entities
+
 
+
HitBox(float, float, float, float) - Constructor for record class com.rubynaxela.kyanite.game.entities.HitBox
+
+
Creates an instance of a HitBox record class.
+
+
+A B C D E F G H I J K L M N P R S T V W 
All Classes and Interfaces|All Packages|Serialized Form
+
+
+ + diff --git a/doc/index-files/index-9.html b/doc/index-files/index-9.html new file mode 100644 index 00000000..c5493495 --- /dev/null +++ b/doc/index-files/index-9.html @@ -0,0 +1,68 @@ + + + + +I-Index + + + + + + + + + + + + + + + +
+ +
+
+
+

Index

+
+A B C D E F G H I J K L M N P R S T V W 
All Classes and Interfaces|All Packages|Serialized Form +

I

+
+
isInitialized() - Method in class com.rubynaxela.kyanite.window.Scene
+
 
+
isSmooth() - Method in class com.rubynaxela.kyanite.game.assets.Texture
+
 
+
isTileable() - Method in class com.rubynaxela.kyanite.game.assets.Texture
+
 
+
+A B C D E F G H I J K L M N P R S T V W 
All Classes and Interfaces|All Packages|Serialized Form
+
+
+ + diff --git a/doc/index.html b/doc/index.html new file mode 100644 index 00000000..54f437f6 --- /dev/null +++ b/doc/index.html @@ -0,0 +1,88 @@ + + + + +Overview + + + + + + + + + + + + + + + +
+ +
+
+
+
Packages
+
+
Package
+
Description
+ +
+
Contains classes related to the game content.
+
+ +
+
Contains classes related to assets, which are loaded from external sources.
+
+ +
 
+ +
 
+ +
+
Contains classes that provide core functionality, common data types and exceptions.
+
+ +
 
+ +
+
Contains classes related to graphic interface
+
+ +
+
Contains classes representing window events and event listeners.
+
+
+
+
+
+
+ + diff --git a/doc/jquery-ui.overrides.css b/doc/jquery-ui.overrides.css new file mode 100644 index 00000000..f89acb63 --- /dev/null +++ b/doc/jquery-ui.overrides.css @@ -0,0 +1,34 @@ +/* + * Copyright (c) 2020, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + +.ui-state-active, +.ui-widget-content .ui-state-active, +.ui-widget-header .ui-state-active, +a.ui-button:active, +.ui-button:active, +.ui-button.ui-state-active:hover { + /* Overrides the color of selection used in jQuery UI */ + background: #F8981D; +} diff --git a/doc/legal/ADDITIONAL_LICENSE_INFO b/doc/legal/ADDITIONAL_LICENSE_INFO new file mode 100644 index 00000000..ff700cd0 --- /dev/null +++ b/doc/legal/ADDITIONAL_LICENSE_INFO @@ -0,0 +1,37 @@ + ADDITIONAL INFORMATION ABOUT LICENSING + +Certain files distributed by Oracle America, Inc. and/or its affiliates are +subject to the following clarification and special exception to the GPLv2, +based on the GNU Project exception for its Classpath libraries, known as the +GNU Classpath Exception. + +Note that Oracle includes multiple, independent programs in this software +package. Some of those programs are provided under licenses deemed +incompatible with the GPLv2 by the Free Software Foundation and others. +For example, the package includes programs licensed under the Apache +License, Version 2.0 and may include FreeType. Such programs are licensed +to you under their original licenses. + +Oracle facilitates your further distribution of this package by adding the +Classpath Exception to the necessary parts of its GPLv2 code, which permits +you to use that code in combination with other independent modules not +licensed under the GPLv2. However, note that this would not permit you to +commingle code under an incompatible license with Oracle's GPLv2 licensed +code by, for example, cutting and pasting such code into a file also +containing Oracle's GPLv2 licensed code and then distributing the result. + +Additionally, if you were to remove the Classpath Exception from any of the +files to which it applies and distribute the result, you would likely be +required to license some or all of the other code in that distribution under +the GPLv2 as well, and since the GPLv2 is incompatible with the license terms +of some items included in the distribution by Oracle, removing the Classpath +Exception could therefore effectively compromise your ability to further +distribute the package. + +Failing to distribute notices associated with some files may also create +unexpected legal consequences. + +Proceed with caution and we recommend that you obtain the advice of a lawyer +skilled in open source matters before removing the Classpath Exception or +making modifications to this package which may subsequently be redistributed +and/or involve the use of third party software. diff --git a/doc/legal/ASSEMBLY_EXCEPTION b/doc/legal/ASSEMBLY_EXCEPTION new file mode 100644 index 00000000..065b8d90 --- /dev/null +++ b/doc/legal/ASSEMBLY_EXCEPTION @@ -0,0 +1,27 @@ + +OPENJDK ASSEMBLY EXCEPTION + +The OpenJDK source code made available by Oracle America, Inc. (Oracle) at +openjdk.java.net ("OpenJDK Code") is distributed under the terms of the GNU +General Public License version 2 +only ("GPL2"), with the following clarification and special exception. + + Linking this OpenJDK Code statically or dynamically with other code + is making a combined work based on this library. Thus, the terms + and conditions of GPL2 cover the whole combination. + + As a special exception, Oracle gives you permission to link this + OpenJDK Code with certain code licensed by Oracle as indicated at + http://openjdk.java.net/legal/exception-modules-2007-05-08.html + ("Designated Exception Modules") to produce an executable, + regardless of the license terms of the Designated Exception Modules, + and to copy and distribute the resulting executable under GPL2, + provided that the Designated Exception Modules continue to be + governed by the licenses under which they were offered by Oracle. + +As such, it allows licensees and sublicensees of Oracle's GPL2 OpenJDK Code +to build an executable that includes those portions of necessary code that +Oracle could not provide under GPL2 (or that Oracle has provided under GPL2 +with the Classpath exception). If you modify or add to the OpenJDK code, +that new GPL2 code may still be combined with Designated Exception Modules +if the new code is made subject to this exception by its copyright holder. diff --git a/doc/legal/LICENSE b/doc/legal/LICENSE new file mode 100644 index 00000000..8b400c7a --- /dev/null +++ b/doc/legal/LICENSE @@ -0,0 +1,347 @@ +The GNU General Public License (GPL) + +Version 2, June 1991 + +Copyright (C) 1989, 1991 Free Software Foundation, Inc. +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + +Everyone is permitted to copy and distribute verbatim copies of this license +document, but changing it is not allowed. + +Preamble + +The licenses for most software are designed to take away your freedom to share +and change it. By contrast, the GNU General Public License is intended to +guarantee your freedom to share and change free software--to make sure the +software is free for all its users. This General Public License applies to +most of the Free Software Foundation's software and to any other program whose +authors commit to using it. (Some other Free Software Foundation software is +covered by the GNU Library General Public License instead.) You can apply it to +your programs, too. + +When we speak of free software, we are referring to freedom, not price. Our +General Public Licenses are designed to make sure that you have the freedom to +distribute copies of free software (and charge for this service if you wish), +that you receive source code or can get it if you want it, that you can change +the software or use pieces of it in new free programs; and that you know you +can do these things. + +To protect your rights, we need to make restrictions that forbid anyone to deny +you these rights or to ask you to surrender the rights. These restrictions +translate to certain responsibilities for you if you distribute copies of the +software, or if you modify it. + +For example, if you distribute copies of such a program, whether gratis or for +a fee, you must give the recipients all the rights that you have. You must +make sure that they, too, receive or can get the source code. And you must +show them these terms so they know their rights. + +We protect your rights with two steps: (1) copyright the software, and (2) +offer you this license which gives you legal permission to copy, distribute +and/or modify the software. + +Also, for each author's protection and ours, we want to make certain that +everyone understands that there is no warranty for this free software. If the +software is modified by someone else and passed on, we want its recipients to +know that what they have is not the original, so that any problems introduced +by others will not reflect on the original authors' reputations. + +Finally, any free program is threatened constantly by software patents. We +wish to avoid the danger that redistributors of a free program will +individually obtain patent licenses, in effect making the program proprietary. +To prevent this, we have made it clear that any patent must be licensed for +everyone's free use or not licensed at all. + +The precise terms and conditions for copying, distribution and modification +follow. + +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License applies to any program or other work which contains a notice +placed by the copyright holder saying it may be distributed under the terms of +this General Public License. The "Program", below, refers to any such program +or work, and a "work based on the Program" means either the Program or any +derivative work under copyright law: that is to say, a work containing the +Program or a portion of it, either verbatim or with modifications and/or +translated into another language. (Hereinafter, translation is included +without limitation in the term "modification".) Each licensee is addressed as +"you". + +Activities other than copying, distribution and modification are not covered by +this License; they are outside its scope. The act of running the Program is +not restricted, and the output from the Program is covered only if its contents +constitute a work based on the Program (independent of having been made by +running the Program). Whether that is true depends on what the Program does. + +1. You may copy and distribute verbatim copies of the Program's source code as +you receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice and +disclaimer of warranty; keep intact all the notices that refer to this License +and to the absence of any warranty; and give any other recipients of the +Program a copy of this License along with the Program. + +You may charge a fee for the physical act of transferring a copy, and you may +at your option offer warranty protection in exchange for a fee. + +2. You may modify your copy or copies of the Program or any portion of it, thus +forming a work based on the Program, and copy and distribute such modifications +or work under the terms of Section 1 above, provided that you also meet all of +these conditions: + + a) You must cause the modified files to carry prominent notices stating + that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in whole or + in part contains or is derived from the Program or any part thereof, to be + licensed as a whole at no charge to all third parties under the terms of + this License. + + c) If the modified program normally reads commands interactively when run, + you must cause it, when started running for such interactive use in the + most ordinary way, to print or display an announcement including an + appropriate copyright notice and a notice that there is no warranty (or + else, saying that you provide a warranty) and that users may redistribute + the program under these conditions, and telling the user how to view a copy + of this License. (Exception: if the Program itself is interactive but does + not normally print such an announcement, your work based on the Program is + not required to print an announcement.) + +These requirements apply to the modified work as a whole. If identifiable +sections of that work are not derived from the Program, and can be reasonably +considered independent and separate works in themselves, then this License, and +its terms, do not apply to those sections when you distribute them as separate +works. But when you distribute the same sections as part of a whole which is a +work based on the Program, the distribution of the whole must be on the terms +of this License, whose permissions for other licensees extend to the entire +whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest your +rights to work written entirely by you; rather, the intent is to exercise the +right to control the distribution of derivative or collective works based on +the Program. + +In addition, mere aggregation of another work not based on the Program with the +Program (or with a work based on the Program) on a volume of a storage or +distribution medium does not bring the other work under the scope of this +License. + +3. You may copy and distribute the Program (or a work based on it, under +Section 2) in object code or executable form under the terms of Sections 1 and +2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable source + code, which must be distributed under the terms of Sections 1 and 2 above + on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three years, to + give any third party, for a charge no more than your cost of physically + performing source distribution, a complete machine-readable copy of the + corresponding source code, to be distributed under the terms of Sections 1 + and 2 above on a medium customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer to + distribute corresponding source code. (This alternative is allowed only + for noncommercial distribution and only if you received the program in + object code or executable form with such an offer, in accord with + Subsection b above.) + +The source code for a work means the preferred form of the work for making +modifications to it. For an executable work, complete source code means all +the source code for all modules it contains, plus any associated interface +definition files, plus the scripts used to control compilation and installation +of the executable. However, as a special exception, the source code +distributed need not include anything that is normally distributed (in either +source or binary form) with the major components (compiler, kernel, and so on) +of the operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the source +code from the same place counts as distribution of the source code, even though +third parties are not compelled to copy the source along with the object code. + +4. You may not copy, modify, sublicense, or distribute the Program except as +expressly provided under this License. Any attempt otherwise to copy, modify, +sublicense or distribute the Program is void, and will automatically terminate +your rights under this License. However, parties who have received copies, or +rights, from you under this License will not have their licenses terminated so +long as such parties remain in full compliance. + +5. You are not required to accept this License, since you have not signed it. +However, nothing else grants you permission to modify or distribute the Program +or its derivative works. These actions are prohibited by law if you do not +accept this License. Therefore, by modifying or distributing the Program (or +any work based on the Program), you indicate your acceptance of this License to +do so, and all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + +6. Each time you redistribute the Program (or any work based on the Program), +the recipient automatically receives a license from the original licensor to +copy, distribute or modify the Program subject to these terms and conditions. +You may not impose any further restrictions on the recipients' exercise of the +rights granted herein. You are not responsible for enforcing compliance by +third parties to this License. + +7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), conditions +are imposed on you (whether by court order, agreement or otherwise) that +contradict the conditions of this License, they do not excuse you from the +conditions of this License. If you cannot distribute so as to satisfy +simultaneously your obligations under this License and any other pertinent +obligations, then as a consequence you may not distribute the Program at all. +For example, if a patent license would not permit royalty-free redistribution +of the Program by all those who receive copies directly or indirectly through +you, then the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply and +the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any patents or +other property right claims or to contest validity of any such claims; this +section has the sole purpose of protecting the integrity of the free software +distribution system, which is implemented by public license practices. Many +people have made generous contributions to the wide range of software +distributed through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing to +distribute software through any other system and a licensee cannot impose that +choice. + +This section is intended to make thoroughly clear what is believed to be a +consequence of the rest of this License. + +8. If the distribution and/or use of the Program is restricted in certain +countries either by patents or by copyrighted interfaces, the original +copyright holder who places the Program under this License may add an explicit +geographical distribution limitation excluding those countries, so that +distribution is permitted only in or among countries not thus excluded. In +such case, this License incorporates the limitation as if written in the body +of this License. + +9. The Free Software Foundation may publish revised and/or new versions of the +General Public License from time to time. Such new versions will be similar in +spirit to the present version, but may differ in detail to address new problems +or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any later +version", you have the option of following the terms and conditions either of +that version or of any later version published by the Free Software Foundation. +If the Program does not specify a version number of this License, you may +choose any version ever published by the Free Software Foundation. + +10. If you wish to incorporate parts of the Program into other free programs +whose distribution conditions are different, write to the author to ask for +permission. For software which is copyrighted by the Free Software Foundation, +write to the Free Software Foundation; we sometimes make exceptions for this. +Our decision will be guided by the two goals of preserving the free status of +all derivatives of our free software and of promoting the sharing and reuse of +software generally. + +NO WARRANTY + +11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR +THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE +STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE +PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND +PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, +YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL +ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE +PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR +INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA +BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER +OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest possible +use to the public, the best way to achieve this is to make it free software +which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest to attach +them to the start of each source file to most effectively convey the exclusion +of warranty; and each file should have at least the "copyright" line and a +pointer to where the full notice is found. + + One line to give the program's name and a brief idea of what it does. + + Copyright (C) + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by the Free + Software Foundation; either version 2 of the License, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this when it +starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author Gnomovision comes + with ABSOLUTELY NO WARRANTY; for details type 'show w'. This is free + software, and you are welcome to redistribute it under certain conditions; + type 'show c' for details. + +The hypothetical commands 'show w' and 'show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may be +called something other than 'show w' and 'show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your school, +if any, to sign a "copyright disclaimer" for the program, if necessary. Here +is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + 'Gnomovision' (which makes passes at compilers) written by James Hacker. + + signature of Ty Coon, 1 April 1989 + + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General Public +License instead of this License. + + +"CLASSPATH" EXCEPTION TO THE GPL + +Certain source files distributed by Oracle America and/or its affiliates are +subject to the following clarification and special exception to the GPL, but +only where Oracle has expressly included in the particular source file's header +the words "Oracle designates this particular file as subject to the "Classpath" +exception as provided by Oracle in the LICENSE file that accompanied this code." + + Linking this library statically or dynamically with other modules is making + a combined work based on this library. Thus, the terms and conditions of + the GNU General Public License cover the whole combination. + + As a special exception, the copyright holders of this library give you + permission to link this library with independent modules to produce an + executable, regardless of the license terms of these independent modules, + and to copy and distribute the resulting executable under terms of your + choice, provided that you also meet, for each linked independent module, + the terms and conditions of the license of that module. An independent + module is a module which is not derived from or based on this library. If + you modify this library, you may extend this exception to your version of + the library, but you are not obligated to do so. If you do not wish to do + so, delete this exception statement from your version. diff --git a/doc/legal/jquery.md b/doc/legal/jquery.md new file mode 100644 index 00000000..8054a34c --- /dev/null +++ b/doc/legal/jquery.md @@ -0,0 +1,72 @@ +## jQuery v3.5.1 + +### jQuery License +``` +jQuery v 3.5.1 +Copyright JS Foundation and other contributors, https://js.foundation/ + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +****************************************** + +The jQuery JavaScript Library v3.5.1 also includes Sizzle.js + +Sizzle.js includes the following license: + +Copyright JS Foundation and other contributors, https://js.foundation/ + +This software consists of voluntary contributions made by many +individuals. For exact contribution history, see the revision history +available at https://github.com/jquery/sizzle + +The following license applies to all parts of this software except as +documented below: + +==== + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +==== + +All files located in the node_modules and external directories are +externally maintained libraries used by this software which have their +own licenses; we recommend you read them, as their terms may differ from +the terms above. + +********************* + +``` diff --git a/doc/legal/jqueryUI.md b/doc/legal/jqueryUI.md new file mode 100644 index 00000000..8031bdb5 --- /dev/null +++ b/doc/legal/jqueryUI.md @@ -0,0 +1,49 @@ +## jQuery UI v1.12.1 + +### jQuery UI License +``` +Copyright jQuery Foundation and other contributors, https://jquery.org/ + +This software consists of voluntary contributions made by many +individuals. For exact contribution history, see the revision history +available at https://github.com/jquery/jquery-ui + +The following license applies to all parts of this software except as +documented below: + +==== + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +==== + +Copyright and related rights for sample code are waived via CC0. Sample +code is defined as all source code contained within the demos directory. + +CC0: http://creativecommons.org/publicdomain/zero/1.0/ + +==== + +All files located in the node_modules and external directories are +externally maintained libraries used by this software which have their +own licenses; we recommend you read them, as their terms may differ from +the terms above. + +``` diff --git a/doc/member-search-index.js b/doc/member-search-index.js new file mode 100644 index 00000000..072cb31e --- /dev/null +++ b/doc/member-search-index.js @@ -0,0 +1 @@ +memberSearchIndex = [{"p":"com.rubynaxela.kyanite.game.entities","c":"CompoundEntity","l":"add(Object, Vector2f)","u":"add(java.lang.Object,org.jsfml.system.Vector2f)"},{"p":"com.rubynaxela.kyanite.game.assets","c":"Texture","l":"apply(Shape)","u":"apply(org.jsfml.graphics.Shape)"},{"p":"com.rubynaxela.kyanite.game.assets","c":"Texture","l":"apply(Sprite)","u":"apply(org.jsfml.graphics.Sprite)"},{"p":"com.rubynaxela.kyanite.game.gui","c":"Font","l":"apply(Text)","u":"apply(org.jsfml.graphics.Text)"},{"p":"com.rubynaxela.kyanite.game.assets","c":"FontFace","l":"apply(Text)","u":"apply(org.jsfml.graphics.Text)"},{"p":"com.rubynaxela.kyanite.game.assets","c":"AssetsBundle","l":"AssetsBundle()","u":"%3Cinit%3E()"},{"p":"com.rubynaxela.kyanite.game.gui","c":"Text.Alignment","l":"BOTTOM_CENTER"},{"p":"com.rubynaxela.kyanite.game.gui","c":"Text.Alignment","l":"BOTTOM_LEFT"},{"p":"com.rubynaxela.kyanite.game.gui","c":"Text.Alignment","l":"BOTTOM_RIGHT"},{"p":"com.rubynaxela.kyanite.game.entities","c":"HitBox","l":"bottom()"},{"p":"com.rubynaxela.kyanite.game.gui","c":"Text.Alignment","l":"CENTER"},{"p":"com.rubynaxela.kyanite.game.gui","c":"Text.Alignment","l":"CENTER_LEFT"},{"p":"com.rubynaxela.kyanite.game.gui","c":"Text.Alignment","l":"CENTER_RIGHT"},{"p":"com.rubynaxela.kyanite.system","c":"Clock","l":"Clock()","u":"%3Cinit%3E()"},{"p":"com.rubynaxela.kyanite.system","c":"Clock","l":"Clock(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"com.rubynaxela.kyanite.window.event","c":"CloseListener","l":"closed()"},{"p":"com.rubynaxela.kyanite.game.entities","c":"CompoundEntity","l":"CompoundEntity()","u":"%3Cinit%3E()"},{"p":"com.rubynaxela.kyanite.game.entities","c":"CompoundEntity","l":"CompoundEntity(Vector2f)","u":"%3Cinit%3E(org.jsfml.system.Vector2f)"},{"p":"com.rubynaxela.kyanite.game.entities","c":"CompoundEntity","l":"draw(RenderTarget, RenderStates)","u":"draw(org.jsfml.graphics.RenderTarget,org.jsfml.graphics.RenderStates)"},{"p":"com.rubynaxela.kyanite.game.entities","c":"HitBox","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.rubynaxela.kyanite.util","c":"Pair","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.rubynaxela.kyanite.window.event","c":"ResizeEvent","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"com.rubynaxela.kyanite.window.event","c":"FocusListener","l":"focusGained()"},{"p":"com.rubynaxela.kyanite.window.event","c":"FocusListener","l":"focusLost()"},{"p":"com.rubynaxela.kyanite.game.gui","c":"Font","l":"Font(FontFace, int)","u":"%3Cinit%3E(com.rubynaxela.kyanite.game.assets.FontFace,int)"},{"p":"com.rubynaxela.kyanite.game.gui","c":"Font","l":"Font(FontFace, int, int)","u":"%3Cinit%3E(com.rubynaxela.kyanite.game.assets.FontFace,int,int)"},{"p":"com.rubynaxela.kyanite.game.assets","c":"FontFace","l":"FontFace(File)","u":"%3Cinit%3E(java.io.File)"},{"p":"com.rubynaxela.kyanite.game.assets","c":"FontFace","l":"FontFace(Path)","u":"%3Cinit%3E(java.nio.file.Path)"},{"p":"com.rubynaxela.kyanite.game.assets","c":"FontFace","l":"FontFace(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.rubynaxela.kyanite.game.entities","c":"HitBox","l":"from(FloatRect)","u":"from(org.jsfml.graphics.FloatRect)"},{"p":"com.rubynaxela.kyanite.game.assets","c":"AssetsBundle","l":"get(String)","u":"get(java.lang.String)"},{"p":"com.rubynaxela.kyanite.game.gui","c":"Text","l":"getAlignment()"},{"p":"com.rubynaxela.kyanite.game","c":"GameContext","l":"getAssetsBundle()"},{"p":"com.rubynaxela.kyanite.game","c":"GameContext","l":"getClock()"},{"p":"com.rubynaxela.kyanite.system","c":"Clock","l":"getDeltaTime()"},{"p":"com.rubynaxela.kyanite.game.gui","c":"Font","l":"getFontFace()"},{"p":"com.rubynaxela.kyanite.game.entities","c":"CompoundEntity","l":"getGlobalBounds()"},{"p":"com.rubynaxela.kyanite.game","c":"GameContext","l":"getInstance()"},{"p":"com.rubynaxela.kyanite.game.entities","c":"CompoundEntity","l":"getInverseTransform()"},{"p":"org.jsfml.graphics","c":"Text","l":"getInverseTransform()"},{"p":"com.rubynaxela.kyanite.game.entities","c":"CompoundEntity","l":"getOrigin()"},{"p":"org.jsfml.graphics","c":"Text","l":"getOrigin()"},{"p":"com.rubynaxela.kyanite.game.entities","c":"CompoundEntity","l":"getPosition()"},{"p":"org.jsfml.graphics","c":"Text","l":"getPosition()"},{"p":"com.rubynaxela.kyanite.game.entities","c":"CompoundEntity","l":"getRotation()"},{"p":"org.jsfml.graphics","c":"Text","l":"getRotation()"},{"p":"com.rubynaxela.kyanite.game.entities","c":"CompoundEntity","l":"getScale()"},{"p":"org.jsfml.graphics","c":"Text","l":"getScale()"},{"p":"com.rubynaxela.kyanite.window","c":"Window","l":"getScene()"},{"p":"com.rubynaxela.kyanite.game.gui","c":"Font","l":"getSize()"},{"p":"com.rubynaxela.kyanite.game.gui","c":"Font","l":"getStyle()"},{"p":"com.rubynaxela.kyanite.system","c":"Clock","l":"getTime()"},{"p":"com.rubynaxela.kyanite.game.entities","c":"CompoundEntity","l":"getTransform()"},{"p":"org.jsfml.graphics","c":"Text","l":"getTransform()"},{"p":"com.rubynaxela.kyanite.game","c":"GameContext","l":"getWindow()"},{"p":"com.rubynaxela.kyanite.game.entities","c":"HitBox","l":"hashCode()"},{"p":"com.rubynaxela.kyanite.util","c":"Pair","l":"hashCode()"},{"p":"com.rubynaxela.kyanite.window.event","c":"ResizeEvent","l":"hashCode()"},{"p":"com.rubynaxela.kyanite.game.entities","c":"HitBox","l":"HitBox(float, float, float, float)","u":"%3Cinit%3E(float,float,float,float)"},{"p":"com.rubynaxela.kyanite.window","c":"Scene","l":"isInitialized()"},{"p":"com.rubynaxela.kyanite.game.assets","c":"Texture","l":"isSmooth()"},{"p":"com.rubynaxela.kyanite.game.assets","c":"Texture","l":"isTileable()"},{"p":"com.rubynaxela.kyanite.window.event","c":"JoystickButtonListener","l":"joystickButtonPressed(JoystickButtonEvent)","u":"joystickButtonPressed(org.jsfml.window.event.JoystickButtonEvent)"},{"p":"com.rubynaxela.kyanite.window.event","c":"JoystickButtonListener","l":"joystickButtonReleased(JoystickButtonEvent)","u":"joystickButtonReleased(org.jsfml.window.event.JoystickButtonEvent)"},{"p":"com.rubynaxela.kyanite.window.event","c":"JoystickConnectionListener","l":"joystickConnected(JoystickEvent)","u":"joystickConnected(org.jsfml.window.event.JoystickEvent)"},{"p":"com.rubynaxela.kyanite.window.event","c":"JoystickConnectionListener","l":"joystickDisconnected(JoystickEvent)","u":"joystickDisconnected(org.jsfml.window.event.JoystickEvent)"},{"p":"com.rubynaxela.kyanite.window.event","c":"JoystickListener","l":"joystickMoved(JoystickMoveEvent)","u":"joystickMoved(org.jsfml.window.event.JoystickMoveEvent)"},{"p":"com.rubynaxela.kyanite.window.event","c":"KeyListener","l":"keyPressed(KeyEvent)","u":"keyPressed(org.jsfml.window.event.KeyEvent)"},{"p":"com.rubynaxela.kyanite.window.event","c":"KeyListener","l":"keyReleased(KeyEvent)","u":"keyReleased(org.jsfml.window.event.KeyEvent)"},{"p":"com.rubynaxela.kyanite.game.entities","c":"HitBox","l":"left()"},{"p":"com.rubynaxela.kyanite.util","c":"MathUtils","l":"max(T, T)","u":"max(T,T)"},{"p":"com.rubynaxela.kyanite.window","c":"Window","l":"maximize()"},{"p":"com.rubynaxela.kyanite.util","c":"MathUtils","l":"min(T, T)","u":"min(T,T)"},{"p":"com.rubynaxela.kyanite.window.event","c":"MouseButtonListener","l":"mouseButtonPressed(MouseButtonEvent)","u":"mouseButtonPressed(org.jsfml.window.event.MouseButtonEvent)"},{"p":"com.rubynaxela.kyanite.window.event","c":"MouseButtonListener","l":"mouseButtonReleased(MouseButtonEvent)","u":"mouseButtonReleased(org.jsfml.window.event.MouseButtonEvent)"},{"p":"com.rubynaxela.kyanite.window.event","c":"MouseListener","l":"mouseEntered(MouseEvent)","u":"mouseEntered(org.jsfml.window.event.MouseEvent)"},{"p":"com.rubynaxela.kyanite.window.event","c":"MouseListener","l":"mouseLeft(MouseEvent)","u":"mouseLeft(org.jsfml.window.event.MouseEvent)"},{"p":"com.rubynaxela.kyanite.window.event","c":"MouseListener","l":"mouseMoved(MouseEvent)","u":"mouseMoved(org.jsfml.window.event.MouseEvent)"},{"p":"com.rubynaxela.kyanite.window.event","c":"MouseWheelListener","l":"mouseWheelMoved(MouseWheelEvent)","u":"mouseWheelMoved(org.jsfml.window.event.MouseWheelEvent)"},{"p":"com.rubynaxela.kyanite.game.entities","c":"CompoundEntity","l":"move(float, float)","u":"move(float,float)"},{"p":"org.jsfml.graphics","c":"Text","l":"move(float, float)","u":"move(float,float)"},{"p":"com.rubynaxela.kyanite.game.entities","c":"CompoundEntity","l":"move(Vector2f)","u":"move(org.jsfml.system.Vector2f)"},{"p":"org.jsfml.graphics","c":"Text","l":"move(Vector2f)","u":"move(org.jsfml.system.Vector2f)"},{"p":"com.rubynaxela.kyanite.window.event","c":"ResizeEvent","l":"newSize()"},{"p":"com.rubynaxela.kyanite.util","c":"Pair","l":"Pair(T1, T2)","u":"%3Cinit%3E(T1,T2)"},{"p":"com.rubynaxela.kyanite.game.assets","c":"Sound","l":"pause()"},{"p":"com.rubynaxela.kyanite.game.assets","c":"Sound","l":"play()"},{"p":"com.rubynaxela.kyanite.game.assets","c":"AssetsBundle","l":"register(String, T)","u":"register(java.lang.String,T)"},{"p":"com.rubynaxela.kyanite.window.event","c":"ResizeListener","l":"resized(ResizeEvent)","u":"resized(com.rubynaxela.kyanite.window.event.ResizeEvent)"},{"p":"com.rubynaxela.kyanite.window.event","c":"ResizeEvent","l":"ResizeEvent(Vector2i)","u":"%3Cinit%3E(org.jsfml.system.Vector2i)"},{"p":"com.rubynaxela.kyanite.system","c":"Clock","l":"restart()"},{"p":"com.rubynaxela.kyanite.system","c":"FirstThreadTool","l":"restartIfNecessary(String[])","u":"restartIfNecessary(java.lang.String[])"},{"p":"com.rubynaxela.kyanite.game.entities","c":"HitBox","l":"right()"},{"p":"com.rubynaxela.kyanite.game.entities","c":"CompoundEntity","l":"rotate(float)"},{"p":"org.jsfml.graphics","c":"Text","l":"rotate(float)"},{"p":"com.rubynaxela.kyanite.game.entities","c":"CompoundEntity","l":"scale(float, float)","u":"scale(float,float)"},{"p":"org.jsfml.graphics","c":"Text","l":"scale(float, float)","u":"scale(float,float)"},{"p":"com.rubynaxela.kyanite.game.entities","c":"CompoundEntity","l":"scale(Vector2f)","u":"scale(org.jsfml.system.Vector2f)"},{"p":"org.jsfml.graphics","c":"Text","l":"scale(Vector2f)","u":"scale(org.jsfml.system.Vector2f)"},{"p":"com.rubynaxela.kyanite.window","c":"Scene","l":"Scene()","u":"%3Cinit%3E()"},{"p":"com.rubynaxela.kyanite.game.gui","c":"Text","l":"setAlignment(Text.Alignment)","u":"setAlignment(com.rubynaxela.kyanite.game.gui.Text.Alignment)"},{"p":"com.rubynaxela.kyanite.window","c":"Window","l":"setBackgroundColor(Color)","u":"setBackgroundColor(org.jsfml.graphics.Color)"},{"p":"com.rubynaxela.kyanite.window","c":"Window","l":"setCloseListener(CloseListener)","u":"setCloseListener(com.rubynaxela.kyanite.window.event.CloseListener)"},{"p":"com.rubynaxela.kyanite.window","c":"Window","l":"setFocusListener(FocusListener)","u":"setFocusListener(com.rubynaxela.kyanite.window.event.FocusListener)"},{"p":"com.rubynaxela.kyanite.game.gui","c":"Text","l":"setFont(Font)","u":"setFont(com.rubynaxela.kyanite.game.gui.Font)"},{"p":"com.rubynaxela.kyanite.window","c":"Window","l":"setJoystickButtonListener(JoystickButtonListener)","u":"setJoystickButtonListener(com.rubynaxela.kyanite.window.event.JoystickButtonListener)"},{"p":"com.rubynaxela.kyanite.window","c":"Window","l":"setJoystickConnectionListener(JoystickConnectionListener)","u":"setJoystickConnectionListener(com.rubynaxela.kyanite.window.event.JoystickConnectionListener)"},{"p":"com.rubynaxela.kyanite.window","c":"Window","l":"setJoystickListener(JoystickListener)","u":"setJoystickListener(com.rubynaxela.kyanite.window.event.JoystickListener)"},{"p":"com.rubynaxela.kyanite.window","c":"Window","l":"setKeyListener(KeyListener)","u":"setKeyListener(com.rubynaxela.kyanite.window.event.KeyListener)"},{"p":"com.rubynaxela.kyanite.window","c":"Scene","l":"setLoop(Runnable)","u":"setLoop(java.lang.Runnable)"},{"p":"com.rubynaxela.kyanite.game.assets","c":"Sound","l":"setLooping(boolean)"},{"p":"com.rubynaxela.kyanite.window","c":"Window","l":"setMouseButtonListener(MouseButtonListener)","u":"setMouseButtonListener(com.rubynaxela.kyanite.window.event.MouseButtonListener)"},{"p":"com.rubynaxela.kyanite.window","c":"Window","l":"setMouseListener(MouseListener)","u":"setMouseListener(com.rubynaxela.kyanite.window.event.MouseListener)"},{"p":"com.rubynaxela.kyanite.window","c":"Window","l":"setMouseWheelListener(MouseWheelListener)","u":"setMouseWheelListener(com.rubynaxela.kyanite.window.event.MouseWheelListener)"},{"p":"com.rubynaxela.kyanite.game.entities","c":"CompoundEntity","l":"setOrigin(float, float)","u":"setOrigin(float,float)"},{"p":"org.jsfml.graphics","c":"Text","l":"setOrigin(float, float)","u":"setOrigin(float,float)"},{"p":"com.rubynaxela.kyanite.game.entities","c":"CompoundEntity","l":"setOrigin(Vector2f)","u":"setOrigin(org.jsfml.system.Vector2f)"},{"p":"com.rubynaxela.kyanite.game.entities","c":"CompoundEntity","l":"setPosition(float, float)","u":"setPosition(float,float)"},{"p":"org.jsfml.graphics","c":"Text","l":"setPosition(float, float)","u":"setPosition(float,float)"},{"p":"com.rubynaxela.kyanite.game.entities","c":"CompoundEntity","l":"setPosition(Vector2f)","u":"setPosition(org.jsfml.system.Vector2f)"},{"p":"com.rubynaxela.kyanite.window","c":"Window","l":"setResizeListener(ResizeListener)","u":"setResizeListener(com.rubynaxela.kyanite.window.event.ResizeListener)"},{"p":"com.rubynaxela.kyanite.game.entities","c":"CompoundEntity","l":"setRotation(float)"},{"p":"com.rubynaxela.kyanite.game.entities","c":"CompoundEntity","l":"setScale(float, float)","u":"setScale(float,float)"},{"p":"org.jsfml.graphics","c":"Text","l":"setScale(float, float)","u":"setScale(float,float)"},{"p":"com.rubynaxela.kyanite.game.entities","c":"CompoundEntity","l":"setScale(Vector2f)","u":"setScale(org.jsfml.system.Vector2f)"},{"p":"com.rubynaxela.kyanite.window","c":"Window","l":"setScene(Scene)","u":"setScene(com.rubynaxela.kyanite.window.Scene)"},{"p":"com.rubynaxela.kyanite.window","c":"Window","l":"setSize(int, int)","u":"setSize(int,int)"},{"p":"com.rubynaxela.kyanite.window","c":"Window","l":"setSize(Vector2i)","u":"setSize(org.jsfml.system.Vector2i)"},{"p":"com.rubynaxela.kyanite.game.assets","c":"Sound","l":"setSkip(Time)","u":"setSkip(org.jsfml.system.Time)"},{"p":"com.rubynaxela.kyanite.game.assets","c":"Texture","l":"setSmooth(boolean)"},{"p":"com.rubynaxela.kyanite.game.gui","c":"Text","l":"setString(String)","u":"setString(java.lang.String)"},{"p":"com.rubynaxela.kyanite.game.gui","c":"Text","l":"setText(String)","u":"setText(java.lang.String)"},{"p":"com.rubynaxela.kyanite.window","c":"Window","l":"setTextListener(TextListener)","u":"setTextListener(com.rubynaxela.kyanite.window.event.TextListener)"},{"p":"com.rubynaxela.kyanite.game.assets","c":"Texture","l":"setTileable(boolean)"},{"p":"com.rubynaxela.kyanite.game.assets","c":"Sound","l":"Sound(File)","u":"%3Cinit%3E(java.io.File)"},{"p":"com.rubynaxela.kyanite.game.assets","c":"Sound","l":"Sound(Path)","u":"%3Cinit%3E(java.nio.file.Path)"},{"p":"com.rubynaxela.kyanite.game.assets","c":"Sound","l":"Sound(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.rubynaxela.kyanite.system","c":"Clock","l":"start()"},{"p":"com.rubynaxela.kyanite.game","c":"GameContext","l":"startGame()"},{"p":"com.rubynaxela.kyanite.window","c":"Window","l":"startLoop(GameContext)","u":"startLoop(com.rubynaxela.kyanite.game.GameContext)"},{"p":"com.rubynaxela.kyanite.game.assets","c":"Sound","l":"stop()"},{"p":"com.rubynaxela.kyanite.game.gui","c":"Text","l":"Text()","u":"%3Cinit%3E()"},{"p":"com.rubynaxela.kyanite.game.gui","c":"Text","l":"Text(Font)","u":"%3Cinit%3E(com.rubynaxela.kyanite.game.gui.Font)"},{"p":"com.rubynaxela.kyanite.game.gui","c":"Text","l":"Text(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.rubynaxela.kyanite.game.gui","c":"Text","l":"Text(String, Font)","u":"%3Cinit%3E(java.lang.String,com.rubynaxela.kyanite.game.gui.Font)"},{"p":"com.rubynaxela.kyanite.window.event","c":"TextListener","l":"textEntered(TextEvent)","u":"textEntered(org.jsfml.window.event.TextEvent)"},{"p":"com.rubynaxela.kyanite.game.assets","c":"Texture","l":"Texture(File)","u":"%3Cinit%3E(java.io.File)"},{"p":"com.rubynaxela.kyanite.game.assets","c":"Texture","l":"Texture(Path)","u":"%3Cinit%3E(java.nio.file.Path)"},{"p":"com.rubynaxela.kyanite.game.assets","c":"Texture","l":"Texture(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"com.rubynaxela.kyanite.game.entities","c":"HitBox","l":"toFloatRect()"},{"p":"com.rubynaxela.kyanite.game.gui","c":"Text.Alignment","l":"TOP_CENTER"},{"p":"com.rubynaxela.kyanite.game.gui","c":"Text.Alignment","l":"TOP_LEFT"},{"p":"com.rubynaxela.kyanite.game.gui","c":"Text.Alignment","l":"TOP_RIGHT"},{"p":"com.rubynaxela.kyanite.game.entities","c":"HitBox","l":"top()"},{"p":"com.rubynaxela.kyanite.game.entities","c":"HitBox","l":"toString()"},{"p":"com.rubynaxela.kyanite.util","c":"Pair","l":"toString()"},{"p":"com.rubynaxela.kyanite.window.event","c":"ResizeEvent","l":"toString()"},{"p":"com.rubynaxela.kyanite.util","c":"Pair","l":"value1()"},{"p":"com.rubynaxela.kyanite.util","c":"Pair","l":"value2()"},{"p":"com.rubynaxela.kyanite.game.gui","c":"Text.Alignment","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.rubynaxela.kyanite.game.gui","c":"Text.Alignment","l":"values()"},{"p":"com.rubynaxela.kyanite.window","c":"Window","l":"Window()","u":"%3Cinit%3E()"},{"p":"com.rubynaxela.kyanite.window","c":"Window","l":"Window(VideoMode, String)","u":"%3Cinit%3E(org.jsfml.window.VideoMode,java.lang.String)"},{"p":"com.rubynaxela.kyanite.window","c":"Window","l":"Window(VideoMode, String, int)","u":"%3Cinit%3E(org.jsfml.window.VideoMode,java.lang.String,int)"},{"p":"com.rubynaxela.kyanite.window","c":"Window","l":"Window(VideoMode, String, int, ContextSettings)","u":"%3Cinit%3E(org.jsfml.window.VideoMode,java.lang.String,int,org.jsfml.window.ContextSettings)"}];updateSearchResults(); \ No newline at end of file diff --git a/doc/module-search-index.js b/doc/module-search-index.js new file mode 100644 index 00000000..0d59754f --- /dev/null +++ b/doc/module-search-index.js @@ -0,0 +1 @@ +moduleSearchIndex = [];updateSearchResults(); \ No newline at end of file diff --git a/doc/overview-summary.html b/doc/overview-summary.html new file mode 100644 index 00000000..4a19f460 --- /dev/null +++ b/doc/overview-summary.html @@ -0,0 +1,26 @@ + + + + +Generated Documentation (Untitled) + + + + + + + + + + + +
+ +

index.html

+
+ + diff --git a/doc/overview-tree.html b/doc/overview-tree.html new file mode 100644 index 00000000..39aa393d --- /dev/null +++ b/doc/overview-tree.html @@ -0,0 +1,167 @@ + + + + +Class Hierarchy + + + + + + + + + + + + + + + +
+ +
+
+ +
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • java.util.AbstractCollection<E> (implements java.util.Collection<E>) + +
    • +
    • com.rubynaxela.kyanite.game.assets.AssetsBundle
    • +
    • com.rubynaxela.kyanite.system.Clock
    • +
    • com.rubynaxela.kyanite.game.entities.CompoundEntity (implements org.jsfml.graphics.Drawable, org.jsfml.graphics.Transformable)
    • +
    • com.rubynaxela.kyanite.system.FirstThreadTool
    • +
    • com.rubynaxela.kyanite.game.gui.Font
    • +
    • com.rubynaxela.kyanite.game.assets.FontFace (implements com.rubynaxela.kyanite.game.assets.Asset)
    • +
    • com.rubynaxela.kyanite.game.GameContext
    • +
    • com.rubynaxela.kyanite.util.MathUtils
    • +
    • java.lang.Record +
        +
      • com.rubynaxela.kyanite.game.entities.HitBox
      • +
      • com.rubynaxela.kyanite.util.Pair<T1,T2>
      • +
      • com.rubynaxela.kyanite.window.event.ResizeEvent
      • +
      +
    • +
    • org.jsfml.internal.SFMLNativeObject +
        +
      • org.jsfml.graphics.Text (implements org.jsfml.graphics.Drawable, org.jsfml.graphics.TextStyle) +
          +
        • com.rubynaxela.kyanite.game.gui.Text
        • +
        +
      • +
      • org.jsfml.window.Window (implements org.jsfml.window.WindowStyle) +
          +
        • org.jsfml.graphics.RenderWindow (implements org.jsfml.graphics.RenderTarget) +
            +
          • com.rubynaxela.kyanite.window.Window
          • +
          +
        • +
        +
      • +
      +
    • +
    • com.rubynaxela.kyanite.game.assets.Sound (implements com.rubynaxela.kyanite.game.assets.Asset)
    • +
    • com.rubynaxela.kyanite.game.assets.Texture (implements com.rubynaxela.kyanite.game.assets.Asset)
    • +
    +
  • +
+
+
+

Interface Hierarchy

+ +
+
+

Annotation Interface Hierarchy

+
    +
  • com.rubynaxela.kyanite.system.AssetId (implements java.lang.annotation.Annotation)
  • +
+
+
+

Enum Class Hierarchy

+ +
+
+
+
+ + diff --git a/doc/package-search-index.js b/doc/package-search-index.js new file mode 100644 index 00000000..bb92456b --- /dev/null +++ b/doc/package-search-index.js @@ -0,0 +1 @@ +packageSearchIndex = [{"l":"All Packages","u":"allpackages-index.html"},{"l":"com.rubynaxela.kyanite.game"},{"l":"com.rubynaxela.kyanite.game.assets"},{"l":"com.rubynaxela.kyanite.game.entities"},{"l":"com.rubynaxela.kyanite.game.gui"},{"l":"com.rubynaxela.kyanite.system"},{"l":"com.rubynaxela.kyanite.util"},{"l":"com.rubynaxela.kyanite.window"},{"l":"com.rubynaxela.kyanite.window.event"}];updateSearchResults(); \ No newline at end of file diff --git a/doc/resources/glass.png b/doc/resources/glass.png new file mode 100644 index 0000000000000000000000000000000000000000..a7f591f467a1c0c949bbc510156a0c1afb860a6e GIT binary patch literal 499 zcmVJoRsvExf%rEN>jUL}qZ_~k#FbE+Q;{`;0FZwVNX2n-^JoI; zP;4#$8DIy*Yk-P>VN(DUKmPse7mx+ExD4O|;?E5D0Z5($mjO3`*anwQU^s{ZDK#Lz zj>~{qyaIx5K!t%=G&2IJNzg!ChRpyLkO7}Ry!QaotAHAMpbB3AF(}|_f!G-oI|uK6 z`id_dumai5K%C3Y$;tKS_iqMPHg<*|-@e`liWLAggVM!zAP#@l;=c>S03;{#04Z~5 zN_+ss=Yg6*hTr59mzMwZ@+l~q!+?ft!fF66AXT#wWavHt30bZWFCK%!BNk}LN?0Hg z1VF_nfs`Lm^DjYZ1(1uD0u4CSIr)XAaqW6IT{!St5~1{i=i}zAy76p%_|w8rh@@c0Axr!ns=D-X+|*sY6!@wacG9%)Qn*O zl0sa739kT-&_?#oVxXF6tOnqTD)cZ}2vi$`ZU8RLAlo8=_z#*P3xI~i!lEh+Pdu-L zx{d*wgjtXbnGX_Yf@Tc7Q3YhLhPvc8noGJs2DA~1DySiA&6V{5JzFt ojAY1KXm~va;tU{v7C?Xj0BHw!K;2aXV*mgE07*qoM6N<$f;4TDA^-pY literal 0 HcmV?d00001 diff --git a/doc/script-dir/images/ui-bg_glass_55_fbf9ee_1x400.png b/doc/script-dir/images/ui-bg_glass_55_fbf9ee_1x400.png new file mode 100644 index 0000000000000000000000000000000000000000..34abd18f32d3a55a297fdcf93409bd033ae573e7 GIT binary patch literal 335 zcmeAS@N?(olHy`uVBq!ia0vp^j6gI&fCnc6a#?2AmP!?*K(O3p^r= zfwTu0yPeFo12TF&T^vI^j=w#x$i?I+((tf;UXnmgbH|3oY>pC!)f}(GR!16S-u+#{ ze6YEqRkW=8vGl=5qArKM<9}TC-}iEvB{zdaTcX5$wyRTK&ALRXUCGx5b?-VBQkUm|IuXOmYJrBRJgj{Vx zMbNnqUkncy+qa2-mWYc>swkcIuvGK#>(0d)B7)5f`@$Ei28nH~0h*~=;u=wsl30>z zm0Xkxq!^403@vmGjdTsnLJUl-Obo4zO|=aStPBhe<(7X!(U6;;l9^VCTf=69^L{`L N44$rjF6*2UngDu&PXPb` literal 0 HcmV?d00001 diff --git a/doc/script-dir/images/ui-bg_glass_75_e6e6e6_1x400.png b/doc/script-dir/images/ui-bg_glass_75_e6e6e6_1x400.png new file mode 100644 index 0000000000000000000000000000000000000000..a90afb8bf8028404d206114965669b023dcb85ea GIT binary patch literal 262 zcmeAS@N?(olHy`uVBq!ia0vp^j6gI&0LWmFTHNUZq?nSt-Ch3w7g=q17Rci)@Q5r1 z(jH*!b~4)z#PD=+46!(!TrvH)L6@80)r*_cdCvDr%)6ghVL16=s@mbz7H!uRdGeDa z?kzLg)16i!f8fKx84s0>4hES%`s&m5HI1v5B^Uft7(lid2moiiX_$l+3hB+!{pPkNg5^ OVDNPHb6Mw<&;$T*0!_~V literal 0 HcmV?d00001 diff --git a/doc/script-dir/images/ui-bg_glass_95_fef1ec_1x400.png b/doc/script-dir/images/ui-bg_glass_95_fef1ec_1x400.png new file mode 100644 index 0000000000000000000000000000000000000000..dbe091f6dc036fc1dc11b005738e951e27a43f7a GIT binary patch literal 332 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�_j6WK+Gj+xJRxVvl#lh7y-4uY);t)n47k4ot z9YsU`HVk7fg4;r{;)FHk7ZHyZJ+W|$aKwj=g&_$VCVFn5%XzSA`|z}+4ItZ|`hB}R z>h-6Be`d>nmv8;kQHJg!HMr^cCGG=T5;3HhZ_JRq0_4a3TsY7Pz{V+}z>;!R^U4*c zJ>wRI59B-)92Vi?b&EWvH(`<(G5A?W)z>EuDMG@VENAb7aHa`I#tKw{0uUc3(#J8& z*_S%A_ZxCIY385{%qN-b1K)TWmCjUA4nWKx_ZnKLSvEf0($&_0@DS~ zN8JOXJXXcaFm^OCYrz(R7N5DQkXKGnnt}yzfw^8s%=A?7hxza;ylJ;XQ&XtC`pM%b z6$5Ff0{(ALcSlTKvIbr@mR`0Z)*iM`2EfO|E5OMk$jQsE!^mat*drqV literal 0 HcmV?d00001 diff --git a/doc/script-dir/images/ui-icons_2e83ff_256x240.png b/doc/script-dir/images/ui-icons_2e83ff_256x240.png new file mode 100644 index 0000000000000000000000000000000000000000..1f5f49756ca64bd20a1048bd7a3a584457d4bf00 GIT binary patch literal 4549 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 literal 0 HcmV?d00001 diff --git a/doc/script-dir/images/ui-icons_888888_256x240.png b/doc/script-dir/images/ui-icons_888888_256x240.png new file mode 100644 index 0000000000000000000000000000000000000000..ee5e33f27235d1b5cf0259f63f3894a6be33c679 GIT binary patch literal 6999 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 literal 0 HcmV?d00001 diff --git a/doc/script-dir/images/ui-icons_cd0a0a_256x240.png b/doc/script-dir/images/ui-icons_cd0a0a_256x240.png new file mode 100644 index 0000000000000000000000000000000000000000..7e8ebc180a2d2a74739059799407b8b7b57a9092 GIT binary patch literal 4549 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 Mq_Ix57W&cu0AIB!=l}o! literal 0 HcmV?d00001 diff --git a/doc/script-dir/jquery-3.5.1.min.js b/doc/script-dir/jquery-3.5.1.min.js new file mode 100644 index 00000000..b0614034 --- /dev/null +++ b/doc/script-dir/jquery-3.5.1.min.js @@ -0,0 +1,2 @@ +/*! jQuery v3.5.1 | (c) JS Foundation and other contributors | jquery.org/license */ +!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],r=Object.getPrototypeOf,s=t.slice,g=t.flat?function(e){return t.flat.call(e)}:function(e){return t.concat.apply([],e)},u=t.push,i=t.indexOf,n={},o=n.toString,v=n.hasOwnProperty,a=v.toString,l=a.call(Object),y={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},x=function(e){return null!=e&&e===e.window},E=C.document,c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.5.1",S=function(e,t){return new S.fn.init(e,t)};function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp(F),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(p.childNodes),p.childNodes),t[p.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&y(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!N[t+" "]&&(!v||!v.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&(U.test(t)||z.test(t))){(f=ee.test(t)&&ye(e.parentNode)||e)===e&&d.scope||((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=S)),o=(l=h(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+xe(l[o]);c=l.join(",")}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){N(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return g(t.replace($,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[S]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ve(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ye(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e.namespaceURI,n=(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:p;return r!=C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),p!=C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.scope=ce(function(e){return a.appendChild(e).appendChild(C.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=S,!C.getElementsByName||!C.getElementsByName(S).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],v=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){var t;a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+S+"-]").length||v.push("~="),(t=C.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||v.push("\\["+M+"*name"+M+"*="+M+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+S+"+*").length||v.push(".#.+[+~]"),e.querySelectorAll("\\\f"),v.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",F)}),v=v.length&&new RegExp(v.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),y=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},D=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e==C||e.ownerDocument==p&&y(p,e)?-1:t==C||t.ownerDocument==p&&y(p,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==C?-1:t==C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]==p?-1:s[r]==p?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(T(e),d.matchesSelector&&E&&!N[t+" "]&&(!s||!s.test(t))&&(!v||!v.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){N(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=m[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&m(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function D(e,n,r){return m(n)?S.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?S.grep(e,function(e){return e===n!==r}):"string"!=typeof n?S.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(S.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||j,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:q.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof S?t[0]:t,S.merge(this,S.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),N.test(r[1])&&S.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(S):S.makeArray(e,this)}).prototype=S.fn,j=S(E);var L=/^(?:parents|prev(?:Until|All))/,H={children:!0,contents:!0,next:!0,prev:!0};function O(e,t){while((e=e[t])&&1!==e.nodeType);return e}S.fn.extend({has:function(e){var t=S(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i;ce=E.createDocumentFragment().appendChild(E.createElement("div")),(fe=E.createElement("input")).setAttribute("type","radio"),fe.setAttribute("checked","checked"),fe.setAttribute("name","t"),ce.appendChild(fe),y.checkClone=ce.cloneNode(!0).cloneNode(!0).lastChild.checked,ce.innerHTML="",y.noCloneChecked=!!ce.cloneNode(!0).lastChild.defaultValue,ce.innerHTML="",y.option=!!ce.lastChild;var ge={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function ve(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?S.merge([e],n):n}function ye(e,t){for(var n=0,r=e.length;n",""]);var me=/<|&#?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function qe(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&S(e).children("tbody")[0]||e}function Le(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function He(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Oe(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(i in Y.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var Ut,Xt=[],Vt=/(=)\?(?=&|$)|\?\?/;S.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Xt.pop()||S.expando+"_"+Ct.guid++;return this[e]=!0,e}}),S.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Vt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Vt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Vt,"$1"+r):!1!==e.jsonp&&(e.url+=(Et.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||S.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?S(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Xt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),y.createHTMLDocument=((Ut=E.implementation.createHTMLDocument("").body).innerHTML="
",2===Ut.childNodes.length),S.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(y.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=N.exec(e))?[t.createElement(i[1])]:(i=xe([e],t,o),o&&o.length&&S(o).remove(),S.merge([],i.childNodes)));var r,i,o},S.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(S.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},S.expr.pseudos.animated=function(t){return S.grep(S.timers,function(e){return t===e.elem}).length},S.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=S.css(e,"position"),c=S(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=S.css(e,"top"),u=S.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,S.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):("number"==typeof f.top&&(f.top+="px"),"number"==typeof f.left&&(f.left+="px"),c.css(f))}},S.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){S.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===S.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===S.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=S(e).offset()).top+=S.css(e,"borderTopWidth",!0),i.left+=S.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-S.css(r,"marginTop",!0),left:t.left-i.left-S.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===S.css(e,"position"))e=e.offsetParent;return e||re})}}),S.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;S.fn[t]=function(e){return $(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),S.each(["top","left"],function(e,n){S.cssHooks[n]=$e(y.pixelPosition,function(e,t){if(t)return t=Be(e,n),Me.test(t)?S(e).position()[n]+"px":t})}),S.each({Height:"height",Width:"width"},function(a,s){S.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){S.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return $(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?S.css(e,t,i):S.style(e,t,n,i)},s,n?e:void 0,n)}})}),S.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){S.fn[t]=function(e){return this.on(t,e)}}),S.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),S.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){S.fn[n]=function(e,t){return 0a;a++)for(s in o[a])n=o[a][s],o[a].hasOwnProperty(s)&&void 0!==n&&(e[s]=t.isPlainObject(n)?t.isPlainObject(e[s])?t.widget.extend({},e[s],n):t.widget.extend({},n):n);return e},t.widget.bridge=function(e,s){var n=s.prototype.widgetFullName||e;t.fn[e]=function(o){var a="string"==typeof o,r=i.call(arguments,1),l=this;return a?this.length||"instance"!==o?this.each(function(){var i,s=t.data(this,n);return"instance"===o?(l=s,!1):s?t.isFunction(s[o])&&"_"!==o.charAt(0)?(i=s[o].apply(s,r),i!==s&&void 0!==i?(l=i&&i.jquery?l.pushStack(i.get()):i,!1):void 0):t.error("no such method '"+o+"' for "+e+" widget instance"):t.error("cannot call methods on "+e+" prior to initialization; "+"attempted to call method '"+o+"'")}):l=void 0:(r.length&&(o=t.widget.extend.apply(null,[o].concat(r))),this.each(function(){var e=t.data(this,n);e?(e.option(o||{}),e._init&&e._init()):t.data(this,n,new s(o,this))})),l}},t.Widget=function(){},t.Widget._childConstructors=[],t.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",defaultElement:"
",options:{classes:{},disabled:!1,create:null},_createWidget:function(i,s){s=t(s||this.defaultElement||this)[0],this.element=t(s),this.uuid=e++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=t(),this.hoverable=t(),this.focusable=t(),this.classesElementLookup={},s!==this&&(t.data(s,this.widgetFullName,this),this._on(!0,this.element,{remove:function(t){t.target===s&&this.destroy()}}),this.document=t(s.style?s.ownerDocument:s.document||s),this.window=t(this.document[0].defaultView||this.document[0].parentWindow)),this.options=t.widget.extend({},this.options,this._getCreateOptions(),i),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:t.noop,_create:t.noop,_init:t.noop,destroy:function(){var e=this;this._destroy(),t.each(this.classesElementLookup,function(t,i){e._removeClass(i,t)}),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:t.noop,widget:function(){return this.element},option:function(e,i){var s,n,o,a=e;if(0===arguments.length)return t.widget.extend({},this.options);if("string"==typeof e)if(a={},s=e.split("."),e=s.shift(),s.length){for(n=a[e]=t.widget.extend({},this.options[e]),o=0;s.length-1>o;o++)n[s[o]]=n[s[o]]||{},n=n[s[o]];if(e=s.pop(),1===arguments.length)return void 0===n[e]?null:n[e];n[e]=i}else{if(1===arguments.length)return void 0===this.options[e]?null:this.options[e];a[e]=i}return this._setOptions(a),this},_setOptions:function(t){var e;for(e in t)this._setOption(e,t[e]);return this},_setOption:function(t,e){return"classes"===t&&this._setOptionClasses(e),this.options[t]=e,"disabled"===t&&this._setOptionDisabled(e),this},_setOptionClasses:function(e){var i,s,n;for(i in e)n=this.classesElementLookup[i],e[i]!==this.options.classes[i]&&n&&n.length&&(s=t(n.get()),this._removeClass(n,i),s.addClass(this._classes({element:s,keys:i,classes:e,add:!0})))},_setOptionDisabled:function(t){this._toggleClass(this.widget(),this.widgetFullName+"-disabled",null,!!t),t&&(this._removeClass(this.hoverable,null,"ui-state-hover"),this._removeClass(this.focusable,null,"ui-state-focus"))},enable:function(){return this._setOptions({disabled:!1})},disable:function(){return this._setOptions({disabled:!0})},_classes:function(e){function i(i,o){var a,r;for(r=0;i.length>r;r++)a=n.classesElementLookup[i[r]]||t(),a=e.add?t(t.unique(a.get().concat(e.element.get()))):t(a.not(e.element).get()),n.classesElementLookup[i[r]]=a,s.push(i[r]),o&&e.classes[i[r]]&&s.push(e.classes[i[r]])}var s=[],n=this;return e=t.extend({element:this.element,classes:this.options.classes||{}},e),this._on(e.element,{remove:"_untrackClassesElement"}),e.keys&&i(e.keys.match(/\S+/g)||[],!0),e.extra&&i(e.extra.match(/\S+/g)||[]),s.join(" ")},_untrackClassesElement:function(e){var i=this;t.each(i.classesElementLookup,function(s,n){-1!==t.inArray(e.target,n)&&(i.classesElementLookup[s]=t(n.not(e.target).get()))})},_removeClass:function(t,e,i){return this._toggleClass(t,e,i,!1)},_addClass:function(t,e,i){return this._toggleClass(t,e,i,!0)},_toggleClass:function(t,e,i,s){s="boolean"==typeof s?s:i;var n="string"==typeof t||null===t,o={extra:n?e:i,keys:n?t:e,element:n?this.element:t,add:s};return o.element.toggleClass(this._classes(o),s),this},_on:function(e,i,s){var n,o=this;"boolean"!=typeof e&&(s=i,i=e,e=!1),s?(i=n=t(i),this.bindings=this.bindings.add(i)):(s=i,i=this.element,n=this.widget()),t.each(s,function(s,a){function r(){return e||o.options.disabled!==!0&&!t(this).hasClass("ui-state-disabled")?("string"==typeof a?o[a]:a).apply(o,arguments):void 0}"string"!=typeof a&&(r.guid=a.guid=a.guid||r.guid||t.guid++);var l=s.match(/^([\w:-]*)\s*(.*)$/),h=l[1]+o.eventNamespace,c=l[2];c?n.on(h,c,r):i.on(h,r)})},_off:function(e,i){i=(i||"").split(" ").join(this.eventNamespace+" ")+this.eventNamespace,e.off(i).off(i),this.bindings=t(this.bindings.not(e).get()),this.focusable=t(this.focusable.not(e).get()),this.hoverable=t(this.hoverable.not(e).get())},_delay:function(t,e){function i(){return("string"==typeof t?s[t]:t).apply(s,arguments)}var s=this;return setTimeout(i,e||0)},_hoverable:function(e){this.hoverable=this.hoverable.add(e),this._on(e,{mouseenter:function(e){this._addClass(t(e.currentTarget),null,"ui-state-hover")},mouseleave:function(e){this._removeClass(t(e.currentTarget),null,"ui-state-hover")}})},_focusable:function(e){this.focusable=this.focusable.add(e),this._on(e,{focusin:function(e){this._addClass(t(e.currentTarget),null,"ui-state-focus")},focusout:function(e){this._removeClass(t(e.currentTarget),null,"ui-state-focus")}})},_trigger:function(e,i,s){var n,o,a=this.options[e];if(s=s||{},i=t.Event(i),i.type=(e===this.widgetEventPrefix?e:this.widgetEventPrefix+e).toLowerCase(),i.target=this.element[0],o=i.originalEvent)for(n in o)n in i||(i[n]=o[n]);return this.element.trigger(i,s),!(t.isFunction(a)&&a.apply(this.element[0],[i].concat(s))===!1||i.isDefaultPrevented())}},t.each({show:"fadeIn",hide:"fadeOut"},function(e,i){t.Widget.prototype["_"+e]=function(s,n,o){"string"==typeof n&&(n={effect:n});var a,r=n?n===!0||"number"==typeof n?i:n.effect||i:e;n=n||{},"number"==typeof n&&(n={duration:n}),a=!t.isEmptyObject(n),n.complete=o,n.delay&&s.delay(n.delay),a&&t.effects&&t.effects.effect[r]?s[e](n):r!==e&&s[r]?s[r](n.duration,n.easing,o):s.queue(function(i){t(this)[e](),o&&o.call(s[0]),i()})}}),t.widget,function(){function e(t,e,i){return[parseFloat(t[0])*(u.test(t[0])?e/100:1),parseFloat(t[1])*(u.test(t[1])?i/100:1)]}function i(e,i){return parseInt(t.css(e,i),10)||0}function s(e){var i=e[0];return 9===i.nodeType?{width:e.width(),height:e.height(),offset:{top:0,left:0}}:t.isWindow(i)?{width:e.width(),height:e.height(),offset:{top:e.scrollTop(),left:e.scrollLeft()}}:i.preventDefault?{width:0,height:0,offset:{top:i.pageY,left:i.pageX}}:{width:e.outerWidth(),height:e.outerHeight(),offset:e.offset()}}var n,o=Math.max,a=Math.abs,r=/left|center|right/,l=/top|center|bottom/,h=/[\+\-]\d+(\.[\d]+)?%?/,c=/^\w+/,u=/%$/,d=t.fn.position;t.position={scrollbarWidth:function(){if(void 0!==n)return n;var e,i,s=t("
"),o=s.children()[0];return t("body").append(s),e=o.offsetWidth,s.css("overflow","scroll"),i=o.offsetWidth,e===i&&(i=s[0].clientWidth),s.remove(),n=e-i},getScrollInfo:function(e){var i=e.isWindow||e.isDocument?"":e.element.css("overflow-x"),s=e.isWindow||e.isDocument?"":e.element.css("overflow-y"),n="scroll"===i||"auto"===i&&e.widthi?"left":e>0?"right":"center",vertical:0>r?"top":s>0?"bottom":"middle"};h>p&&p>a(e+i)&&(u.horizontal="center"),c>f&&f>a(s+r)&&(u.vertical="middle"),u.important=o(a(e),a(i))>o(a(s),a(r))?"horizontal":"vertical",n.using.call(this,t,u)}),l.offset(t.extend(D,{using:r}))})},t.ui.position={fit:{left:function(t,e){var i,s=e.within,n=s.isWindow?s.scrollLeft:s.offset.left,a=s.width,r=t.left-e.collisionPosition.marginLeft,l=n-r,h=r+e.collisionWidth-a-n;e.collisionWidth>a?l>0&&0>=h?(i=t.left+l+e.collisionWidth-a-n,t.left+=l-i):t.left=h>0&&0>=l?n:l>h?n+a-e.collisionWidth:n:l>0?t.left+=l:h>0?t.left-=h:t.left=o(t.left-r,t.left)},top:function(t,e){var i,s=e.within,n=s.isWindow?s.scrollTop:s.offset.top,a=e.within.height,r=t.top-e.collisionPosition.marginTop,l=n-r,h=r+e.collisionHeight-a-n;e.collisionHeight>a?l>0&&0>=h?(i=t.top+l+e.collisionHeight-a-n,t.top+=l-i):t.top=h>0&&0>=l?n:l>h?n+a-e.collisionHeight:n:l>0?t.top+=l:h>0?t.top-=h:t.top=o(t.top-r,t.top)}},flip:{left:function(t,e){var i,s,n=e.within,o=n.offset.left+n.scrollLeft,r=n.width,l=n.isWindow?n.scrollLeft:n.offset.left,h=t.left-e.collisionPosition.marginLeft,c=h-l,u=h+e.collisionWidth-r-l,d="left"===e.my[0]?-e.elemWidth:"right"===e.my[0]?e.elemWidth:0,p="left"===e.at[0]?e.targetWidth:"right"===e.at[0]?-e.targetWidth:0,f=-2*e.offset[0];0>c?(i=t.left+d+p+f+e.collisionWidth-r-o,(0>i||a(c)>i)&&(t.left+=d+p+f)):u>0&&(s=t.left-e.collisionPosition.marginLeft+d+p+f-l,(s>0||u>a(s))&&(t.left+=d+p+f))},top:function(t,e){var i,s,n=e.within,o=n.offset.top+n.scrollTop,r=n.height,l=n.isWindow?n.scrollTop:n.offset.top,h=t.top-e.collisionPosition.marginTop,c=h-l,u=h+e.collisionHeight-r-l,d="top"===e.my[1],p=d?-e.elemHeight:"bottom"===e.my[1]?e.elemHeight:0,f="top"===e.at[1]?e.targetHeight:"bottom"===e.at[1]?-e.targetHeight:0,g=-2*e.offset[1];0>c?(s=t.top+p+f+g+e.collisionHeight-r-o,(0>s||a(c)>s)&&(t.top+=p+f+g)):u>0&&(i=t.top-e.collisionPosition.marginTop+p+f+g-l,(i>0||u>a(i))&&(t.top+=p+f+g))}},flipfit:{left:function(){t.ui.position.flip.left.apply(this,arguments),t.ui.position.fit.left.apply(this,arguments)},top:function(){t.ui.position.flip.top.apply(this,arguments),t.ui.position.fit.top.apply(this,arguments)}}}}(),t.ui.position,t.ui.keyCode={BACKSPACE:8,COMMA:188,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SPACE:32,TAB:9,UP:38},t.fn.extend({uniqueId:function(){var t=0;return function(){return this.each(function(){this.id||(this.id="ui-id-"+ ++t)})}}(),removeUniqueId:function(){return this.each(function(){/^ui-id-\d+$/.test(this.id)&&t(this).removeAttr("id")})}}),t.ui.safeActiveElement=function(t){var e;try{e=t.activeElement}catch(i){e=t.body}return e||(e=t.body),e.nodeName||(e=t.body),e},t.widget("ui.menu",{version:"1.12.1",defaultElement:"