You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@netbeans.apache.org by GitBox <gi...@apache.org> on 2017/12/01 08:29:17 UTC

[GitHub] sdedic commented on a change in pull request #308: Support for lazy object creation in Visual Library

sdedic commented on a change in pull request #308: Support for lazy object creation in Visual Library
URL: https://github.com/apache/incubator-netbeans/pull/308#discussion_r154289503
 
 

 ##########
 File path: api.visual/src/org/netbeans/api/visual/widget/Scene.java
 ##########
 @@ -592,6 +593,26 @@ public final Rectangle convertSceneToView (Rectangle sceneRectangle) {
                 (double) sceneRectangle.height * zoomFactor));
     }
 
+    /**
+     * Converts a rectangle in the view coordination system into the scene one. It is just the opposite to 
+     * {@link #convertSceneToView(java.awt.Rectangle)}.
+     * @param viewRect the rectangle, in view coordinates
+     * @return the same rectangle, in scene coordinates
+     * @since 2.48
 
 Review comment:
   Typo; will fix, thanks

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services