Ejemplo n.º 1
0
        static void n_SetText_Ljava_lang_String_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
        {
            global::Com.Amap.Api.Interfaces.IText __this = global::Java.Lang.Object.GetObject <global::Com.Amap.Api.Interfaces.IText> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            string p0 = JNIEnv.GetString(native_p0, JniHandleOwnership.DoNotTransfer);

            __this.Text = p0;
        }
Ejemplo n.º 2
0
 static void n_SetFontColor_I(IntPtr jnienv, IntPtr native__this, int p0)
 {
     global::Com.Amap.Api.Interfaces.IText __this = global::Java.Lang.Object.GetObject <global::Com.Amap.Api.Interfaces.IText> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.SetFontColor(p0);
 }
Ejemplo n.º 3
0
 static void n_Remove(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Amap.Api.Interfaces.IText __this = global::Java.Lang.Object.GetObject <global::Com.Amap.Api.Interfaces.IText> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.Remove();
 }
Ejemplo n.º 4
0
 static void n_Draw_Landroid_graphics_Canvas_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Amap.Api.Interfaces.IText __this = global::Java.Lang.Object.GetObject <global::Com.Amap.Api.Interfaces.IText> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Android.Graphics.Canvas       p0     = global::Java.Lang.Object.GetObject <global::Android.Graphics.Canvas> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.Draw(p0);
 }
Ejemplo n.º 5
0
 static void n_SetZIndex_F(IntPtr jnienv, IntPtr native__this, float p0)
 {
     global::Com.Amap.Api.Interfaces.IText __this = global::Java.Lang.Object.GetObject <global::Com.Amap.Api.Interfaces.IText> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.ZIndex = p0;
 }
Ejemplo n.º 6
0
 static float n_GetZIndex(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Amap.Api.Interfaces.IText __this = global::Java.Lang.Object.GetObject <global::Com.Amap.Api.Interfaces.IText> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.ZIndex);
 }
Ejemplo n.º 7
0
 static void n_SetVisible_Z(IntPtr jnienv, IntPtr native__this, bool p0)
 {
     global::Com.Amap.Api.Interfaces.IText __this = global::Java.Lang.Object.GetObject <global::Com.Amap.Api.Interfaces.IText> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.Visible = p0;
 }
Ejemplo n.º 8
0
 static bool n_IsVisible(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Amap.Api.Interfaces.IText __this = global::Java.Lang.Object.GetObject <global::Com.Amap.Api.Interfaces.IText> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.Visible);
 }
Ejemplo n.º 9
0
 static void n_SetTypeface_Landroid_graphics_Typeface_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Amap.Api.Interfaces.IText __this = global::Java.Lang.Object.GetObject <global::Com.Amap.Api.Interfaces.IText> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Android.Graphics.Typeface     p0     = global::Java.Lang.Object.GetObject <global::Android.Graphics.Typeface> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.Typeface = p0;
 }
Ejemplo n.º 10
0
 static IntPtr n_GetTypeface(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Amap.Api.Interfaces.IText __this = global::Java.Lang.Object.GetObject <global::Com.Amap.Api.Interfaces.IText> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.ToLocalJniHandle(__this.Typeface));
 }
Ejemplo n.º 11
0
 static void n_SetPosition_Lcom_amap_api_maps2d_model_LatLng_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Amap.Api.Interfaces.IText    __this = global::Java.Lang.Object.GetObject <global::Com.Amap.Api.Interfaces.IText> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Amap.Api.Maps2d.Model.LatLng p0     = global::Java.Lang.Object.GetObject <global::Com.Amap.Api.Maps2d.Model.LatLng> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.Position = p0;
 }
Ejemplo n.º 12
0
 static int n_GetBackgroundColor(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Amap.Api.Interfaces.IText __this = global::Java.Lang.Object.GetObject <global::Com.Amap.Api.Interfaces.IText> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.BackgroundColor);
 }