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
-
JVMBridgeBaseCaptioningManager.CaptionStyle
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<CaptioningManager.CaptionStyle>.SExecuteWithSignature(string, string, params object[])JVMBridgeBase<CaptioningManager.CaptionStyle>.IsAssignableFrom(IJavaType)JVMBridgeBase<CaptioningManager.CaptionStyle>.IsAssignableFrom<T>()JVMBridgeBase<CaptioningManager.CaptionStyle>.Execute<T>(params T[])JVMBridgeBase<CaptioningManager.CaptionStyle>.DynBridgeClazzJVMBridgeBase<CaptioningManager.CaptionStyle>.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
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
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
EDGE_TYPE_DEPRESSED
public static int EDGE_TYPE_DEPRESSED { get; }
Property Value
EDGE_TYPE_DROP_SHADOW
public static int EDGE_TYPE_DROP_SHADOW { get; }
Property Value
EDGE_TYPE_NONE
public static int EDGE_TYPE_NONE { get; }
Property Value
EDGE_TYPE_OUTLINE
public static int EDGE_TYPE_OUTLINE { get; }
Property Value
EDGE_TYPE_RAISED
public static int EDGE_TYPE_RAISED { get; }
Property Value
EDGE_TYPE_UNSPECIFIED
public static int EDGE_TYPE_UNSPECIFIED { 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
backgroundColor
public int backgroundColor { get; }
Property Value
edgeColor
public int edgeColor { get; }
Property Value
edgeType
public int edgeType { get; }
Property Value
foregroundColor
public int foregroundColor { get; }
Property Value
windowColor
public int windowColor { get; }
Property Value
Methods
GetTypeface()
public Typeface GetTypeface()
Returns
HasBackgroundColor()
public bool HasBackgroundColor()
Returns
HasEdgeColor()
public bool HasEdgeColor()
Returns
HasEdgeType()
public bool HasEdgeType()
Returns
HasForegroundColor()
public bool HasForegroundColor()
Returns
HasWindowColor()
public bool HasWindowColor()