IntegerGraphicsState$ScreenCoupledImage.h 822 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_awt_j2d_IntegerGraphicsState$ScreenCoupledImage__
  3. #define __gnu_awt_j2d_IntegerGraphicsState$ScreenCoupledImage__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. extern "Java"
  7. {
  8. namespace gnu
  9. {
  10. namespace awt
  11. {
  12. namespace j2d
  13. {
  14. class IntegerGraphicsState$ScreenCoupledImage;
  15. }
  16. }
  17. }
  18. namespace java
  19. {
  20. namespace awt
  21. {
  22. class GraphicsConfiguration;
  23. }
  24. }
  25. }
  26. class gnu::awt::j2d::IntegerGraphicsState$ScreenCoupledImage : public ::java::lang::Object
  27. {
  28. public:
  29. virtual ::java::awt::GraphicsConfiguration * getGraphicsConfiguration() = 0;
  30. static ::java::lang::Class class$;
  31. } __attribute__ ((java_interface));
  32. #endif // __gnu_awt_j2d_IntegerGraphicsState$ScreenCoupledImage__