/[fenfire]/fenfire/org/fenfire/util/PaperMillFunction.java
ViewVC logotype

Diff of /fenfire/org/fenfire/util/PaperMillFunction.java

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

revision 1.2 by tjl, Sat Oct 18 06:06:31 2003 UTC revision 1.3 by tjl, Fri Oct 31 12:30:35 2003 UTC
# Line 38  public class PaperMillFunction implement Line 38  public class PaperMillFunction implement
38      private boolean useOptimized;      private boolean useOptimized;
39      private PaperMill paperMill;      private PaperMill paperMill;
40    
41      static public Functional.Hints functionalHints;      static public Functional.Hints functionalHints =
42      static {          (new Functional.HintsMaker())
43          Functional.HintsMaker hintsMaker = new Functional.HintsMaker();              .setHint(Functional.HINT_BGGROUP, "OPENGL")
44          hintsMaker.setBackgroundGroup("OPENGL");              .setHint(Functional.HINT_PLACEHOLDER, null)
45          hintsMaker.setPlaceholder(              .make();
                 SpecialPapers.solidPaper(java.awt.Color.white));  
     }  
46    
47      public PaperMillFunction(PaperMill paperMill, boolean useOptimized) {      public PaperMillFunction(PaperMill paperMill, boolean useOptimized) {
48          this.paperMill = paperMill;          this.paperMill = paperMill;

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