hep.aida.jni
Class CIBaseHistogram

java.lang.Object
  extended by hep.aida.jni.CAIDRef
      extended by hep.aida.jni.CProxy
          extended by hep.aida.jni.CIBaseHistogram
All Implemented Interfaces:
hep.aida.IBaseHistogram
Direct Known Subclasses:
CICloud, CIHistogram, CIProfile

public class CIBaseHistogram
extends CProxy
implements hep.aida.IBaseHistogram


Field Summary
 
Fields inherited from class hep.aida.jni.CAIDRef
crefID
 
Constructor Summary
CIBaseHistogram(long crefID)
           
 
Method Summary
 hep.aida.IAnnotation annotation()
           
 int dimension()
           
 int entries()
           
 void reset()
           
 void setTitle(String title)
           
 String title()
           
 
Methods inherited from class hep.aida.jni.CProxy
finalize, finalize
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CIBaseHistogram

public CIBaseHistogram(long crefID)
Method Detail

title

public String title()
Specified by:
title in interface hep.aida.IBaseHistogram

setTitle

public void setTitle(String title)
Specified by:
setTitle in interface hep.aida.IBaseHistogram

annotation

public hep.aida.IAnnotation annotation()
Specified by:
annotation in interface hep.aida.IBaseHistogram

dimension

public int dimension()
Specified by:
dimension in interface hep.aida.IBaseHistogram

reset

public void reset()
Specified by:
reset in interface hep.aida.IBaseHistogram

entries

public int entries()
Specified by:
entries in interface hep.aida.IBaseHistogram


Copyright © 2000-2007 FreeHEP. All Rights Reserved.