FreeHEP API
Version current

hep.io.root.interfaces
Interface TGraph

All Superinterfaces:
RootObject, TAttFill, TAttLine, TAttMarker, TNamed, TObject

public interface TGraph
extends RootObject, TNamed, TAttLine, TAttFill, TAttMarker

Source Code:
TGraph.java

Field Summary
static int rootIOVersion
           
 
Fields inherited from interface hep.io.root.interfaces.TAttLine
rootCheckSum
 
Fields inherited from interface hep.io.root.interfaces.TAttFill
rootCheckSum
 
Method Summary
 TList getFunctions()
          Pointer to list of functions (fits and user)
 TH1F getHistogram()
          Pointer to histogram used for drawing axis
 double getMaximum()
          Maximum value for plotting along y
 double getMinimum()
          Minimum value for plotting along y
 int getNpoints()
          Number of points
 double[] getX()
          [fNpoints] array of X points
 double[] getY()
          [fNpoints] array of Y points
 
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.TAttLine
getLineColor, getLineStyle, getLineWidth
 
Methods inherited from interface hep.io.root.interfaces.TAttFill
getFillColor, getFillStyle
 
Methods inherited from interface hep.io.root.interfaces.TAttMarker
getMarkerColor, getMarkerSize, getMarkerStyle
 

Field Detail

rootIOVersion

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

getFunctions

public TList getFunctions()
Pointer to list of functions (fits and user)


getHistogram

public TH1F getHistogram()
Pointer to histogram used for drawing axis


getMaximum

public double getMaximum()
Maximum value for plotting along y


getMinimum

public double getMinimum()
Minimum value for plotting along y


getNpoints

public int getNpoints()
Number of points


getX

public double[] getX()
[fNpoints] array of X points


getY

public double[] getY()
[fNpoints] array of Y points


FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.