StyleContext$SimpleFontSpec.h 893 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __javax_swing_text_StyleContext$SimpleFontSpec__
  3. #define __javax_swing_text_StyleContext$SimpleFontSpec__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. extern "Java"
  7. {
  8. namespace javax
  9. {
  10. namespace swing
  11. {
  12. namespace text
  13. {
  14. class StyleContext$SimpleFontSpec;
  15. }
  16. }
  17. }
  18. }
  19. class javax::swing::text::StyleContext$SimpleFontSpec : public ::java::lang::Object
  20. {
  21. public:
  22. StyleContext$SimpleFontSpec(::java::lang::String *, jint, jint);
  23. virtual jboolean equals(::java::lang::Object *);
  24. virtual jint hashCode();
  25. public: // actually package-private
  26. ::java::lang::String * __attribute__((aligned(__alignof__( ::java::lang::Object)))) family;
  27. jint style;
  28. jint size;
  29. public:
  30. static ::java::lang::Class class$;
  31. };
  32. #endif // __javax_swing_text_StyleContext$SimpleFontSpec__