All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class hep.analysis.ScatterPlot

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

public final class ScatterPlot
extends Object
implements NamedObject

Constructor Index

 o ScatterPlot(String)
 o ScatterPlot(String, double, double, double, double)
 o ScatterPlot(String, HistogramFolder)
 o ScatterPlot(String, HistogramFolder, double, double, double, double)

Method Index

 o clear()
 o fill(double, double)
 o getName()
 o getPartition()
 o getPeer()
 o setPeer(NamedObjectPeer)

Constructors

 o ScatterPlot
 public ScatterPlot(String name)
 o ScatterPlot
 public ScatterPlot(String name,
                    HistogramFolder parent)
 o ScatterPlot
 public ScatterPlot(String name,
                    double xMin,
                    double xMax,
                    double yMin,
                    double yMax)
 o ScatterPlot
 public ScatterPlot(String name,
                    HistogramFolder parent,
                    double xMin,
                    double xMax,
                    double yMin,
                    double yMax)

Methods

 o fill
 public void fill(double x,
                  double y)
 o getName
 public String getName()
 o setPeer
 public void setPeer(NamedObjectPeer peer)
 o getPeer
 public NamedObjectPeer getPeer()
 o getPartition
 public ScatterPlotPartition getPartition()
 o clear
 public void clear()

All Packages  Class Hierarchy  This Package  Previous  Next  Index