jhplot
Class H3D
- java.lang.Object
-
- All Implemented Interfaces:
- IDevManagedObject, IBaseHistogram, IHistogram, IHistogram3D, IManagedObject, Connectable, IsObservable, java.io.Serializable
public class H3D extends Histogram3D implements java.io.Serializable
Create histogram in 3D- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description H3D(java.lang.String title, IAxis axisX, IAxis axisY, IAxis axisZ)
Create 3D histogram
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
doc()
Show online documentation.java.lang.String
getTitle()
get Title of the histogramvoid
setTitle(java.lang.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
-
-
-
-
Method Detail
-
doc
public void doc()
Show online documentation.
-
getTitle
public java.lang.String getTitle()
get Title of the histogram- Returns:
- Title of histogram
-
setTitle
public void setTitle(java.lang.String title)
Sets the title- Specified by:
setTitle
in interfaceIBaseHistogram
- Overrides:
setTitle
in classAbstractBaseHistogram
- Parameters:
title
- Title
-
-
DMelt 3.0 © DataMelt by jWork.ORG