package com.metaio.sdk.jni;

public class ILight
{
  protected boolean swigCMemOwn;
  private long swigCPtr;

  public ILight(long paramLong, boolean paramBoolean)
  {
    this.swigCMemOwn = paramBoolean;
    this.swigCPtr = paramLong;
  }

  public static long getCPtr(ILight paramILight)
  {
    if (paramILight == null)
      return 0L;
    return paramILight.swigCPtr;
  }

  public void delete()
  {
    try
    {
      if (this.swigCPtr != 0L)
      {
        if (this.swigCMemOwn)
        {
          this.swigCMemOwn = false;
          MetaioSDKJNI.delete_ILight(this.swigCPtr);
        }
        this.swigCPtr = 0L;
      }
      return;
    }
    finally
    {
    }
  }

  protected void finalize()
  {
    delete();
  }

  public Vector3d getAmbientColor()
  {
    return new Vector3d(MetaioSDKJNI.ILight_getAmbientColor(this.swigCPtr, this), true);
  }

  public Vector3d getAttenuation()
  {
    return new Vector3d(MetaioSDKJNI.ILight_getAttenuation(this.swigCPtr, this), true);
  }

  public int getCoordinateSystemID()
  {
    return MetaioSDKJNI.ILight_getCoordinateSystemID(this.swigCPtr, this);
  }

  public Vector3d getDiffuseColor()
  {
    return new Vector3d(MetaioSDKJNI.ILight_getDiffuseColor(this.swigCPtr, this), true);
  }

  public Vector3d getDirection()
  {
    return new Vector3d(MetaioSDKJNI.ILight_getDirection(this.swigCPtr, this), true);
  }

  public float getRadiusDegrees()
  {
    return MetaioSDKJNI.ILight_getRadiusDegrees(this.swigCPtr, this);
  }

  public float getRadiusRadians()
  {
    return MetaioSDKJNI.ILight_getRadiusRadians(this.swigCPtr, this);
  }

  public Vector3d getTranslation()
  {
    return new Vector3d(MetaioSDKJNI.ILight_getTranslation(this.swigCPtr, this), true);
  }

  public ELIGHT_TYPE getType()
  {
    return ELIGHT_TYPE.swigToEnum(MetaioSDKJNI.ILight_getType(this.swigCPtr, this));
  }

  public boolean isEnabled()
  {
    return MetaioSDKJNI.ILight_isEnabled(this.swigCPtr, this);
  }

  public void setAmbientColor(Vector3d paramVector3d)
  {
    MetaioSDKJNI.ILight_setAmbientColor(this.swigCPtr, this, Vector3d.getCPtr(paramVector3d), paramVector3d);
  }

  public void setAttenuation(Vector3d paramVector3d)
  {
    MetaioSDKJNI.ILight_setAttenuation(this.swigCPtr, this, Vector3d.getCPtr(paramVector3d), paramVector3d);
  }

  public void setCoordinateSystemID(int paramInt)
  {
    MetaioSDKJNI.ILight_setCoordinateSystemID(this.swigCPtr, this, paramInt);
  }

  public void setDiffuseColor(Vector3d paramVector3d)
  {
    MetaioSDKJNI.ILight_setDiffuseColor(this.swigCPtr, this, Vector3d.getCPtr(paramVector3d), paramVector3d);
  }

  public void setDirection(Vector3d paramVector3d)
  {
    MetaioSDKJNI.ILight_setDirection(this.swigCPtr, this, Vector3d.getCPtr(paramVector3d), paramVector3d);
  }

  public void setEnabled(boolean paramBoolean)
  {
    MetaioSDKJNI.ILight_setEnabled(this.swigCPtr, this, paramBoolean);
  }

  public void setRadiusDegrees(float paramFloat)
  {
    MetaioSDKJNI.ILight_setRadiusDegrees(this.swigCPtr, this, paramFloat);
  }

  public void setRadiusRadians(float paramFloat)
  {
    MetaioSDKJNI.ILight_setRadiusRadians(this.swigCPtr, this, paramFloat);
  }

  public void setTranslation(Vector3d paramVector3d)
  {
    MetaioSDKJNI.ILight_setTranslation__SWIG_1(this.swigCPtr, this, Vector3d.getCPtr(paramVector3d), paramVector3d);
  }

  public void setTranslation(Vector3d paramVector3d, boolean paramBoolean)
  {
    MetaioSDKJNI.ILight_setTranslation__SWIG_0(this.swigCPtr, this, Vector3d.getCPtr(paramVector3d), paramVector3d, paramBoolean);
  }

  public void setType(ELIGHT_TYPE paramELIGHT_TYPE)
  {
    MetaioSDKJNI.ILight_setType(this.swigCPtr, this, paramELIGHT_TYPE.swigValue());
  }
}

/* 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.ILight
 * JD-Core Version:    0.6.2
 */