home *** CD-ROM | disk | FTP | other *** search
- package sun.awt.windows;
-
- import sun.java2d.loops.GraphicsPrimitive;
- import sun.java2d.loops.GraphicsPrimitives;
-
- public class TextRenderingGDI implements GraphicsPrimitives {
- static final int[] ST_GDI = new int[]{0};
- static final int[] lockFlags = new int[]{5};
-
- public final GraphicsPrimitive[] getPrimitives() {
- GraphicsPrimitive[] var1 = new GraphicsPrimitive[]{new DrawCharsGDI(), new DrawStringGDI(), new DrawBytesGDI(), new DrawGlyphVectorGDI()};
- return var1;
- }
- }
-