|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| 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
| Field Summary |
|---|
| Fields inherited from class hep.aida.ref.histogram.Histogram |
|---|
allEntries, isFillable, meanAndRmsIsSet, sumOfWeights, sumOfWeightsSquared, validEntries, X_AXIS, Y_AXIS, Z_AXIS |
| Fields inherited from class hep.aida.ref.ManagedObject |
|---|
fillable |
| Fields inherited from class hep.aida.ref.event.AIDAObservable |
|---|
connectionDidChange, isConnected, isValid |
| 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, createEvent, entries, equivalentBinEntries, isMeanAndRmsSet, nanEntries, options, setNEntries, setUseOutflows, setValidEntries, sumBinHeights, useOutflows |
| 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, fireStateChanged, fireStateChanged, fireStateChanged, isConnected, removeAllListeners, removeListener, setConnected, setIsValidAfterNotify, setValid, setValidForAll |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, 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 Z| Method Detail |
|---|
public void doc()
public String getTitle()
public void setTitle(String title)
setTitle in interface hep.aida.IBaseHistogramsetTitle in class hep.aida.ref.histogram.AbstractBaseHistogramtitle - Title
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||