/[classpath]/classpath/gnu/java/awt/peer/qt/QtGraphics.java
ViewVC logotype

Diff of /classpath/gnu/java/awt/peer/qt/QtGraphics.java

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

revision 1.1 by smarothy, Thu Aug 11 17:06:48 2005 UTC revision 1.2 by smarothy, Tue Aug 16 23:22:09 2005 UTC
# Line 143  public abstract class QtGraphics extends Line 143  public abstract class QtGraphics extends
143    }    }
144    
145    public synchronized native void delete();    public synchronized native void delete();
146    public synchronized native void dispose();  
147      public void dispose()
148      {
149      }
150    
151    // ********************** etc *******************************    // ********************** etc *******************************
152    
# Line 179  public abstract class QtGraphics extends Line 182  public abstract class QtGraphics extends
182    private native void setFontNative(QtFontPeer font);    private native void setFontNative(QtFontPeer font);
183    private native QPainterPath getClipNative();    private native QPainterPath getClipNative();
184    
185    private void setAlpha(double alpha)    void setAlpha(double alpha)
186    {    {
187      currentAlpha = alpha;      currentAlpha = alpha;
188      setAlphaNative(currentAlpha);      setAlphaNative(currentAlpha);

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

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