jhplot
Class H3D

java.lang.Object
  extended by hep.aida.ref.event.AIDAObservable
      extended by hep.aida.ref.ManagedObject
          extended by hep.aida.ref.histogram.AbstractBaseHistogram
              extended by hep.aida.ref.histogram.Histogram
                  extended by hep.aida.ref.histogram.Histogram3D
                      extended by jhplot.H3D
All Implemented Interfaces:
hep.aida.dev.IDevManagedObject, hep.aida.IBaseHistogram, hep.aida.IHistogram, hep.aida.IHistogram3D, hep.aida.IManagedObject, Connectable, IsObservable, Serializable

public class H3D
extends Histogram3D
implements Serializable

Create histogram in 3D

See Also:
Serialized Form

Constructor Summary
H3D(String title, hep.aida.IAxis axisX, hep.aida.IAxis axisY, hep.aida.IAxis axisZ)
          Create 3D histogram
 
Method Summary
 void doc()
          Show online documentation.
 String getTitle()
          get Title of the histogram
 void setTitle(String title)
          Sets the title
 
Methods inherited from class hep.aida.ref.histogram.Histogram3D
add, binEntries, binEntriesX, binEntriesY, binEntriesZ, binError, binHeight, binHeightX, binHeightY, binHeightZ, binMeanX, binMeanY, binMeanZ, binRmsX, binRmsY, binRmsZ, coordToIndexX, coordToIndexY, coordToIndexZ, extraEntries, fill, fill, initHistogram3D, maxBinHeight, meanX, meanY, meanZ, minBinHeight, reset, rmsX, rmsY, rmsZ, scale, setBinError, setContents, setMeanX, setMeanY, setMeanZ, setRmsX, setRmsY, setRmsZ, sumAllBinHeights, sumExtraBinHeights, xAxis, yAxis, zAxis
 
Methods inherited from class hep.aida.ref.histogram.Histogram
allEntries, entries, equivalentBinEntries, isMeanAndRmsSet, nanEntries, setNEntries, setValidEntries, sumBinHeights
 
Methods inherited from class hep.aida.ref.histogram.AbstractBaseHistogram
annotation, dimension, mapBinNumber, setAnnotation, title
 
Methods inherited from class hep.aida.ref.ManagedObject
isFillable, name, setFillable, setName, type, typeForClass
 
Methods inherited from class hep.aida.ref.event.AIDAObservable
addListener, isConnected, removeAllListeners, removeListener, setConnected, setValid, setValidForAll
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface hep.aida.IHistogram
allEntries, equivalentBinEntries, sumBinHeights
 
Methods inherited from interface hep.aida.IBaseHistogram
annotation, dimension, entries, nanEntries, title
 
Methods inherited from interface hep.aida.ref.event.IsObservable
addListener, removeAllListeners, removeListener, setValid
 
Methods inherited from interface hep.aida.ref.event.Connectable
isConnected, setConnected
 

Constructor Detail

H3D

public H3D(String title,
           hep.aida.IAxis axisX,
           hep.aida.IAxis axisY,
           hep.aida.IAxis axisZ)
Create 3D histogram

Parameters:
title - title
axisX - Axis for X
axisY - Axis for Y
axisZ - Axis for Z
Method Detail

doc

public void doc()
Show online documentation.


getTitle

public String getTitle()
get Title of the histogram

Returns:
Title of histogram

setTitle

public void setTitle(String title)
Sets the title

Specified by:
setTitle in interface hep.aida.IBaseHistogram
Overrides:
setTitle in class AbstractBaseHistogram
Parameters:
title - Title


jHepWork 3.1 ©