android.media.effect
Class EffectFactory

java.lang.Object
  extended by android.media.effect.EffectFactory

public class EffectFactory
extends Object


Field Summary
static String EFFECT_AUTOFIX
           
static String EFFECT_BACKDROPPER
           
static String EFFECT_BITMAPOVERLAY
           
static String EFFECT_BLACKWHITE
           
static String EFFECT_BRIGHTNESS
           
static String EFFECT_CONTRAST
           
static String EFFECT_CROP
           
static String EFFECT_CROSSPROCESS
           
static String EFFECT_DOCUMENTARY
           
static String EFFECT_DUOTONE
           
static String EFFECT_FILLLIGHT
           
static String EFFECT_FISHEYE
           
static String EFFECT_FLIP
           
static String EFFECT_GRAIN
           
static String EFFECT_GRAYSCALE
           
static String EFFECT_LOMOISH
           
static String EFFECT_NEGATIVE
           
static String EFFECT_POSTERIZE
           
static String EFFECT_REDEYE
           
static String EFFECT_ROTATE
           
static String EFFECT_SATURATE
           
static String EFFECT_SEPIA
           
static String EFFECT_SHARPEN
           
static String EFFECT_STRAIGHTEN
           
static String EFFECT_TEMPERATURE
           
static String EFFECT_TINT
           
static String EFFECT_VIGNETTE
           
 
Method Summary
 Effect createEffect(String effectName)
           
static boolean isEffectSupported(String effectName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EFFECT_BRIGHTNESS

public static final String EFFECT_BRIGHTNESS
See Also:
Constant Field Values

EFFECT_CONTRAST

public static final String EFFECT_CONTRAST
See Also:
Constant Field Values

EFFECT_FISHEYE

public static final String EFFECT_FISHEYE
See Also:
Constant Field Values

EFFECT_BACKDROPPER

public static final String EFFECT_BACKDROPPER
See Also:
Constant Field Values

EFFECT_AUTOFIX

public static final String EFFECT_AUTOFIX
See Also:
Constant Field Values

EFFECT_BLACKWHITE

public static final String EFFECT_BLACKWHITE
See Also:
Constant Field Values

EFFECT_CROP

public static final String EFFECT_CROP
See Also:
Constant Field Values

EFFECT_CROSSPROCESS

public static final String EFFECT_CROSSPROCESS
See Also:
Constant Field Values

EFFECT_DOCUMENTARY

public static final String EFFECT_DOCUMENTARY
See Also:
Constant Field Values

EFFECT_BITMAPOVERLAY

public static final String EFFECT_BITMAPOVERLAY
See Also:
Constant Field Values

EFFECT_DUOTONE

public static final String EFFECT_DUOTONE
See Also:
Constant Field Values

EFFECT_FILLLIGHT

public static final String EFFECT_FILLLIGHT
See Also:
Constant Field Values

EFFECT_FLIP

public static final String EFFECT_FLIP
See Also:
Constant Field Values

EFFECT_GRAIN

public static final String EFFECT_GRAIN
See Also:
Constant Field Values

EFFECT_GRAYSCALE

public static final String EFFECT_GRAYSCALE
See Also:
Constant Field Values

EFFECT_LOMOISH

public static final String EFFECT_LOMOISH
See Also:
Constant Field Values

EFFECT_NEGATIVE

public static final String EFFECT_NEGATIVE
See Also:
Constant Field Values

EFFECT_POSTERIZE

public static final String EFFECT_POSTERIZE
See Also:
Constant Field Values

EFFECT_REDEYE

public static final String EFFECT_REDEYE
See Also:
Constant Field Values

EFFECT_ROTATE

public static final String EFFECT_ROTATE
See Also:
Constant Field Values

EFFECT_SATURATE

public static final String EFFECT_SATURATE
See Also:
Constant Field Values

EFFECT_SEPIA

public static final String EFFECT_SEPIA
See Also:
Constant Field Values

EFFECT_SHARPEN

public static final String EFFECT_SHARPEN
See Also:
Constant Field Values

EFFECT_STRAIGHTEN

public static final String EFFECT_STRAIGHTEN
See Also:
Constant Field Values

EFFECT_TEMPERATURE

public static final String EFFECT_TEMPERATURE
See Also:
Constant Field Values

EFFECT_TINT

public static final String EFFECT_TINT
See Also:
Constant Field Values

EFFECT_VIGNETTE

public static final String EFFECT_VIGNETTE
See Also:
Constant Field Values
Method Detail

createEffect

public Effect createEffect(String effectName)

isEffectSupported

public static boolean isEffectSupported(String effectName)


Copyright © 2008-2012. All Rights Reserved.