package com.metaio.sdk.jni;

import java.io.File;

public class IARELDatasourceDelegate
{
  protected boolean swigCMemOwn;
  private long swigCPtr;

  public IARELDatasourceDelegate()
  {
    this(MetaioSDKJNI.new_IARELDatasourceDelegate(), true);
    MetaioSDKJNI.IARELDatasourceDelegate_director_connect(this, this.swigCPtr, this.swigCMemOwn, false);
  }

  public IARELDatasourceDelegate(long paramLong, boolean paramBoolean)
  {
    this.swigCMemOwn = paramBoolean;
    this.swigCPtr = paramLong;
  }

  public static long getCPtr(IARELDatasourceDelegate paramIARELDatasourceDelegate)
  {
    if (paramIARELDatasourceDelegate == null)
      return 0L;
    return paramIARELDatasourceDelegate.swigCPtr;
  }

  public void clearLoadingQueue(LoadingQueueEntry paramLoadingQueueEntry)
  {
    if (getClass() == IARELDatasourceDelegate.class)
    {
      MetaioSDKJNI.IARELDatasourceDelegate_clearLoadingQueue(this.swigCPtr, this, paramLoadingQueueEntry.swigValue());
      return;
    }
    MetaioSDKJNI.IARELDatasourceDelegate_clearLoadingQueueSwigExplicitIARELDatasourceDelegate(this.swigCPtr, this, paramLoadingQueueEntry.swigValue());
  }

  public void delete()
  {
    try
    {
      if (this.swigCPtr != 0L)
      {
        if (this.swigCMemOwn)
        {
          this.swigCMemOwn = false;
          MetaioSDKJNI.delete_IARELDatasourceDelegate(this.swigCPtr);
        }
        this.swigCPtr = 0L;
      }
      return;
    }
    finally
    {
    }
  }

  protected void finalize()
  {
    delete();
  }

  public void loadARELWebPage(PathOrURL paramPathOrURL)
  {
    MetaioSDKJNI.IARELDatasourceDelegate_loadARELWebPage(this.swigCPtr, this, PathOrURL.getCPtr(paramPathOrURL), paramPathOrURL);
  }

  public void loadCameraCalibrationFromXMLFile(File paramFile, ECAMERA_TYPE paramECAMERA_TYPE)
  {
    if (getClass() == IARELDatasourceDelegate.class)
    {
      MetaioSDKJNI.IARELDatasourceDelegate_loadCameraCalibrationFromXMLFile(this.swigCPtr, this, paramFile, paramECAMERA_TYPE.swigValue());
      return;
    }
    MetaioSDKJNI.IARELDatasourceDelegate_loadCameraCalibrationFromXMLFileSwigExplicitIARELDatasourceDelegate(this.swigCPtr, this, paramFile, paramECAMERA_TYPE.swigValue());
  }

  public void loadCameraCalibrationFromXMLString(String paramString, ECAMERA_TYPE paramECAMERA_TYPE)
  {
    if (getClass() == IARELDatasourceDelegate.class)
    {
      MetaioSDKJNI.IARELDatasourceDelegate_loadCameraCalibrationFromXMLString(this.swigCPtr, this, paramString, paramECAMERA_TYPE.swigValue());
      return;
    }
    MetaioSDKJNI.IARELDatasourceDelegate_loadCameraCalibrationFromXMLStringSwigExplicitIARELDatasourceDelegate(this.swigCPtr, this, paramString, paramECAMERA_TYPE.swigValue());
  }

  public void loadEnvMap(File paramFile)
  {
    if (getClass() == IARELDatasourceDelegate.class)
    {
      MetaioSDKJNI.IARELDatasourceDelegate_loadEnvMap(this.swigCPtr, this, paramFile);
      return;
    }
    MetaioSDKJNI.IARELDatasourceDelegate_loadEnvMapSwigExplicitIARELDatasourceDelegate(this.swigCPtr, this, paramFile);
  }

  public void loadHandEyeCalibrationFromFile(File paramFile)
  {
    if (getClass() == IARELDatasourceDelegate.class)
    {
      MetaioSDKJNI.IARELDatasourceDelegate_loadHandEyeCalibrationFromFile(this.swigCPtr, this, paramFile);
      return;
    }
    MetaioSDKJNI.IARELDatasourceDelegate_loadHandEyeCalibrationFromFileSwigExplicitIARELDatasourceDelegate(this.swigCPtr, this, paramFile);
  }

  public void loadShaderMaterials(File paramFile)
  {
    if (getClass() == IARELDatasourceDelegate.class)
    {
      MetaioSDKJNI.IARELDatasourceDelegate_loadShaderMaterials(this.swigCPtr, this, paramFile);
      return;
    }
    MetaioSDKJNI.IARELDatasourceDelegate_loadShaderMaterialsSwigExplicitIARELDatasourceDelegate(this.swigCPtr, this, paramFile);
  }

  public boolean loadTrackingConfiguration(PathOrString paramPathOrString)
  {
    if (getClass() == IARELDatasourceDelegate.class)
      return MetaioSDKJNI.IARELDatasourceDelegate_loadTrackingConfiguration(this.swigCPtr, this, PathOrString.getCPtr(paramPathOrString), paramPathOrString);
    return MetaioSDKJNI.IARELDatasourceDelegate_loadTrackingConfigurationSwigExplicitIARELDatasourceDelegate(this.swigCPtr, this, PathOrString.getCPtr(paramPathOrString), paramPathOrString);
  }

  public void logAPIUsage(int paramInt, String paramString1, String paramString2, float paramFloat)
  {
    if (getClass() == IARELDatasourceDelegate.class)
    {
      MetaioSDKJNI.IARELDatasourceDelegate_logAPIUsage(this.swigCPtr, this, paramInt, paramString1, paramString2, paramFloat);
      return;
    }
    MetaioSDKJNI.IARELDatasourceDelegate_logAPIUsageSwigExplicitIARELDatasourceDelegate(this.swigCPtr, this, paramInt, paramString1, paramString2, paramFloat);
  }

  public void onActivityChanged(boolean paramBoolean1, boolean paramBoolean2, float paramFloat)
  {
    MetaioSDKJNI.IARELDatasourceDelegate_onActivityChanged(this.swigCPtr, this, paramBoolean1, paramBoolean2, paramFloat);
  }

  public void onChannelDataLoaded(MetaioWorldChannel paramMetaioWorldChannel)
  {
    MetaioSDKJNI.IARELDatasourceDelegate_onChannelDataLoaded(this.swigCPtr, this, MetaioWorldChannel.getCPtr(paramMetaioWorldChannel), paramMetaioWorldChannel);
  }

  public void onChannelWillChange(long paramLong)
  {
    if (getClass() == IARELDatasourceDelegate.class)
    {
      MetaioSDKJNI.IARELDatasourceDelegate_onChannelWillChange(this.swigCPtr, this, paramLong);
      return;
    }
    MetaioSDKJNI.IARELDatasourceDelegate_onChannelWillChangeSwigExplicitIARELDatasourceDelegate(this.swigCPtr, this, paramLong);
  }

  public void onChannelsVisualSearchDone(MetaioWorldChannelVector paramMetaioWorldChannelVector, ByteBuffer paramByteBuffer, boolean paramBoolean)
  {
    MetaioSDKJNI.IARELDatasourceDelegate_onChannelsVisualSearchDone(this.swigCPtr, this, MetaioWorldChannelVector.getCPtr(paramMetaioWorldChannelVector), paramMetaioWorldChannelVector, ByteBuffer.getCPtr(paramByteBuffer), paramByteBuffer, paramBoolean);
  }

  public void onDataSourceEvent(DataSourceEvent paramDataSourceEvent)
  {
    MetaioSDKJNI.IARELDatasourceDelegate_onDataSourceEvent(this.swigCPtr, this, paramDataSourceEvent.swigValue());
  }

  public void onDidAddObject(IARELObject paramIARELObject)
  {
    MetaioSDKJNI.IARELDatasourceDelegate_onDidAddObject(this.swigCPtr, this, IARELObject.getCPtr(paramIARELObject), paramIARELObject);
  }

  public void onDidRemoveContent(boolean paramBoolean)
  {
    if (getClass() == IARELDatasourceDelegate.class)
    {
      MetaioSDKJNI.IARELDatasourceDelegate_onDidRemoveContent(this.swigCPtr, this, paramBoolean);
      return;
    }
    MetaioSDKJNI.IARELDatasourceDelegate_onDidRemoveContentSwigExplicitIARELDatasourceDelegate(this.swigCPtr, this, paramBoolean);
  }

  public void onError(int paramInt, String paramString)
  {
    if (getClass() == IARELDatasourceDelegate.class)
    {
      MetaioSDKJNI.IARELDatasourceDelegate_onError(this.swigCPtr, this, paramInt, paramString);
      return;
    }
    MetaioSDKJNI.IARELDatasourceDelegate_onErrorSwigExplicitIARELDatasourceDelegate(this.swigCPtr, this, paramInt, paramString);
  }

  public void onScanModeEnabled(boolean paramBoolean)
  {
    MetaioSDKJNI.IARELDatasourceDelegate_onScanModeEnabled(this.swigCPtr, this, paramBoolean);
  }

  public void onSceneOptionsParsed(ARELSceneOptionVector paramARELSceneOptionVector)
  {
    if (getClass() == IARELDatasourceDelegate.class)
    {
      MetaioSDKJNI.IARELDatasourceDelegate_onSceneOptionsParsed(this.swigCPtr, this, ARELSceneOptionVector.getCPtr(paramARELSceneOptionVector), paramARELSceneOptionVector);
      return;
    }
    MetaioSDKJNI.IARELDatasourceDelegate_onSceneOptionsParsedSwigExplicitIARELDatasourceDelegate(this.swigCPtr, this, ARELSceneOptionVector.getCPtr(paramARELSceneOptionVector), paramARELSceneOptionVector);
  }

  public void onSceneReady()
  {
    MetaioSDKJNI.IARELDatasourceDelegate_onSceneReady(this.swigCPtr, this);
  }

  public void onWarning(int paramInt, String paramString)
  {
    if (getClass() == IARELDatasourceDelegate.class)
    {
      MetaioSDKJNI.IARELDatasourceDelegate_onWarning(this.swigCPtr, this, paramInt, paramString);
      return;
    }
    MetaioSDKJNI.IARELDatasourceDelegate_onWarningSwigExplicitIARELDatasourceDelegate(this.swigCPtr, this, paramInt, paramString);
  }

  public void onWillAddObject(IARELObject paramIARELObject)
  {
    if (getClass() == IARELDatasourceDelegate.class)
    {
      MetaioSDKJNI.IARELDatasourceDelegate_onWillAddObject(this.swigCPtr, this, IARELObject.getCPtr(paramIARELObject), paramIARELObject);
      return;
    }
    MetaioSDKJNI.IARELDatasourceDelegate_onWillAddObjectSwigExplicitIARELDatasourceDelegate(this.swigCPtr, this, IARELObject.getCPtr(paramIARELObject), paramIARELObject);
  }

  public void onWillRemoveContent()
  {
    MetaioSDKJNI.IARELDatasourceDelegate_onWillRemoveContent(this.swigCPtr, this);
  }

  public void onWillRemoveObject(IARELObject paramIARELObject)
  {
    MetaioSDKJNI.IARELDatasourceDelegate_onWillRemoveObject(this.swigCPtr, this, IARELObject.getCPtr(paramIARELObject), paramIARELObject);
  }

  public void setLicenseSignature(String paramString)
  {
    if (getClass() == IARELDatasourceDelegate.class)
    {
      MetaioSDKJNI.IARELDatasourceDelegate_setLicenseSignature(this.swigCPtr, this, paramString);
      return;
    }
    MetaioSDKJNI.IARELDatasourceDelegate_setLicenseSignatureSwigExplicitIARELDatasourceDelegate(this.swigCPtr, this, paramString);
  }

  public void setUseARELEngine(boolean paramBoolean)
  {
    if (getClass() == IARELDatasourceDelegate.class)
    {
      MetaioSDKJNI.IARELDatasourceDelegate_setUseARELEngine(this.swigCPtr, this, paramBoolean);
      return;
    }
    MetaioSDKJNI.IARELDatasourceDelegate_setUseARELEngineSwigExplicitIARELDatasourceDelegate(this.swigCPtr, this, paramBoolean);
  }

  protected void swigDirectorDisconnect()
  {
    this.swigCMemOwn = false;
    delete();
  }

  public void swigReleaseOwnership()
  {
    this.swigCMemOwn = false;
    MetaioSDKJNI.IARELDatasourceDelegate_change_ownership(this, this.swigCPtr, false);
  }

  public void swigTakeOwnership()
  {
    this.swigCMemOwn = true;
    MetaioSDKJNI.IARELDatasourceDelegate_change_ownership(this, this.swigCPtr, true);
  }

  public void triggerLoadShaderMaterialsCallback(String paramString, boolean paramBoolean)
  {
    MetaioSDKJNI.IARELDatasourceDelegate_triggerLoadShaderMaterialsCallback(this.swigCPtr, this, paramString, paramBoolean);
  }

  public void triggerSetHandEyeCalibrationFromFileCallback(String paramString, boolean paramBoolean)
  {
    MetaioSDKJNI.IARELDatasourceDelegate_triggerSetHandEyeCalibrationFromFileCallback(this.swigCPtr, this, paramString, paramBoolean);
  }
}

/* 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.IARELDatasourceDelegate
 * JD-Core Version:    0.6.2
 */