|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthep.aida.ref.event.AIDAObservable
hep.aida.ref.ManagedObject
hep.aida.ref.histogram.AbstractBaseHistogram
hep.aida.ref.histogram.Histogram
hep.aida.ref.histogram.Histogram3D
jhplot.H3D
public class H3D
Create histogram in 3D
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 |
---|
public H3D(String title, hep.aida.IAxis axisX, hep.aida.IAxis axisY, hep.aida.IAxis axisZ)
title
- titleaxisX
- Axis for XaxisY
- Axis for YaxisZ
- Axis for ZMethod Detail |
---|
public void doc()
public String getTitle()
public void setTitle(String title)
setTitle
in interface hep.aida.IBaseHistogram
setTitle
in class AbstractBaseHistogram
title
- Title
|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |