Table of Contents

Class CursorAnchorInfo.Builder

Namespace
Android.View.Inputmethod
Assembly
MASES.Netdroid.dll
public class CursorAnchorInfo.Builder : JVMBridgeBase<CursorAnchorInfo.Builder>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<CursorAnchorInfo.Builder>
CursorAnchorInfo.Builder
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<CursorAnchorInfo.Builder>.IsAssignableFrom(IJavaType)
JVMBridgeBase<CursorAnchorInfo.Builder>.IsAssignableFrom<T>()
JVMBridgeBase<CursorAnchorInfo.Builder>.Execute<T>(params T[])
JVMBridgeBase<CursorAnchorInfo.Builder>.DynBridgeClazz
JVMBridgeBase<CursorAnchorInfo.Builder>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

Builder()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public Builder()

Builder(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public Builder(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

AddCharacterBounds(int, float, float, float, float, int)

public CursorAnchorInfo.Builder AddCharacterBounds(int arg0, float arg1, float arg2, float arg3, float arg4, int arg5)

Parameters

arg0 int

int

arg1 float

float

arg2 float

float

arg3 float

float

arg4 float

float

arg5 int

int

Returns

CursorAnchorInfo.Builder

CursorAnchorInfo.Builder

AddVisibleLineBounds(float, float, float, float)

public CursorAnchorInfo.Builder AddVisibleLineBounds(float arg0, float arg1, float arg2, float arg3)

Parameters

arg0 float

float

arg1 float

float

arg2 float

float

arg3 float

float

Returns

CursorAnchorInfo.Builder

CursorAnchorInfo.Builder

Build()

public CursorAnchorInfo Build()

Returns

CursorAnchorInfo

CursorAnchorInfo

ClearVisibleLineBounds()

public CursorAnchorInfo.Builder ClearVisibleLineBounds()

Returns

CursorAnchorInfo.Builder

CursorAnchorInfo.Builder

Reset()

public void Reset()

SetComposingText(int, CharSequence)

public CursorAnchorInfo.Builder SetComposingText(int arg0, CharSequence arg1)

Parameters

arg0 int

int

arg1 CharSequence

CharSequence

Returns

CursorAnchorInfo.Builder

CursorAnchorInfo.Builder

SetEditorBoundsInfo(EditorBoundsInfo)

public CursorAnchorInfo.Builder SetEditorBoundsInfo(EditorBoundsInfo arg0)

Parameters

arg0 EditorBoundsInfo

EditorBoundsInfo

Returns

CursorAnchorInfo.Builder

CursorAnchorInfo.Builder

SetInsertionMarkerLocation(float, float, float, float, int)

public CursorAnchorInfo.Builder SetInsertionMarkerLocation(float arg0, float arg1, float arg2, float arg3, int arg4)

Parameters

arg0 float

float

arg1 float

float

arg2 float

float

arg3 float

float

arg4 int

int

Returns

CursorAnchorInfo.Builder

CursorAnchorInfo.Builder

SetMatrix(Matrix)

public CursorAnchorInfo.Builder SetMatrix(Matrix arg0)

Parameters

arg0 Matrix

Matrix

Returns

CursorAnchorInfo.Builder

CursorAnchorInfo.Builder

SetSelectionRange(int, int)

public CursorAnchorInfo.Builder SetSelectionRange(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Returns

CursorAnchorInfo.Builder

CursorAnchorInfo.Builder

SetTextAppearanceInfo(TextAppearanceInfo)

public CursorAnchorInfo.Builder SetTextAppearanceInfo(TextAppearanceInfo arg0)

Parameters

arg0 TextAppearanceInfo

TextAppearanceInfo

Returns

CursorAnchorInfo.Builder

CursorAnchorInfo.Builder