/[libvob]/libvob/org/nongnu/libvob/vobs/OvalBgVob.java
ViewVC logotype

Diff of /libvob/org/nongnu/libvob/vobs/OvalBgVob.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by humppake, Wed Mar 26 12:39:26 2003 UTC revision 1.3 by tjl, Tue Apr 8 20:25:02 2003 UTC
# Line 41  import java.lang.Math; Line 41  import java.lang.Math;
41   * Draws a filled (possibly with several colors) background circle,   * Draws a filled (possibly with several colors) background circle,
42   * surrounded by a circle of the current foreground color.   * surrounded by a circle of the current foreground color.
43   */   */
44  public class OvalBgVob extends Vob {  public class OvalBgVob extends AbstractVob {
45  public static final String rcsid = "$Id$";  public static final String rcsid = "$Id$";
46      public static boolean dbg = false;      public static boolean dbg = false;
47      private static final void p(String s) { if(dbg) System.out.println(s); }      private static final void p(String s) { if(dbg) System.out.println(s); }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26