hep.analysis
Class ScatterPlot

java.lang.Object
  |
  +--hep.analysis.AbstractNamedObject
        |
        +--hep.analysis.Histogram
              |
              +--hep.analysis.ScatterPlot
All Implemented Interfaces:
NamedObject, java.io.Serializable

public final class ScatterPlot
extends Histogram

See Also:
Serialized Form

Inner classes inherited from class hep.analysis.NamedObject
NamedObject.RenameException
 
Fields inherited from class hep.analysis.Histogram
m_partition
 
Fields inherited from class hep.analysis.AbstractNamedObject
m_parent
 
Constructor Summary
ScatterPlot(java.lang.String name)
           
ScatterPlot(java.lang.String name, HistogramFolder parent)
           
ScatterPlot(java.lang.String name, HistogramFolder parent, Partition p)
           
ScatterPlot(java.lang.String name, Partition p)
           
 
Methods inherited from class hep.analysis.Histogram
clear, fill, fill, fill, fill, fill, fill, fillW, fillW, fillW, fillW, fillW, fillW, find, find, getDefaultParent, getEntries, getPartition, getStyle, isClearOnRewind, partitionDestroyedNotify, setClearOnRewind, setPartition, setStyle, show, toString
 
Methods inherited from class hep.analysis.AbstractNamedObject
delete, getFolder, getName, rename
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScatterPlot

public ScatterPlot(java.lang.String name)

ScatterPlot

public ScatterPlot(java.lang.String name,
                   HistogramFolder parent)

ScatterPlot

public ScatterPlot(java.lang.String name,
                   Partition p)

ScatterPlot

public ScatterPlot(java.lang.String name,
                   HistogramFolder parent,
                   Partition p)