package com.metaio.sdk.jni;

public class Vector2di
{
  protected boolean swigCMemOwn;
  private long swigCPtr;

  public Vector2di()
  {
    this(MetaioSDKJNI.new_Vector2di__SWIG_0(), true);
  }

  public Vector2di(int paramInt)
  {
    this(MetaioSDKJNI.new_Vector2di__SWIG_1(paramInt), true);
  }

  public Vector2di(int paramInt1, int paramInt2)
  {
    this(MetaioSDKJNI.new_Vector2di__SWIG_2(paramInt1, paramInt2), true);
  }

  public Vector2di(long paramLong, boolean paramBoolean)
  {
    this.swigCMemOwn = paramBoolean;
    this.swigCPtr = paramLong;
  }

  public Vector2di(Vector2di paramVector2di)
  {
    this(MetaioSDKJNI.new_Vector2di__SWIG_3(getCPtr(paramVector2di), paramVector2di), true);
  }

  public static long getCPtr(Vector2di paramVector2di)
  {
    if (paramVector2di == null)
      return 0L;
    return paramVector2di.swigCPtr;
  }

  public void delete()
  {
    try
    {
      if (this.swigCPtr != 0L)
      {
        if (this.swigCMemOwn)
        {
          this.swigCMemOwn = false;
          MetaioSDKJNI.delete_Vector2di(this.swigCPtr);
        }
        this.swigCPtr = 0L;
      }
      return;
    }
    finally
    {
    }
  }

  public boolean equals(Vector2di paramVector2di)
  {
    return MetaioSDKJNI.Vector2di_equals(this.swigCPtr, this, getCPtr(paramVector2di), paramVector2di);
  }

  protected void finalize()
  {
    delete();
  }

  public int getX()
  {
    return MetaioSDKJNI.Vector2di_x_get(this.swigCPtr, this);
  }

  public int getY()
  {
    return MetaioSDKJNI.Vector2di_y_get(this.swigCPtr, this);
  }

  public boolean isNull()
  {
    return MetaioSDKJNI.Vector2di_isNull(this.swigCPtr, this);
  }

  public void setX(int paramInt)
  {
    MetaioSDKJNI.Vector2di_x_set(this.swigCPtr, this, paramInt);
  }

  public void setY(int paramInt)
  {
    MetaioSDKJNI.Vector2di_y_set(this.swigCPtr, this, paramInt);
  }

  public String toString()
  {
    return MetaioSDKJNI.Vector2di_toString(this.swigCPtr, this);
  }
}

/* Location:           C:\Documents and Settings\Cesar Cabello Cea\Mis documentos\Downloads\apk-downloader\com.ikea.kompis-6_dex2jar.jar
 * Qualified Name:     com.metaio.sdk.jni.Vector2di
 * JD-Core Version:    0.6.2
 */