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

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

Uses of Profilable in edu.ull.cgunay.plots
 

Subclasses of Profilable in edu.ull.cgunay.plots
 class ErrorValue
          Simple encapsulation of a double value with minimum and maximum error.
 class ProfilableDouble
          Encapsulation of a double value as a Profilable entity.
 

Fields in edu.ull.cgunay.plots declared as Profilable
protected  Profilable Profile.entity
          Entity to be observed and recorded.
 

Methods in edu.ull.cgunay.plots with parameters of type Profilable
 void Profile.connectTo(Profilable entity, Object time)
          Adds this object to the observer list of the entity and initializes the profile with given time-entity pair.
 

Constructors in edu.ull.cgunay.plots with parameters of type Profilable
Profile(Profilable entity, Object time)
          Starts recording entity at given time.