gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] fenfire/org/fenfire/view View2D.java


From: Benja Fallenstein
Subject: [Gzz-commits] fenfire/org/fenfire/view View2D.java
Date: Thu, 24 Apr 2003 14:07:28 -0400

CVSROOT:        /cvsroot/fenfire
Module name:    fenfire
Changes by:     Benja Fallenstein <address@hidden>      03/04/24 14:07:28

Modified files:
        org/fenfire/view: View2D.java 

Log message:
        give ref for getSize() javadoc

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/org/fenfire/view/View2D.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: fenfire/org/fenfire/view/View2D.java
diff -u fenfire/org/fenfire/view/View2D.java:1.2 
fenfire/org/fenfire/view/View2D.java:1.3
--- fenfire/org/fenfire/view/View2D.java:1.2    Thu Apr 24 14:01:56 2003
+++ fenfire/org/fenfire/view/View2D.java        Thu Apr 24 14:07:28 2003
@@ -4,9 +4,17 @@
 import org.nongnu.libvob.VobScene;
 
 /** A view defined as a region of a 2D plane.
+ *  Examples: A PP canvas; an image; a PDF article;
+ *  an HTML file rendered into a 2D plane.
  */
 public abstract class View2D {
     /** Render this view.
+     *  The view is a rectangular area of the whole 2D plane.
+     *  (For PP canvases, which are infinitely large, we
+     *  could never render the whole plane.)
+     *  <p>
+     *  
+     *  
      * There are several coordinate systems here, due to the situation; let's
      * clarify.
      * Notate screen coordinates by x, 
@@ -39,7 +47,8 @@
                        );
 
     /** Get the size of this plane.
-     * If the plane is infinite, wh[0] &lt; 1 shall obtain.
+     * If the plane is infinite, wh[0] &lt; 1 shall 
+     * <a 
href="http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=obtain";>obtain</a>.
      * Default implementation: infinite.
      */
     public void getSize(Object plane, float[] wh) {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]