fenfire-commits
[Top][All Lists]
Advanced

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

[ff-cvs] fenfire/org/fenfire/view VobWrapperFunction.java


From: Matti Katila
Subject: [ff-cvs] fenfire/org/fenfire/view VobWrapperFunction.java
Date: Wed, 27 Aug 2003 07:14:41 -0400

CVSROOT:        /cvsroot/fenfire
Module name:    fenfire
Branch:         
Changes by:     Matti Katila <address@hidden>   03/08/27 07:14:41

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

Log message:
        redoc

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

Patches:
Index: fenfire/org/fenfire/view/VobWrapperFunction.java
diff -u fenfire/org/fenfire/view/VobWrapperFunction.java:1.2 
fenfire/org/fenfire/view/VobWrapperFunction.java:1.3
--- fenfire/org/fenfire/view/VobWrapperFunction.java:1.2        Wed Aug 27 
02:07:49 2003
+++ fenfire/org/fenfire/view/VobWrapperFunction.java    Wed Aug 27 07:14:41 2003
@@ -5,12 +5,10 @@
 import org.nongnu.libvob.*;
 import org.nongnu.libvob.vobs.*;
 
-/** This node function places a vob. It needs another 
- * nodefunction which returns Placeable object to get the size and 
- * this size is used to construct ortho coordinate system, where
- * the vob is placed. Placeable object is also placed and that
- * makes a wrapper function of this by wrapping a vob and a placeable 
- * object together.
+/** This is a node function. Function returns Placeable object.
+ * The return Placeable consist of Placeable returned 
+ * by the inner function and a Vob of a same size.
+ * 
  * @see Placeable
  */
 public class VobWrapperFunction implements NodeFunction {




reply via email to

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