Table of Contents

Class DrawableMarginSpan

Namespace
Android.Text.Style
Assembly
MASES.Netdroid.dll
public class DrawableMarginSpan : JVMBridgeBase<DrawableMarginSpan>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ILeadingMarginSpan, IParagraphStyle, ILineHeightSpan
Inheritance
JVMBridgeBase
JVMBridgeBase<DrawableMarginSpan>
DrawableMarginSpan
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<DrawableMarginSpan>.IsAssignableFrom(IJavaType)
JVMBridgeBase<DrawableMarginSpan>.IsAssignableFrom<T>()
JVMBridgeBase<DrawableMarginSpan>.Execute<T>(params T[])
JVMBridgeBase<DrawableMarginSpan>.DynBridgeClazz
JVMBridgeBase<DrawableMarginSpan>.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

DrawableMarginSpan()

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

public DrawableMarginSpan()

DrawableMarginSpan(Drawable)

public DrawableMarginSpan(Drawable arg0)

Parameters

arg0 Drawable

Drawable

DrawableMarginSpan(Drawable, int)

public DrawableMarginSpan(Drawable arg0, int arg1)

Parameters

arg0 Drawable

Drawable

arg1 int

int

DrawableMarginSpan(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 DrawableMarginSpan(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

ChooseHeight(CharSequence, int, int, int, int, FontMetricsInt)

public void ChooseHeight(CharSequence arg0, int arg1, int arg2, int arg3, int arg4, Paint.FontMetricsInt arg5)

Parameters

arg0 CharSequence

CharSequence

arg1 int

int

arg2 int

int

arg3 int

int

arg4 int

int

arg5 Paint.FontMetricsInt

Paint.FontMetricsInt

DrawLeadingMargin(Canvas, Paint, int, int, int, int, int, CharSequence, int, int, bool, Layout)

public void DrawLeadingMargin(Canvas arg0, Paint arg1, int arg2, int arg3, int arg4, int arg5, int arg6, CharSequence arg7, int arg8, int arg9, bool arg10, Layout arg11)

Parameters

arg0 Canvas

Canvas

arg1 Paint

Paint

arg2 int

int

arg3 int

int

arg4 int

int

arg5 int

int

arg6 int

int

arg7 CharSequence

CharSequence

arg8 int

int

arg9 int

int

arg10 bool

bool

arg11 Layout

Layout

GetDrawable()

public Drawable GetDrawable()

Returns

Drawable

Drawable

GetLeadingMargin(bool)

public int GetLeadingMargin(bool arg0)

Parameters

arg0 bool

bool

Returns

int

int

GetPadding()

public int GetPadding()

Returns

int

int

Operators

implicit operator LeadingMarginSpan(DrawableMarginSpan)

public static implicit operator LeadingMarginSpan(DrawableMarginSpan t)

Parameters

t DrawableMarginSpan

Returns

LeadingMarginSpan

implicit operator LineHeightSpan(DrawableMarginSpan)

public static implicit operator LineHeightSpan(DrawableMarginSpan t)

Parameters

t DrawableMarginSpan

Returns

LineHeightSpan