You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by je...@apache.org on 2010/05/30 16:58:34 UTC

svn commit: r949524 - /xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/java2d/ps/PSGraphics2D.java

Author: jeremias
Date: Sun May 30 14:58:33 2010
New Revision: 949524

URL: http://svn.apache.org/viewvc?rev=949524&view=rev
Log:
Slightly improved Javadocs.

Modified:
    xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/java2d/ps/PSGraphics2D.java

Modified: xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/java2d/ps/PSGraphics2D.java
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/java2d/ps/PSGraphics2D.java?rev=949524&r1=949523&r2=949524&view=diff
==============================================================================
--- xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/java2d/ps/PSGraphics2D.java (original)
+++ xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/java2d/ps/PSGraphics2D.java Sun May 30 14:58:33 2010
@@ -450,10 +450,10 @@ public class PSGraphics2D extends Abstra
     }
 
     /**
-     * Determinates if a shape is included into a clipping region
+     * Determines if a shape interacts with a clipping region.
      * @param clip Shape defining the clipping region
      * @param s Shape to be drawn
-     * @return a boolean
+     * @return true if code for a clipping region needs to be generated.
      */
     public boolean shouldBeClipped(Shape clip, Shape s) {
         if (clip == null || s == null) {



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org