diff options
author | Kenneth Russel <[email protected]> | 2007-02-11 03:22:14 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2007-02-11 03:22:14 +0000 |
commit | 0938d444f29da26f659f3ce00f6fca1ae710348b (patch) | |
tree | d9180e193664e8bdabab371a1c24f989c93c66b6 /src | |
parent | 2330ed8aafa2e100b7f0f1642b6b3101924f6cbb (diff) |
Javadoc fix
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@1127 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'src')
-rwxr-xr-x | src/classes/com/sun/opengl/util/j2d/TextRenderer.java | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/classes/com/sun/opengl/util/j2d/TextRenderer.java b/src/classes/com/sun/opengl/util/j2d/TextRenderer.java index d5afc3d82..3528773b3 100755 --- a/src/classes/com/sun/opengl/util/j2d/TextRenderer.java +++ b/src/classes/com/sun/opengl/util/j2d/TextRenderer.java @@ -301,8 +301,9 @@ public class TextRenderer { one, where each component ranges from 0.0f - 1.0f. The alpha component, if used, does not need to be premultiplied into the color channels as described in the documentation for {@link - Texture Texture}, although premultiplied colors are used - internally. The default color is opaque white. + com.sun.opengl.util.texture.Texture Texture}, although + premultiplied colors are used internally. The default color is + opaque white. @param r the red component of the new color @param g the green component of the new color |