Class BulletSpan
public class BulletSpan : JVMBridgeBase<BulletSpan>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ILeadingMarginSpan, IParagraphStyle, IParcelableSpan, IParcelable
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<BulletSpan>BulletSpan
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<BulletSpan>.SExecuteWithSignature<TReturn>(IJavaType, string, string, params object[])JVMBridgeBase<BulletSpan>.SExecuteWithSignature<TNewClass, TReturn>(string, string, params object[])JVMBridgeBase<BulletSpan>.IsAssignableFrom(IJavaType)JVMBridgeBase<BulletSpan>.IsAssignableFrom<T>()JVMBridgeBase<BulletSpan>.Execute<T>(params T[])JVMBridgeBase<BulletSpan>.DynBridgeClazzJVMBridgeBase<BulletSpan>.BridgeClazzJVMBridgeBase.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.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
BulletSpan()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public BulletSpan()
BulletSpan(Parcel)
public BulletSpan(Parcel arg0)
Parameters
BulletSpan(int)
public BulletSpan(int arg0)
Parameters
BulletSpan(int, int)
public BulletSpan(int arg0, int arg1)
Parameters
BulletSpan(int, int, int)
public BulletSpan(int arg0, int arg1, int arg2)
Parameters
BulletSpan(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 BulletSpan(params object[] args)
Parameters
argsobject[]
Properties
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
STANDARD_GAP_WIDTH
public static int STANDARD_GAP_WIDTH { get; }
Property Value
Methods
DescribeContents()
public int DescribeContents()
Returns
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
arg0Canvasarg1Paintarg2intarg3intarg4intarg5intarg6intarg7CharSequencearg8intarg9intarg10boolarg11Layout
GetBulletRadius()
public int GetBulletRadius()
Returns
GetColor()
public int GetColor()
Returns
GetGapWidth()
public int GetGapWidth()
Returns
GetLeadingMargin(bool)
https://developer.android.com/reference/android/text/style/BulletSpan.html#getLeadingMargin(boolean)
public int GetLeadingMargin(bool arg0)
Parameters
Returns
GetSpanTypeId()
public int GetSpanTypeId()
Returns
WriteToParcel(Parcel, int)
public void WriteToParcel(Parcel arg0, int arg1)
Parameters
Operators
implicit operator ParcelableSpan(BulletSpan)
Converter from BulletSpan to ParcelableSpan
public static implicit operator ParcelableSpan(BulletSpan t)
Parameters
Returns
implicit operator LeadingMarginSpan(BulletSpan)
Converter from BulletSpan to LeadingMarginSpan
public static implicit operator LeadingMarginSpan(BulletSpan t)