hep.lcd.geometry
Interface PlotGraphics


public interface PlotGraphics


Field Summary
static int VIEW_XY
           
static int VIEW_XZ
           
static int VIEW_YZ
           
 
Method Summary
 void drawCircle(double x, double y, double radius, Color color)
           
 void drawRectangle(double x1, double y1, double x2, double y2, Color color)
           
 int getView()
           
 

Field Detail

VIEW_XY

public static final int VIEW_XY

VIEW_XZ

public static final int VIEW_XZ

VIEW_YZ

public static final int VIEW_YZ
Method Detail

getView

public int getView()

drawCircle

public void drawCircle(double x,
                       double y,
                       double radius,
                       Color color)

drawRectangle

public void drawRectangle(double x1,
                          double y1,
                          double x2,
                          double y2,
                          Color color)


The LCD Group