mirror of git://gcc.gnu.org/git/gcc.git
				
				
				
			
		
			
				
	
	
		
			44 lines
		
	
	
		
			1000 B
		
	
	
	
		
			C++
		
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			1000 B
		
	
	
	
		
			C++
		
	
	
	
| 
 | |
| // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 | |
| 
 | |
| #ifndef __java_awt_font_TextLayout$Run__
 | |
| #define __java_awt_font_TextLayout$Run__
 | |
| 
 | |
| #pragma interface
 | |
| 
 | |
| #include <java/lang/Object.h>
 | |
| extern "Java"
 | |
| {
 | |
|   namespace java
 | |
|   {
 | |
|     namespace awt
 | |
|     {
 | |
|         class Font;
 | |
|       namespace font
 | |
|       {
 | |
|           class GlyphVector;
 | |
|           class TextLayout;
 | |
|           class TextLayout$Run;
 | |
|       }
 | |
|     }
 | |
|   }
 | |
| }
 | |
| 
 | |
| class java::awt::font::TextLayout$Run : public ::java::lang::Object
 | |
| {
 | |
| 
 | |
| public: // actually package-private
 | |
|   TextLayout$Run(::java::awt::font::TextLayout *, ::java::awt::font::GlyphVector *, ::java::awt::Font *, jint, jint);
 | |
|   virtual jboolean isLeftToRight();
 | |
|   ::java::awt::font::GlyphVector * __attribute__((aligned(__alignof__( ::java::lang::Object)))) glyphVector;
 | |
|   ::java::awt::Font * font;
 | |
|   jint runStart;
 | |
|   jint runEnd;
 | |
|   jfloat location;
 | |
|   ::java::awt::font::TextLayout * this$0;
 | |
| public:
 | |
|   static ::java::lang::Class class$;
 | |
| };
 | |
| 
 | |
| #endif // __java_awt_font_TextLayout$Run__
 |