package com.metaio.sdk.jni;

import java.io.File;

public class ARELInterpreterAndroid
{
  protected boolean swigCMemOwn;
  private long swigCPtr;

  public ARELInterpreterAndroid()
  {
    this(MetaioSDKJNI.new_ARELInterpreterAndroid(), true);
    MetaioSDKJNI.ARELInterpreterAndroid_director_connect(this, this.swigCPtr, this.swigCMemOwn, false);
  }

  public ARELInterpreterAndroid(long paramLong, boolean paramBoolean)
  {
    this.swigCMemOwn = paramBoolean;
    this.swigCPtr = paramLong;
  }

  public static long getCPtr(ARELInterpreterAndroid paramARELInterpreterAndroid)
  {
    if (paramARELInterpreterAndroid == null)
      return 0L;
    return paramARELInterpreterAndroid.swigCPtr;
  }

  protected void callMediaEvent(String paramString, EAREL_MEDIA_EVENT paramEAREL_MEDIA_EVENT)
  {
    if (getClass() == ARELInterpreterAndroid.class)
    {
      MetaioSDKJNI.ARELInterpreterAndroid_callMediaEvent(this.swigCPtr, this, paramString, paramEAREL_MEDIA_EVENT.swigValue());
      return;
    }
    MetaioSDKJNI.ARELInterpreterAndroid_callMediaEventSwigExplicitARELInterpreterAndroid(this.swigCPtr, this, paramString, paramEAREL_MEDIA_EVENT.swigValue());
  }

  public void delete()
  {
    try
    {
      if (this.swigCPtr != 0L)
      {
        if (this.swigCMemOwn)
        {
          this.swigCMemOwn = false;
          MetaioSDKJNI.delete_ARELInterpreterAndroid(this.swigCPtr);
        }
        this.swigCPtr = 0L;
      }
      return;
    }
    finally
    {
    }
  }

  protected void executeJavaScript(String paramString)
  {
    if (getClass() == ARELInterpreterAndroid.class)
    {
      MetaioSDKJNI.ARELInterpreterAndroid_executeJavaScript(this.swigCPtr, this, paramString);
      return;
    }
    MetaioSDKJNI.ARELInterpreterAndroid_executeJavaScriptSwigExplicitARELInterpreterAndroid(this.swigCPtr, this, paramString);
  }

  protected void finalize()
  {
    delete();
  }

  protected File getBasePath()
  {
    if (getClass() == ARELInterpreterAndroid.class)
      return MetaioSDKJNI.ARELInterpreterAndroid_getBasePath(this.swigCPtr, this);
    return MetaioSDKJNI.ARELInterpreterAndroid_getBasePathSwigExplicitARELInterpreterAndroid(this.swigCPtr, this);
  }

  public IARELInterpreterCallback getCallback()
  {
    if (getClass() == ARELInterpreterAndroid.class);
    for (long l = MetaioSDKJNI.ARELInterpreterAndroid_getCallback(this.swigCPtr, this); l == 0L; l = MetaioSDKJNI.ARELInterpreterAndroid_getCallbackSwigExplicitARELInterpreterAndroid(this.swigCPtr, this))
      return null;
    return new IARELInterpreterCallback(l, false);
  }

  protected IMetaioWorldPOIManager getPOIManager()
  {
    if (getClass() == ARELInterpreterAndroid.class);
    for (long l = MetaioSDKJNI.ARELInterpreterAndroid_getPOIManager(this.swigCPtr, this); l == 0L; l = MetaioSDKJNI.ARELInterpreterAndroid_getPOIManagerSwigExplicitARELInterpreterAndroid(this.swigCPtr, this))
      return null;
    return new IMetaioWorldPOIManager(l, false);
  }

  public void initialize(IMetaioSDK paramIMetaioSDK, GestureHandler paramGestureHandler)
  {
    if (getClass() == ARELInterpreterAndroid.class)
    {
      MetaioSDKJNI.ARELInterpreterAndroid_initialize__SWIG_0(this.swigCPtr, this, IMetaioSDK.getCPtr(paramIMetaioSDK), paramIMetaioSDK, GestureHandler.getCPtr(paramGestureHandler), paramGestureHandler);
      return;
    }
    MetaioSDKJNI.ARELInterpreterAndroid_initializeSwigExplicitARELInterpreterAndroid__SWIG_0(this.swigCPtr, this, IMetaioSDK.getCPtr(paramIMetaioSDK), paramIMetaioSDK, GestureHandler.getCPtr(paramGestureHandler), paramGestureHandler);
  }

  public void initialize(IMetaioSDKAndroid paramIMetaioSDKAndroid, GestureHandler paramGestureHandler)
  {
    if (getClass() == ARELInterpreterAndroid.class)
    {
      MetaioSDKJNI.ARELInterpreterAndroid_initialize__SWIG_1(this.swigCPtr, this, IMetaioSDKAndroid.getCPtr(paramIMetaioSDKAndroid), paramIMetaioSDKAndroid, GestureHandler.getCPtr(paramGestureHandler), paramGestureHandler);
      return;
    }
    MetaioSDKJNI.ARELInterpreterAndroid_initializeSwigExplicitARELInterpreterAndroid__SWIG_1(this.swigCPtr, this, IMetaioSDKAndroid.getCPtr(paramIMetaioSDKAndroid), paramIMetaioSDKAndroid, GestureHandler.getCPtr(paramGestureHandler), paramGestureHandler);
  }

  public boolean loadARELFile(File paramFile)
  {
    if (getClass() == ARELInterpreterAndroid.class)
      return MetaioSDKJNI.ARELInterpreterAndroid_loadARELFile(this.swigCPtr, this, paramFile);
    return MetaioSDKJNI.ARELInterpreterAndroid_loadARELFileSwigExplicitARELInterpreterAndroid(this.swigCPtr, this, paramFile);
  }

  public void loadARELWebPage(PathOrURL paramPathOrURL)
  {
    if (getClass() == ARELInterpreterAndroid.class)
    {
      MetaioSDKJNI.ARELInterpreterAndroid_loadARELWebPage(this.swigCPtr, this, PathOrURL.getCPtr(paramPathOrURL), paramPathOrURL);
      return;
    }
    MetaioSDKJNI.ARELInterpreterAndroid_loadARELWebPageSwigExplicitARELInterpreterAndroid(this.swigCPtr, this, PathOrURL.getCPtr(paramPathOrURL), paramPathOrURL);
  }

  public void loadChannel(int paramInt)
  {
    if (getClass() == ARELInterpreterAndroid.class)
    {
      MetaioSDKJNI.ARELInterpreterAndroid_loadChannel(this.swigCPtr, this, paramInt);
      return;
    }
    MetaioSDKJNI.ARELInterpreterAndroid_loadChannelSwigExplicitARELInterpreterAndroid(this.swigCPtr, this, paramInt);
  }

  public void loadFinished()
  {
    if (getClass() == ARELInterpreterAndroid.class)
    {
      MetaioSDKJNI.ARELInterpreterAndroid_loadFinished(this.swigCPtr, this);
      return;
    }
    MetaioSDKJNI.ARELInterpreterAndroid_loadFinishedSwigExplicitARELInterpreterAndroid(this.swigCPtr, this);
  }

  protected IGeometry loadPOIAnnotationForAnnotatedGeometriesGroup(IARELObject paramIARELObject, File paramFile, IMetaioSDK paramIMetaioSDK)
  {
    if (getClass() == ARELInterpreterAndroid.class);
    for (long l = MetaioSDKJNI.ARELInterpreterAndroid_loadPOIAnnotationForAnnotatedGeometriesGroup(this.swigCPtr, this, IARELObject.getCPtr(paramIARELObject), paramIARELObject, paramFile, IMetaioSDK.getCPtr(paramIMetaioSDK), paramIMetaioSDK); l == 0L; l = MetaioSDKJNI.ARELInterpreterAndroid_loadPOIAnnotationForAnnotatedGeometriesGroupSwigExplicitARELInterpreterAndroid(this.swigCPtr, this, IARELObject.getCPtr(paramIARELObject), paramIARELObject, paramFile, IMetaioSDK.getCPtr(paramIMetaioSDK), paramIMetaioSDK))
      return null;
    return new IGeometry(l, false);
  }

  protected IGeometry loadPOIGeometryForAnnotatedGeometriesGroup(IMetaioSDK paramIMetaioSDK)
  {
    if (getClass() == ARELInterpreterAndroid.class);
    for (long l = MetaioSDKJNI.ARELInterpreterAndroid_loadPOIGeometryForAnnotatedGeometriesGroup(this.swigCPtr, this, IMetaioSDK.getCPtr(paramIMetaioSDK), paramIMetaioSDK); l == 0L; l = MetaioSDKJNI.ARELInterpreterAndroid_loadPOIGeometryForAnnotatedGeometriesGroupSwigExplicitARELInterpreterAndroid(this.swigCPtr, this, IMetaioSDK.getCPtr(paramIMetaioSDK), paramIMetaioSDK))
      return null;
    return new IGeometry(l, false);
  }

  public void onDetailViewClosed()
  {
    if (getClass() == ARELInterpreterAndroid.class)
    {
      MetaioSDKJNI.ARELInterpreterAndroid_onDetailViewClosed(this.swigCPtr, this);
      return;
    }
    MetaioSDKJNI.ARELInterpreterAndroid_onDetailViewClosedSwigExplicitARELInterpreterAndroid(this.swigCPtr, this);
  }

  protected void onPOIGeometryInAnnotatedGeometriesGroupChangedState(IGeometry paramIGeometry, IARELObject paramIARELObject, EGEOMETRY_FOCUS_STATE paramEGEOMETRY_FOCUS_STATE1, EGEOMETRY_FOCUS_STATE paramEGEOMETRY_FOCUS_STATE2)
  {
    if (getClass() == ARELInterpreterAndroid.class)
    {
      MetaioSDKJNI.ARELInterpreterAndroid_onPOIGeometryInAnnotatedGeometriesGroupChangedState(this.swigCPtr, this, IGeometry.getCPtr(paramIGeometry), paramIGeometry, IARELObject.getCPtr(paramIARELObject), paramIARELObject, paramEGEOMETRY_FOCUS_STATE1.swigValue(), paramEGEOMETRY_FOCUS_STATE2.swigValue());
      return;
    }
    MetaioSDKJNI.ARELInterpreterAndroid_onPOIGeometryInAnnotatedGeometriesGroupChangedStateSwigExplicitARELInterpreterAndroid(this.swigCPtr, this, IGeometry.getCPtr(paramIGeometry), paramIGeometry, IARELObject.getCPtr(paramIARELObject), paramIARELObject, paramEGEOMETRY_FOCUS_STATE1.swigValue(), paramEGEOMETRY_FOCUS_STATE2.swigValue());
  }

  protected void openWebsite(String paramString1, String paramString2)
  {
    if (getClass() == ARELInterpreterAndroid.class)
    {
      MetaioSDKJNI.ARELInterpreterAndroid_openWebsite__SWIG_1(this.swigCPtr, this, paramString1, paramString2);
      return;
    }
    MetaioSDKJNI.ARELInterpreterAndroid_openWebsiteSwigExplicitARELInterpreterAndroid__SWIG_1(this.swigCPtr, this, paramString1, paramString2);
  }

  protected void openWebsite(String paramString1, String paramString2, boolean paramBoolean)
  {
    if (getClass() == ARELInterpreterAndroid.class)
    {
      MetaioSDKJNI.ARELInterpreterAndroid_openWebsite__SWIG_0(this.swigCPtr, this, paramString1, paramString2, paramBoolean);
      return;
    }
    MetaioSDKJNI.ARELInterpreterAndroid_openWebsiteSwigExplicitARELInterpreterAndroid__SWIG_0(this.swigCPtr, this, paramString1, paramString2, paramBoolean);
  }

  protected void playSound(String paramString, PathOrURL paramPathOrURL, File paramFile)
  {
    if (getClass() == ARELInterpreterAndroid.class)
    {
      MetaioSDKJNI.ARELInterpreterAndroid_playSound(this.swigCPtr, this, paramString, PathOrURL.getCPtr(paramPathOrURL), paramPathOrURL, paramFile);
      return;
    }
    MetaioSDKJNI.ARELInterpreterAndroid_playSoundSwigExplicitARELInterpreterAndroid(this.swigCPtr, this, paramString, PathOrURL.getCPtr(paramPathOrURL), paramPathOrURL, paramFile);
  }

  protected void playVideo(String paramString, PathOrURL paramPathOrURL)
  {
    if (getClass() == ARELInterpreterAndroid.class)
    {
      MetaioSDKJNI.ARELInterpreterAndroid_playVideo(this.swigCPtr, this, paramString, PathOrURL.getCPtr(paramPathOrURL), paramPathOrURL);
      return;
    }
    MetaioSDKJNI.ARELInterpreterAndroid_playVideoSwigExplicitARELInterpreterAndroid(this.swigCPtr, this, paramString, PathOrURL.getCPtr(paramPathOrURL), paramPathOrURL);
  }

  public void processURL(String paramString)
  {
    if (getClass() == ARELInterpreterAndroid.class)
    {
      MetaioSDKJNI.ARELInterpreterAndroid_processURL(this.swigCPtr, this, paramString);
      return;
    }
    MetaioSDKJNI.ARELInterpreterAndroid_processURLSwigExplicitARELInterpreterAndroid(this.swigCPtr, this, paramString);
  }

  public void registerCallback(IARELInterpreterCallback paramIARELInterpreterCallback)
  {
    if (getClass() == ARELInterpreterAndroid.class)
    {
      MetaioSDKJNI.ARELInterpreterAndroid_registerCallback(this.swigCPtr, this, IARELInterpreterCallback.getCPtr(paramIARELInterpreterCallback), paramIARELInterpreterCallback);
      return;
    }
    MetaioSDKJNI.ARELInterpreterAndroid_registerCallbackSwigExplicitARELInterpreterAndroid(this.swigCPtr, this, IARELInterpreterCallback.getCPtr(paramIARELInterpreterCallback), paramIARELInterpreterCallback);
  }

  public void setRadarProperties(int paramInt, Vector3d paramVector3d1, Vector3d paramVector3d2)
  {
    if (getClass() == ARELInterpreterAndroid.class)
    {
      MetaioSDKJNI.ARELInterpreterAndroid_setRadarProperties(this.swigCPtr, this, paramInt, Vector3d.getCPtr(paramVector3d1), paramVector3d1, Vector3d.getCPtr(paramVector3d2), paramVector3d2);
      return;
    }
    MetaioSDKJNI.ARELInterpreterAndroid_setRadarPropertiesSwigExplicitARELInterpreterAndroid(this.swigCPtr, this, paramInt, Vector3d.getCPtr(paramVector3d1), paramVector3d1, Vector3d.getCPtr(paramVector3d2), paramVector3d2);
  }

  protected void shareScreenshot(ByteBuffer paramByteBuffer, boolean paramBoolean)
  {
    if (getClass() == ARELInterpreterAndroid.class)
    {
      MetaioSDKJNI.ARELInterpreterAndroid_shareScreenshot(this.swigCPtr, this, ByteBuffer.getCPtr(paramByteBuffer), paramByteBuffer, paramBoolean);
      return;
    }
    MetaioSDKJNI.ARELInterpreterAndroid_shareScreenshotSwigExplicitARELInterpreterAndroid(this.swigCPtr, this, ByteBuffer.getCPtr(paramByteBuffer), paramByteBuffer, paramBoolean);
  }

  protected void stopSound(String paramString, PathOrURL paramPathOrURL, File paramFile, boolean paramBoolean)
  {
    if (getClass() == ARELInterpreterAndroid.class)
    {
      MetaioSDKJNI.ARELInterpreterAndroid_stopSound(this.swigCPtr, this, paramString, PathOrURL.getCPtr(paramPathOrURL), paramPathOrURL, paramFile, paramBoolean);
      return;
    }
    MetaioSDKJNI.ARELInterpreterAndroid_stopSoundSwigExplicitARELInterpreterAndroid(this.swigCPtr, this, paramString, PathOrURL.getCPtr(paramPathOrURL), paramPathOrURL, paramFile, paramBoolean);
  }

  protected void swigDirectorDisconnect()
  {
    this.swigCMemOwn = false;
    delete();
  }

  public void swigReleaseOwnership()
  {
    this.swigCMemOwn = false;
    MetaioSDKJNI.ARELInterpreterAndroid_change_ownership(this, this.swigCPtr, false);
  }

  public void swigTakeOwnership()
  {
    this.swigCMemOwn = true;
    MetaioSDKJNI.ARELInterpreterAndroid_change_ownership(this, this.swigCPtr, true);
  }

  protected void textToSpeech(String paramString)
  {
    if (getClass() == ARELInterpreterAndroid.class)
    {
      MetaioSDKJNI.ARELInterpreterAndroid_textToSpeech(this.swigCPtr, this, paramString);
      return;
    }
    MetaioSDKJNI.ARELInterpreterAndroid_textToSpeechSwigExplicitARELInterpreterAndroid(this.swigCPtr, this, paramString);
  }

  public void update()
  {
    if (getClass() == ARELInterpreterAndroid.class)
    {
      MetaioSDKJNI.ARELInterpreterAndroid_update(this.swigCPtr, this);
      return;
    }
    MetaioSDKJNI.ARELInterpreterAndroid_updateSwigExplicitARELInterpreterAndroid(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.ARELInterpreterAndroid
 * JD-Core Version:    0.6.2
 */