FreeHEP API
Version current

hep.io.root.interfaces
Interface TAxis

All Superinterfaces:
RootObject, TAttAxis, TNamed, TObject

public interface TAxis
extends RootObject, TNamed, TAttAxis

Source Code:
TAxis.java

Field Summary
static int rootCheckSum
           
static int rootIOVersion
           
 
Method Summary
 int getFirst()
          first bin to display
 int getLast()
          last bin to display
 int getNbins()
          Number of bins
 boolean getTimeDisplay()
          on/off displaying time values instead of numerics
 TString getTimeFormat()
          Date&time format, ex: 09/12/99 12:34:00
 TArrayD getXbins()
          Bin edges array in X
 double getXmax()
          upper edge of last bin
 double getXmin()
          low edge of first bin
 
Methods inherited from interface hep.io.root.RootObject
getRootClass
 
Methods inherited from interface hep.io.root.interfaces.TNamed
getName, getTitle
 
Methods inherited from interface hep.io.root.interfaces.TObject
getBits, getUniqueID
 
Methods inherited from interface hep.io.root.interfaces.TAttAxis
getAxisColor, getLabelColor, getLabelFont, getLabelOffset, getLabelSize, getNdivisions, getTickLength, getTitleColor, getTitleFont, getTitleOffset, getTitleSize
 

Field Detail

rootIOVersion

public static final int rootIOVersion
See Also:
Constant Field Values

rootCheckSum

public static final int rootCheckSum
See Also:
Constant Field Values
Method Detail

getFirst

public int getFirst()
first bin to display


getLast

public int getLast()
last bin to display


getNbins

public int getNbins()
Number of bins


getTimeDisplay

public boolean getTimeDisplay()
on/off displaying time values instead of numerics


getTimeFormat

public TString getTimeFormat()
Date&time format, ex: 09/12/99 12:34:00


getXbins

public TArrayD getXbins()
Bin edges array in X


getXmax

public double getXmax()
upper edge of last bin


getXmin

public double getXmin()
low edge of first bin


FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.