Table of Contents

Class Transformation

Namespace
Android.View.Animation
Assembly
MASES.Netdroid.dll
public class Transformation : JVMBridgeBase<Transformation>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
Transformation
Implements
Extension Methods

Constructors

Transformation()

public Transformation()

Transformation(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Transformation(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

TYPE_ALPHA

public static int TYPE_ALPHA { get; set; }

Property Value

int

TYPE_BOTH

public static int TYPE_BOTH { get; set; }

Property Value

int

TYPE_IDENTITY

public static int TYPE_IDENTITY { get; set; }

Property Value

int

TYPE_MATRIX

public static int TYPE_MATRIX { get; set; }

Property Value

int

Methods

Clear()

public void Clear()

Compose(Transformation)

public void Compose(Transformation arg0)

Parameters

arg0 Transformation

Transformation

CreatePoolableInstance()

HPA initializer for Transformation()

public static Transformation CreatePoolableInstance()

Returns

Transformation

GetAlpha()

public float GetAlpha()

Returns

float

float

GetMatrix()

public Matrix GetMatrix()

Returns

Matrix

Matrix

GetTransformationType()

public int GetTransformationType()

Returns

int

int

Set(Transformation)

public void Set(Transformation arg0)

Parameters

arg0 Transformation

Transformation

SetAlpha(float)

public void SetAlpha(float arg0)

Parameters

arg0 float

float

SetTransformationType(int)

public void SetTransformationType(int arg0)

Parameters

arg0 int

int

ToShortString()

public String ToShortString()

Returns

String

String