ROOT 6.08/07 Reference Guide |
TLatex helper class used to compute the size of a portion of a formula.
Public Member Functions | |
TLatexFormSize () | |
TLatexFormSize (Double_t x, Double_t y1, Double_t y2) | |
TLatexFormSize (const TLatexFormSize &form) | |
virtual | ~TLatexFormSize () |
TLatexFormSize | AddOver (TLatexFormSize f) |
TLatexFormSize | AddOver (TLatexFormSize f1, TLatexFormSize f2) |
TLatexFormSize | AddUnder (TLatexFormSize f) |
Double_t | Height () const |
TLatexFormSize | operator+ (TLatexFormSize f) |
void | operator+= (TLatexFormSize f) |
Double_t | Over () const |
void | Set (Double_t x, Double_t y1, Double_t y2) |
Double_t | Under () const |
Double_t | Width () const |
Private Attributes | |
Double_t | fOver |
Double_t | fUnder |
Double_t | fWidth |
#include <TLatex.h>
|
inlinevirtual |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |