/[gzz]/gzz/lava/gzz/potion/Type.java
ViewVC logotype

Diff of /gzz/lava/gzz/potion/Type.java

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

revision 1.3 by benja, Tue Dec 3 01:01:58 2002 UTC revision 1.4 by benja, Wed Jan 1 22:46:50 2003 UTC
# Line 25  import gzz.*; Line 25  import gzz.*;
25  import java.util.*;  import java.util.*;
26  import gzz.vob.linebreaking.HChain;  import gzz.vob.linebreaking.HChain;
27    
28  public interface Type{  public interface Type {
29            
30      Object readCell(Cell c, Map context);      FunctionExpression readCell(Cell c, Map context);
31      Object readDir(int win, int axis, int dir, Map context);      FunctionExpression readDir(int win, int axis, int dir, Map context);
32      String getQuestionString();      String getQuestionString();
33      void renderQuestion(HChain into);      void renderQuestion(HChain into);
34  }  }

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

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