Uses of Class
org.salespointframework.desktop.imagefilter.LinearFadeFilter.FadeDirection

Packages that use LinearFadeFilter.FadeDirection
org.salespointframework.desktop.imagefilter This package contains image filters 
 

Uses of LinearFadeFilter.FadeDirection in org.salespointframework.desktop.imagefilter
 

Methods in org.salespointframework.desktop.imagefilter that return LinearFadeFilter.FadeDirection
static LinearFadeFilter.FadeDirection LinearFadeFilter.FadeDirection.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LinearFadeFilter.FadeDirection[] LinearFadeFilter.FadeDirection.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.salespointframework.desktop.imagefilter with parameters of type LinearFadeFilter.FadeDirection
LinearFadeFilter(int height, int totalHeight, LinearFadeFilter.FadeDirection direction, float alpha1, float alpha2)
          constructor