/[fenfire]/fenfire/org/fenfire/view/TextState.java
ViewVC logotype

Diff of /fenfire/org/fenfire/view/TextState.java

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

revision 1.2 by mudyc, Wed Apr 23 19:34:20 2003 UTC revision 1.3 by mudyc, Wed Apr 23 20:24:57 2003 UTC
# Line 1  Line 1 
1  //(c): Matti J.Katila  //(c): Matti J.Katila
2    
3  package org.fenfire.view;  package org.fenfire.view;
4    import org.nongnu.libvob.TextStyle;
5  import java.awt.*;  import java.awt.*;
6    
7  public interface TextState {  public interface TextState {
# Line 9  public interface TextState { Line 10  public interface TextState {
10      Color getColor();      Color getColor();
11    
12      // font      // font
13      float getFontSize();      float getScale();
14      void setFontSize(float size);      void setScale(float fontScale);
15      //void setFont(Style style);  
16      //Style getFont();      void setStyle(TextStyle style);
17        TextStyle getStyle();
18  }  }

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