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 / java2d / loops / CustomComponent.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  658 b   |  11 lines

  1. package sun.java2d.loops;
  2.  
  3. public final class CustomComponent implements GraphicsPrimitives {
  4.    static int[] ST_CUSTOM__CUSTOM = new int[]{0, 0};
  5.  
  6.    public final GraphicsPrimitive[] getPrimitives() {
  7.       GraphicsPrimitive[] var1 = new GraphicsPrimitive[]{new GraphicsPrimitiveProxy(this, "OpaqueCopyAny", ST_CUSTOM__CUSTOM, OpaqueBlit.getMethodSignature())};
  8.       return var1;
  9.    }
  10. }
  11.