Table of Contents

Class EffectFactory

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

Constructors

EffectFactory(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 EffectFactory(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

EFFECT_AUTOFIX

public static String EFFECT_AUTOFIX { get; set; }

Property Value

String

EFFECT_BACKDROPPER

public static String EFFECT_BACKDROPPER { get; set; }

Property Value

String

EFFECT_BITMAPOVERLAY

public static String EFFECT_BITMAPOVERLAY { get; set; }

Property Value

String

EFFECT_BLACKWHITE

public static String EFFECT_BLACKWHITE { get; set; }

Property Value

String

EFFECT_BRIGHTNESS

public static String EFFECT_BRIGHTNESS { get; set; }

Property Value

String

EFFECT_CONTRAST

public static String EFFECT_CONTRAST { get; set; }

Property Value

String

EFFECT_CROP

public static String EFFECT_CROP { get; set; }

Property Value

String

EFFECT_CROSSPROCESS

public static String EFFECT_CROSSPROCESS { get; set; }

Property Value

String

EFFECT_DOCUMENTARY

public static String EFFECT_DOCUMENTARY { get; set; }

Property Value

String

EFFECT_DUOTONE

public static String EFFECT_DUOTONE { get; set; }

Property Value

String

EFFECT_FILLLIGHT

public static String EFFECT_FILLLIGHT { get; set; }

Property Value

String

EFFECT_FISHEYE

public static String EFFECT_FISHEYE { get; set; }

Property Value

String

EFFECT_FLIP

public static String EFFECT_FLIP { get; set; }

Property Value

String

EFFECT_GRAIN

public static String EFFECT_GRAIN { get; set; }

Property Value

String

EFFECT_GRAYSCALE

public static String EFFECT_GRAYSCALE { get; set; }

Property Value

String

EFFECT_LOMOISH

public static String EFFECT_LOMOISH { get; set; }

Property Value

String

EFFECT_NEGATIVE

public static String EFFECT_NEGATIVE { get; set; }

Property Value

String

EFFECT_POSTERIZE

public static String EFFECT_POSTERIZE { get; set; }

Property Value

String

EFFECT_REDEYE

public static String EFFECT_REDEYE { get; set; }

Property Value

String

EFFECT_ROTATE

public static String EFFECT_ROTATE { get; set; }

Property Value

String

EFFECT_SATURATE

public static String EFFECT_SATURATE { get; set; }

Property Value

String

EFFECT_SEPIA

public static String EFFECT_SEPIA { get; set; }

Property Value

String

EFFECT_SHARPEN

public static String EFFECT_SHARPEN { get; set; }

Property Value

String

EFFECT_STRAIGHTEN

public static String EFFECT_STRAIGHTEN { get; set; }

Property Value

String

EFFECT_TEMPERATURE

public static String EFFECT_TEMPERATURE { get; set; }

Property Value

String

EFFECT_TINT

public static String EFFECT_TINT { get; set; }

Property Value

String

EFFECT_VIGNETTE

public static String EFFECT_VIGNETTE { get; set; }

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

Methods

CreateEffect(String)

public Effect CreateEffect(String arg0)

Parameters

arg0 String

String

Returns

Effect

Effect

IsEffectSupported(String)

public static bool IsEffectSupported(String arg0)

Parameters

arg0 String

String

Returns

bool

bool