All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface hep.analysis.Drawable

public interface Drawable
Interface Drawable is implemented by anything that can be drawn on a page


Variable Index

 o RELATIVE_COORDINATE_SYSTEM

Method Index

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

Variables

 o RELATIVE_COORDINATE_SYSTEM
 public static final int RELATIVE_COORDINATE_SYSTEM

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index