aboutsummaryrefslogtreecommitdiffstats
path: root/ardor3d-core/src/main/java
diff options
context:
space:
mode:
authorJulien Gouesse <[email protected]>2016-03-20 16:38:22 +0100
committerJulien Gouesse <[email protected]>2016-03-20 16:38:22 +0100
commit57d2277a4dba4125c2ea888dfdc8efabb41e0e79 (patch)
treef2e160beb554fe027d5dc92a9d758e7cf7a3d9e3 /ardor3d-core/src/main/java
parent435bc8704e41eafb6425ed817426c5ac0dfd18e3 (diff)
Minor javadoc fixes
Diffstat (limited to 'ardor3d-core/src/main/java')
-rw-r--r--ardor3d-core/src/main/java/com/ardor3d/util/stat/graph/AbstractStatGrapher.java13
1 files changed, 10 insertions, 3 deletions
diff --git a/ardor3d-core/src/main/java/com/ardor3d/util/stat/graph/AbstractStatGrapher.java b/ardor3d-core/src/main/java/com/ardor3d/util/stat/graph/AbstractStatGrapher.java
index 10dc3b9..9b9d3d6 100644
--- a/ardor3d-core/src/main/java/com/ardor3d/util/stat/graph/AbstractStatGrapher.java
+++ b/ardor3d-core/src/main/java/com/ardor3d/util/stat/graph/AbstractStatGrapher.java
@@ -3,7 +3,7 @@
*
* This file is part of Ardor3D.
*
- * Ardor3D is free software: you can redistribute it and/or modify it
+ * Ardor3D is free software: you can redistribute it and/or modify it
* under the terms of its license which may be found in the accompanying
* LICENSE file or at <http://www.ardor3d.com/LICENSE>.
*/
@@ -37,8 +37,15 @@ public abstract class AbstractStatGrapher implements StatListener {
/**
* Must be constructed in the GL thread.
- *
- * @param factory
+ *
+ * @param width
+ * width
+ * @param height
+ * height
+ * @param renderer
+ * GL renderer
+ * @param caps
+ * context capabilities
*/
public AbstractStatGrapher(final int width, final int height, final Renderer renderer,
final ContextCapabilities caps) {