Class PointerIcon
public class PointerIcon : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IParcelable
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<Parcelable>PointerIcon
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<Parcelable>.SExecuteWithSignature<TReturn>(IJavaType, string, string, params object[])JVMBridgeBase<Parcelable>.SExecuteWithSignature<TNewClass, TReturn>(string, string, params object[])JVMBridgeBase<Parcelable>.IsAssignableFrom(IJavaType)JVMBridgeBase<Parcelable>.IsAssignableFrom<T>()JVMBridgeBase<Parcelable>.Execute<T>(params T[])JVMBridgeBase<Parcelable>.DynBridgeClazzJVMBridgeBase<Parcelable>.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
PointerIcon()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public PointerIcon()
PointerIcon(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 PointerIcon(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
CREATOR
public static Parcelable.Creator CREATOR { 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
TYPE_ALIAS
public static int TYPE_ALIAS { get; }
Property Value
TYPE_ALL_SCROLL
public static int TYPE_ALL_SCROLL { get; }
Property Value
TYPE_ARROW
public static int TYPE_ARROW { get; }
Property Value
TYPE_CELL
public static int TYPE_CELL { get; }
Property Value
TYPE_CONTEXT_MENU
public static int TYPE_CONTEXT_MENU { get; }
Property Value
TYPE_COPY
public static int TYPE_COPY { get; }
Property Value
TYPE_CROSSHAIR
public static int TYPE_CROSSHAIR { get; }
Property Value
TYPE_DEFAULT
[Obsolete]
public static int TYPE_DEFAULT { get; }
Property Value
TYPE_GRAB
public static int TYPE_GRAB { get; }
Property Value
TYPE_GRABBING
public static int TYPE_GRABBING { get; }
Property Value
TYPE_HAND
public static int TYPE_HAND { get; }
Property Value
TYPE_HANDWRITING
public static int TYPE_HANDWRITING { get; }
Property Value
TYPE_HELP
public static int TYPE_HELP { get; }
Property Value
TYPE_HORIZONTAL_DOUBLE_ARROW
public static int TYPE_HORIZONTAL_DOUBLE_ARROW { get; }
Property Value
TYPE_NO_DROP
public static int TYPE_NO_DROP { get; }
Property Value
TYPE_NULL
public static int TYPE_NULL { get; }
Property Value
TYPE_TEXT
public static int TYPE_TEXT { get; }
Property Value
TYPE_TOP_LEFT_DIAGONAL_DOUBLE_ARROW
public static int TYPE_TOP_LEFT_DIAGONAL_DOUBLE_ARROW { get; }
Property Value
TYPE_TOP_RIGHT_DIAGONAL_DOUBLE_ARROW
public static int TYPE_TOP_RIGHT_DIAGONAL_DOUBLE_ARROW { get; }
Property Value
TYPE_VERTICAL_DOUBLE_ARROW
public static int TYPE_VERTICAL_DOUBLE_ARROW { get; }
Property Value
TYPE_VERTICAL_TEXT
public static int TYPE_VERTICAL_TEXT { get; }
Property Value
TYPE_WAIT
public static int TYPE_WAIT { get; }
Property Value
TYPE_ZOOM_IN
public static int TYPE_ZOOM_IN { get; }
Property Value
TYPE_ZOOM_OUT
public static int TYPE_ZOOM_OUT { get; }
Property Value
Methods
Create(Bitmap, float, float)
public static PointerIcon Create(Bitmap arg0, float arg1, float arg2)
Parameters
Returns
DescribeContents()
public int DescribeContents()
Returns
GetSystemIcon(Context, int)
public static PointerIcon GetSystemIcon(Context arg0, int arg1)
Parameters
Returns
Load(Resources, int)
public static PointerIcon Load(Resources arg0, int arg1)
Parameters
Returns
WriteToParcel(Parcel, int)
public void WriteToParcel(Parcel arg0, int arg1)