package com.metaio.sdk.jni;

public class IAnnotatedGeometriesGroup
{
  protected boolean swigCMemOwn;
  private long swigCPtr;

  public IAnnotatedGeometriesGroup(long paramLong, boolean paramBoolean)
  {
    this.swigCMemOwn = paramBoolean;
    this.swigCPtr = paramLong;
  }

  public static long getCPtr(IAnnotatedGeometriesGroup paramIAnnotatedGeometriesGroup)
  {
    if (paramIAnnotatedGeometriesGroup == null)
      return 0L;
    return paramIAnnotatedGeometriesGroup.swigCPtr;
  }

  public boolean addGeometry(IGeometry paramIGeometry, Object paramObject)
  {
    return MetaioSDKJNI.IAnnotatedGeometriesGroup_addGeometry(this.swigCPtr, this, IGeometry.getCPtr(paramIGeometry), paramIGeometry, paramObject);
  }

  public void delete()
  {
    try
    {
      if (this.swigCPtr != 0L)
      {
        if (this.swigCMemOwn)
        {
          this.swigCMemOwn = false;
          MetaioSDKJNI.delete_IAnnotatedGeometriesGroup(this.swigCPtr);
        }
        this.swigCPtr = 0L;
      }
      return;
    }
    finally
    {
    }
  }

  protected void finalize()
  {
    delete();
  }

  public IGeometry getAnnotationForGeometry(IGeometry paramIGeometry)
  {
    long l = MetaioSDKJNI.IAnnotatedGeometriesGroup_getAnnotationForGeometry(this.swigCPtr, this, IGeometry.getCPtr(paramIGeometry), paramIGeometry);
    if (l == 0L)
      return null;
    return new IGeometry(l, false);
  }

  public void registerCallback(AnnotatedGeometriesGroupCallback paramAnnotatedGeometriesGroupCallback)
  {
    MetaioSDKJNI.IAnnotatedGeometriesGroup_registerCallback(this.swigCPtr, this, AnnotatedGeometriesGroupCallback.getCPtr(paramAnnotatedGeometriesGroupCallback), paramAnnotatedGeometriesGroupCallback);
  }

  public void removeGeometry(IGeometry paramIGeometry)
  {
    MetaioSDKJNI.IAnnotatedGeometriesGroup_removeGeometry(this.swigCPtr, this, IGeometry.getCPtr(paramIGeometry), paramIGeometry);
  }

  public void setBottomPadding(long paramLong)
  {
    MetaioSDKJNI.IAnnotatedGeometriesGroup_setBottomPadding(this.swigCPtr, this, paramLong);
  }

  public void setConnectingLineColorForGeometry(IGeometry paramIGeometry, int paramInt1, int paramInt2, int paramInt3, int paramInt4)
  {
    MetaioSDKJNI.IAnnotatedGeometriesGroup_setConnectingLineColorForGeometry(this.swigCPtr, this, IGeometry.getCPtr(paramIGeometry), paramIGeometry, paramInt1, paramInt2, paramInt3, paramInt4);
  }

  public void setDefaultConnectingLineColor(int paramInt1, int paramInt2, int paramInt3, int paramInt4)
  {
    MetaioSDKJNI.IAnnotatedGeometriesGroup_setDefaultConnectingLineColor(this.swigCPtr, this, paramInt1, paramInt2, paramInt3, paramInt4);
  }

  public void setMaximumNumberOfAnnotatedGeometries(int paramInt)
  {
    MetaioSDKJNI.IAnnotatedGeometriesGroup_setMaximumNumberOfAnnotatedGeometries(this.swigCPtr, this, paramInt);
  }

  public void setMaximumNumberOfAnnotationRows(int paramInt)
  {
    MetaioSDKJNI.IAnnotatedGeometriesGroup_setMaximumNumberOfAnnotationRows(this.swigCPtr, this, paramInt);
  }

  public void setSelectedGeometry(IGeometry paramIGeometry)
  {
    MetaioSDKJNI.IAnnotatedGeometriesGroup_setSelectedGeometry(this.swigCPtr, this, IGeometry.getCPtr(paramIGeometry), paramIGeometry);
  }

  public void triggerAnnotationUpdate(IGeometry paramIGeometry)
  {
    MetaioSDKJNI.IAnnotatedGeometriesGroup_triggerAnnotationUpdate(this.swigCPtr, this, IGeometry.getCPtr(paramIGeometry), paramIGeometry);
  }
}

/* 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.IAnnotatedGeometriesGroup
 * JD-Core Version:    0.6.2
 */