/[fenfire]/fenfire/org/fenfire/fenmm/MMTextCursor.java
ViewVC logotype

Diff of /fenfire/org/fenfire/fenmm/MMTextCursor.java

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

revision 1.2 by humppake, Sun Aug 24 09:19:57 2003 UTC revision 1.3 by humppake, Mon Aug 25 14:20:03 2003 UTC
# Line 9  package org.fenfire.fenmm; Line 9  package org.fenfire.fenmm;
9    
10  import org.nongnu.libvob.VobScene;  import org.nongnu.libvob.VobScene;
11  import org.nongnu.libvob.TextStyle;  import org.nongnu.libvob.TextStyle;
12  import org.nongnu.libvob.vobs.LineVob;  import org.nongnu.libvob.vobs.ContinuousLineVob;
13  import org.fenfire.swamp.MultiplexerNodeFunction;  import org.fenfire.swamp.MultiplexerNodeFunction;
14    
15  import org.nongnu.libvob.lava.placeable.TextPlaceable;  import org.nongnu.libvob.lava.placeable.TextPlaceable;
# Line 164  public class MMTextCursor { Line 164  public class MMTextCursor {
164                                        nodeXY[1] + cursorXY[1],                                        nodeXY[1] + cursorXY[1],
165                                        1, -style.getHeight(scale));                                        1, -style.getHeight(scale));
166          }          }
167          vs.put(new LineVob(0,0,0,1, color), cursorCS);  
168            float points[] = {0,0,0,0,1,0};
169            vs.put(new ContinuousLineVob(2f, points, false, 100, color), cursorCS);
170      }      }
171    
172      private int getLength() throws NotYetRenderedException {      private int getLength() throws NotYetRenderedException {

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