hep.io.root.interfaces
Interface TAxis

All Superinterfaces:
RootObject, TAttAxis, TNamed, TObject

public interface TAxis
extends RootObject, TNamed, TAttAxis


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.interfaces.TNamed
getName, getTitle
 
Methods inherited from interface hep.io.root.interfaces.TObject
getBits, getUniqueID
 
Methods inherited from interface hep.io.root.RootObject
getRootClass
 
Methods inherited from interface hep.io.root.interfaces.TAttAxis
getAxisColor, getLabelColor, getLabelFont, getLabelOffset, getLabelSize, getNdivisions, getTickLength, getTitleColor, getTitleFont, getTitleOffset, getTitleSize
 

Field Detail

rootIOVersion

static final int rootIOVersion
See Also:
Constant Field Values

rootCheckSum

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

getFirst

int getFirst()
first bin to display


getLast

int getLast()
last bin to display


getNbins

int getNbins()
Number of bins


getTimeDisplay

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


getTimeFormat

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


getXbins

TArrayD getXbins()
Bin edges array in X


getXmax

double getXmax()
upper edge of last bin


getXmin

double getXmin()
low edge of first bin



Copyright © 2000-2013 FreeHEP. All Rights Reserved.