home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &… the Search for Life CD 3 / 0_CD-ROM.iso / install / jre1_3 / lib / rt.jar / sun / awt / windows / TextRenderingGDI.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  664 b   |  15 lines

  1. package sun.awt.windows;
  2.  
  3. import sun.java2d.loops.GraphicsPrimitive;
  4. import sun.java2d.loops.GraphicsPrimitives;
  5.  
  6. public class TextRenderingGDI implements GraphicsPrimitives {
  7.    static final int[] ST_GDI = new int[]{0};
  8.    static final int[] lockFlags = new int[]{5};
  9.  
  10.    public final GraphicsPrimitive[] getPrimitives() {
  11.       GraphicsPrimitive[] var1 = new GraphicsPrimitive[]{new DrawCharsGDI(), new DrawStringGDI(), new DrawBytesGDI(), new DrawGlyphVectorGDI()};
  12.       return var1;
  13.    }
  14. }
  15.