From dce77f00239074d33bb7dca4009e45ba87141093 Mon Sep 17 00:00:00 2001 From: Rami Santina Date: Sun, 5 Jun 2011 22:05:38 +0300 Subject: Graph: updated inclass documentations --- src/jogl/classes/com/jogamp/graph/curve/opengl/GLRegion.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/jogl/classes/com/jogamp/graph/curve/opengl/GLRegion.java') diff --git a/src/jogl/classes/com/jogamp/graph/curve/opengl/GLRegion.java b/src/jogl/classes/com/jogamp/graph/curve/opengl/GLRegion.java index c6165b6b3..749c7ef65 100755 --- a/src/jogl/classes/com/jogamp/graph/curve/opengl/GLRegion.java +++ b/src/jogl/classes/com/jogamp/graph/curve/opengl/GLRegion.java @@ -39,15 +39,15 @@ import com.jogamp.graph.geom.Triangle; import com.jogamp.graph.geom.Vertex; import jogamp.graph.curve.opengl.RegionFactory; -/** A Region is the OGL binding of one or more OutlineShapes +/** A GLRegion is the OGL binding of one or more OutlineShapes * Defined by its vertices and generated triangles. The Region * defines the final shape of the OutlineShape(s), which shall produced a shaded * region on the screen. * - * Implementations of the Region shall take care of the OGL + * Implementations of the GLRegion shall take care of the OGL * binding of the depending on its context, profile. * - * @see RegionFactory, OutlineShape + * @see Region, RegionFactory, OutlineShape */ public abstract class GLRegion extends Region { -- cgit v1.2.3