All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class hep.analysis.Plot

java.lang.Object
   |
   +----hep.analysis.Plot

public class Plot
extends Object
implements Drawable
Interface Drawable is implemented by anything that can be drawn on a page. Add and remote plots from a Page using the methods add(Drawable) and remove(Drawable).

See Also:
add, remove

Method Index

 o setCoordinateSystem(int)
 o setLocation(double, double)
 o setSize(double, double)

Methods

 o setCoordinateSystem
 public void setCoordinateSystem(int system)
 o setSize
 public void setSize(double width,
                     double height)
 o setLocation
 public void setLocation(double x,
                         double y)

All Packages  Class Hierarchy  This Package  Previous  Next  Index