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
-
setCoordinateSystem(int)
-
-
setLocation(double, double)
-
-
setSize(double, double)
-
setCoordinateSystem
public void setCoordinateSystem(int system)
setSize
public void setSize(double width,
double height)
setLocation
public void setLocation(double x,
double y)
All Packages Class Hierarchy This Package Previous Next Index