Uses of Class
cz.cuni.jagrlib.piece.EffectBlur.BlurType

Packages that use EffectBlur.BlurType
cz.cuni.jagrlib.piece Public modules (building blocks of JaGrLib compositions). 
 

Uses of EffectBlur.BlurType in cz.cuni.jagrlib.piece
 

Fields in cz.cuni.jagrlib.piece declared as EffectBlur.BlurType
protected  EffectBlur.BlurType EffectBlur.type
          Actual blur type.
 

Methods in cz.cuni.jagrlib.piece that return EffectBlur.BlurType
static EffectBlur.BlurType EffectBlur.BlurType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EffectBlur.BlurType[] EffectBlur.BlurType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.