android.media.effect
Class EffectFactory
java.lang.Object
android.media.effect.EffectFactory
public class EffectFactory
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
createEffect
public Effect createEffect(String effectName)
isEffectSupported
public static boolean isEffectSupported(String effectName)
Copyright © 2008-2012. All Rights Reserved.