// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __gnu_java_awt_peer_qt_QMatrix__
#define __gnu_java_awt_peer_qt_QMatrix__

#pragma interface

#include <gnu/java/awt/peer/qt/NativeWrapper.h>
#include <gcj/array.h>

extern "Java"
{
  namespace gnu
  {
    namespace java
    {
      namespace awt
      {
        namespace peer
        {
          namespace qt
          {
              class QMatrix;
          }
        }
      }
    }
  }
  namespace java
  {
    namespace awt
    {
      namespace geom
      {
          class AffineTransform;
      }
    }
  }
}

class gnu::java::awt::peer::qt::QMatrix : public ::gnu::java::awt::peer::qt::NativeWrapper
{

public:
  QMatrix(::java::awt::geom::AffineTransform *);
private:
  void init(jdouble, jdouble, jdouble, jdouble, jdouble, jdouble);
  JArray< jdouble > * getMatrix();
public:
  virtual ::java::awt::geom::AffineTransform * getTransform();
  virtual void dispose();
  virtual void finalize();
  static ::java::lang::Class class$;
};

#endif // __gnu_java_awt_peer_qt_QMatrix__