summaryrefslogtreecommitdiff
path: root/libjava/java/awt/font/ShapeGraphicAttribute.h
blob: fd8d1be57ea38b42c1fd206ce636527d31009f78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __java_awt_font_ShapeGraphicAttribute__
#define __java_awt_font_ShapeGraphicAttribute__

#pragma interface

#include <java/awt/font/GraphicAttribute.h>
extern "Java"
{
  namespace java
  {
    namespace awt
    {
        class Graphics2D;
        class Shape;
      namespace font
      {
          class ShapeGraphicAttribute;
      }
      namespace geom
      {
          class Rectangle2D;
      }
    }
  }
}

class java::awt::font::ShapeGraphicAttribute : public ::java::awt::font::GraphicAttribute
{

public:
  ShapeGraphicAttribute(::java::awt::Shape *, jint, jboolean);
  void draw(::java::awt::Graphics2D *, jfloat, jfloat);
  jboolean equals(::java::lang::Object *);
  jboolean equals(::java::awt::font::ShapeGraphicAttribute *);
  jfloat getAdvance();
  jfloat getAscent();
  jfloat getDescent();
  ::java::awt::geom::Rectangle2D * getBounds();
  jint hashCode();
  static const jboolean FILL = 0;
  static const jboolean STROKE = 1;
private:
  ::java::awt::Shape * __attribute__((aligned(__alignof__( ::java::awt::font::GraphicAttribute)))) shape;
  jboolean stroke;
  ::java::awt::geom::Rectangle2D * bounds;
public:
  static ::java::lang::Class class$;
};

#endif // __java_awt_font_ShapeGraphicAttribute__