Uses of Interface
edu.swri.swiftvis.plot.util.GradientUser

Packages that use GradientUser
edu.swri.swiftvis.plot.styles   
edu.swri.swiftvis.plot.util   
 

Uses of GradientUser in edu.swri.swiftvis.plot.styles
 

Classes in edu.swri.swiftvis.plot.styles that implement GradientUser
 class AveragedSurface
           
 class ImageAdder
          The purpose of this class is to add an image into a plot.
 class RectangleGridSurface
          This class is a faster method of doing surface plots when the plot points are on a rectangular grid.
 class ScatterStyle
           
 

Uses of GradientUser in edu.swri.swiftvis.plot.util
 

Fields in edu.swri.swiftvis.plot.util declared as GradientUser
private  GradientUser ColorGradient.user
           
 

Constructors in edu.swri.swiftvis.plot.util with parameters of type GradientUser
ColorGradient(ColorGradient c, GradientUser gu)
           
ColorGradient(GradientUser gu)