FreeHEP API
Version current

hep.aida.jni
Class CIAxis

java.lang.Object
  extended byhep.aida.jni.CAIDRef
      extended byhep.aida.jni.CProxy
          extended byhep.aida.jni.CIAxis
All Implemented Interfaces:
hep.aida.IAxis

public class CIAxis
extends CProxy
implements hep.aida.IAxis

Source Code:
CIAxis.java

Field Summary
 
Fields inherited from class hep.aida.jni.CAIDRef
crefID
 
Fields inherited from interface hep.aida.IAxis
OVERFLOW_BIN, UNDERFLOW_BIN
 
Constructor Summary
CIAxis(long crefID)
           
 
Method Summary
 double binLowerEdge(int index)
           
 int bins()
           
 double binUpperEdge(int index)
           
 double binWidth(int index)
           
 int coordToIndex(double coord)
           
 boolean isFixedBinning()
           
 double lowerEdge()
           
 double upperEdge()
           
 
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
 
Methods inherited from interface hep.aida.IAxis
binCenter
 

Constructor Detail

CIAxis

public CIAxis(long crefID)
Method Detail

isFixedBinning

public boolean isFixedBinning()
Specified by:
isFixedBinning in interface hep.aida.IAxis

lowerEdge

public double lowerEdge()
Specified by:
lowerEdge in interface hep.aida.IAxis

upperEdge

public double upperEdge()
Specified by:
upperEdge in interface hep.aida.IAxis

bins

public int bins()
Specified by:
bins in interface hep.aida.IAxis

binLowerEdge

public double binLowerEdge(int index)
Specified by:
binLowerEdge in interface hep.aida.IAxis

binUpperEdge

public double binUpperEdge(int index)
Specified by:
binUpperEdge in interface hep.aida.IAxis

binWidth

public double binWidth(int index)
Specified by:
binWidth in interface hep.aida.IAxis

coordToIndex

public int coordToIndex(double coord)
Specified by:
coordToIndex in interface hep.aida.IAxis

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.