GraphicsConfigTemplate.h 970 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __java_awt_GraphicsConfigTemplate__
  3. #define __java_awt_GraphicsConfigTemplate__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. #include <gcj/array.h>
  7. extern "Java"
  8. {
  9. namespace java
  10. {
  11. namespace awt
  12. {
  13. class GraphicsConfigTemplate;
  14. class GraphicsConfiguration;
  15. }
  16. }
  17. }
  18. class java::awt::GraphicsConfigTemplate : public ::java::lang::Object
  19. {
  20. public:
  21. GraphicsConfigTemplate();
  22. virtual ::java::awt::GraphicsConfiguration * getBestConfiguration(JArray< ::java::awt::GraphicsConfiguration * > *) = 0;
  23. virtual jboolean isGraphicsConfigSupported(::java::awt::GraphicsConfiguration *) = 0;
  24. private:
  25. static const jlong serialVersionUID = -8061369279557787079LL;
  26. public:
  27. static const jint REQUIRED = 1;
  28. static const jint PREFERRED = 2;
  29. static const jint UNNECESSARY = 3;
  30. static ::java::lang::Class class$;
  31. };
  32. #endif // __java_awt_GraphicsConfigTemplate__