Uses of Class
edu.ull.cgunay.plots.Profile

Packages that use Profile
edu.ull.cgunay.plots Grapher independent plotting system that allows using external grapher programs to display plots created in Java.  
 

Uses of Profile in edu.ull.cgunay.plots
 

Fields in edu.ull.cgunay.plots declared as Profile
(package private)  Profile ErrorBarPlot.errorValues
           
(package private)  Profile ProfilePlot.profile
           
(package private)  Profile Grapher.ProfileData.profile
           
 

Methods in edu.ull.cgunay.plots with parameters of type Profile
protected  String Plot.profile(Profile param1, Range param2)
           
 String Grapher.profile(Profile profile, Range range)
          Returns a string representation of a Profile for a given Range.
 

Constructors in edu.ull.cgunay.plots with parameters of type Profile
Grapher.PreciseProfileData(String label, Profile profile)
           
Grapher.PreciseProfileData(String label, Profile profile, Range range)
          Creates a new PreciseProfileData instance.
ErrorBarPlot(String label, Range range, Profile errorValues)
          Takes list of ErrorValues to plot.
ProfilePlot(String title, Range range, Profile profile)
           
ProfilePlot(Profile profile)
           
Grapher.ProfileData(String label, Profile profile, Range range)
           
Grapher.ErrorData(String label, Profile errorValues)