Table of Contents

Class CaptioningManager.CaptionStyle

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

CaptionStyle()

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

public CaptionStyle()

CaptionStyle(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 CaptionStyle(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

EDGE_TYPE_DEPRESSED

public static int EDGE_TYPE_DEPRESSED { get; }

Property Value

int

EDGE_TYPE_DROP_SHADOW

public static int EDGE_TYPE_DROP_SHADOW { get; }

Property Value

int

EDGE_TYPE_NONE

public static int EDGE_TYPE_NONE { get; }

Property Value

int

EDGE_TYPE_OUTLINE

public static int EDGE_TYPE_OUTLINE { get; }

Property Value

int

EDGE_TYPE_RAISED

public static int EDGE_TYPE_RAISED { get; }

Property Value

int

EDGE_TYPE_UNSPECIFIED

public static int EDGE_TYPE_UNSPECIFIED { get; }

Property Value

int

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

backgroundColor

public int backgroundColor { get; }

Property Value

int

edgeColor

public int edgeColor { get; }

Property Value

int

edgeType

public int edgeType { get; }

Property Value

int

foregroundColor

public int foregroundColor { get; }

Property Value

int

windowColor

public int windowColor { get; }

Property Value

int

Methods

GetTypeface()

public Typeface GetTypeface()

Returns

Typeface

Typeface

HasBackgroundColor()

public bool HasBackgroundColor()

Returns

bool

bool

HasEdgeColor()

public bool HasEdgeColor()

Returns

bool

bool

HasEdgeType()

public bool HasEdgeType()

Returns

bool

bool

HasForegroundColor()

public bool HasForegroundColor()

Returns

bool

bool

HasWindowColor()

public bool HasWindowColor()

Returns

bool

bool