OSDN Git Service

[added] Author javadocs and Matthias' license header.
authornathan.sweet <nathan.sweet@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Sun, 24 Oct 2010 07:52:53 +0000 (07:52 +0000)
committernathan.sweet <nathan.sweet@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Sun, 24 Oct 2010 07:52:53 +0000 (07:52 +0000)
extensions/twl/gdx-twl/src/com/badlogic/gdx/twl/renderer/GdxCacheContext.java
extensions/twl/gdx-twl/src/com/badlogic/gdx/twl/renderer/GdxFont.java
extensions/twl/gdx-twl/src/com/badlogic/gdx/twl/renderer/GdxImage.java
extensions/twl/gdx-twl/src/com/badlogic/gdx/twl/renderer/GdxTexture.java
extensions/twl/gdx-twl/src/com/badlogic/gdx/twl/renderer/TwlInputListener.java
extensions/twl/gdx-twl/src/com/badlogic/gdx/twl/renderer/TwlRenderer.java

index b9d98ae..1cd74df 100644 (file)
@@ -1,24 +1,3 @@
-/*
- * Copyright (c) 2008-2010, Matthias Mann
- * 
- * All rights reserved.
- * 
- * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
- * conditions are met:
- * 
- * * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
- * * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following
- * disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Matthias Mann nor
- * the names of its contributors may be used to endorse or promote products derived from this software without specific prior
- * written permission.
- * 
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
- * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
- * SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
- * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
 
 package com.badlogic.gdx.twl.renderer;
 
@@ -35,6 +14,9 @@ import com.badlogic.gdx.graphics.BitmapFont;
 
 import de.matthiasmann.twl.renderer.CacheContext;
 
+/**
+ * @author Nathan Sweet <misc@n4te.com>
+ */
 class GdxCacheContext implements CacheContext {
        final TwlRenderer renderer;
        private final HashMap<String, GdxTexture> textures = new HashMap();
index 7ef9641..20599f0 100644 (file)
@@ -41,6 +41,7 @@ import de.matthiasmann.twl.utils.StateExpression;
 
 /**
  * @author Nathan Sweet <misc@n4te.com>
+ * @author Matthias Mann
  */
 class GdxFont implements Font {
        final TwlRenderer renderer;
index 0bf64d6..fbed7c0 100644 (file)
@@ -1,3 +1,24 @@
+/*\r
+ * Copyright (c) 2008-2010, Matthias Mann\r
+ * \r
+ * All rights reserved.\r
+ * \r
+ * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following\r
+ * conditions are met:\r
+ * \r
+ * * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\r
+ * * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following\r
+ * disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Matthias Mann nor\r
+ * the names of its contributors may be used to endorse or promote products derived from this software without specific prior\r
+ * written permission.\r
+ * \r
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,\r
+ * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT\r
+ * SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS\r
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\r
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\r
+ */\r
 \r
 package com.badlogic.gdx.twl.renderer;\r
 \r
@@ -9,6 +30,10 @@ import de.matthiasmann.twl.renderer.AnimationState;
 import de.matthiasmann.twl.renderer.Image;\r
 import de.matthiasmann.twl.renderer.SupportsDrawRepeat;\r
 \r
+/**\r
+ * @author Nathan Sweet <misc@n4te.com>\r
+ * @author Matthias Mann\r
+ */\r
 class GdxImage implements Image, SupportsDrawRepeat {\r
        private final TwlRenderer renderer;\r
        private final Sprite sprite;\r
index a20e422..5e0dce2 100644 (file)
@@ -33,6 +33,9 @@ import de.matthiasmann.twl.renderer.MouseCursor;
 import de.matthiasmann.twl.renderer.Resource;
 import de.matthiasmann.twl.renderer.Texture;
 
+/**
+ * @author Nathan Sweet <misc@n4te.com>
+ */
 class GdxTexture implements Texture, Resource {
        private final TwlRenderer renderer;
        private final com.badlogic.gdx.graphics.Texture texture;
index 5889c8f..72c8028 100644 (file)
@@ -6,6 +6,9 @@ import com.badlogic.gdx.RenderListener;
 \r
 import de.matthiasmann.twl.GUI;\r
 \r
+/**\r
+ * @author Nathan Sweet <misc@n4te.com>\r
+ */\r
 public class TwlInputListener implements InputListener {\r
        private final GUI gui;\r
 \r
index 7652169..100c847 100644 (file)
@@ -1,3 +1,24 @@
+/*\r
+ * Copyright (c) 2008-2010, Matthias Mann\r
+ * \r
+ * All rights reserved.\r
+ * \r
+ * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following\r
+ * conditions are met:\r
+ * \r
+ * * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\r
+ * * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following\r
+ * disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Matthias Mann nor\r
+ * the names of its contributors may be used to endorse or promote products derived from this software without specific prior\r
+ * written permission.\r
+ * \r
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,\r
+ * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT\r
+ * SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS\r
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\r
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\r
+ */\r
 \r
 package com.badlogic.gdx.twl.renderer;\r
 \r
@@ -29,6 +50,10 @@ import de.matthiasmann.twl.renderer.Renderer;
 import de.matthiasmann.twl.renderer.Texture;\r
 import de.matthiasmann.twl.theme.ThemeManager;\r
 \r
+/**\r
+ * @author Nathan Sweet <misc@n4te.com>\r
+ * @author Matthias Mann\r
+ */\r
 public class TwlRenderer implements Renderer {\r
        private int mouseX, mouseY;\r
        private GdxCacheContext cacheContext;\r