|
BioDynaMo
v1.05.125-2619fe54
|
#include <style.h>
Public Member Functions | |
| Style () | |
| ~Style () | |
| operator TStyle * () const | |
| TStyle * | GetTStyle () const |
Private Member Functions | |
| void | ToTStyle () const |
| void | FromTStyle (TStyle *style) |
| ClassDefNV (Style, 1) | |
Private Attributes | |
| TStyle * | tstyle_ = nullptr |
| TAttAxis | fXaxis |
| X axis attributes. More... | |
| TAttAxis | fYaxis |
| Y axis attributes. More... | |
| TAttAxis | fZaxis |
| Z axis attributes. More... | |
| Float_t | fBarWidth |
| Width of bar for graphs. More... | |
| Float_t | fBarOffset |
| Offset of bar for graphs. More... | |
| Int_t | fColorModelPS |
| PostScript color model: 0 = RGB, 1 = CMYK. More... | |
| Int_t | fDrawBorder |
| Flag to draw border(=1) or not (0) More... | |
| Int_t | fOptLogx |
| True if log scale in X. More... | |
| Int_t | fOptLogy |
| True if log scale in y. More... | |
| Int_t | fOptLogz |
| True if log scale in z. More... | |
| Int_t | fOptDate |
| True if date option is selected. More... | |
| Int_t | fOptStat |
| True if option Stat is selected. More... | |
| Int_t | fOptTitle |
| True if option Title is selected. More... | |
| Int_t | fOptFile |
| True if option File is selected. More... | |
| Int_t | fOptFit |
| True if option Fit is selected. More... | |
| Int_t | fShowEventStatus |
| Show event status panel. More... | |
| Int_t | fShowEditor |
| Show pad editor. More... | |
| Int_t | fShowToolBar |
| Show toolbar. More... | |
| Int_t | fNumberContours |
| Default number of contours for 2-d plots. More... | |
| TAttText | fAttDate |
| Canvas date attribute. More... | |
| Float_t | fDateX |
| X position of the date in the canvas (in NDC) More... | |
| Float_t | fDateY |
| Y position of the date in the canvas (in NDC) More... | |
| Float_t | fEndErrorSize |
| Size of lines at the end of error bars. More... | |
| Float_t | fErrorX |
| Per cent of bin width for errors along X. More... | |
| Color_t | fFuncColor |
| Function color. More... | |
| Style_t | fFuncStyle |
| Function style. More... | |
| Width_t | fFuncWidth |
| Function line width. More... | |
| Color_t | fGridColor |
| Grid line color (if 0 use axis line color) More... | |
| Style_t | fGridStyle |
| Grid line style. More... | |
| Width_t | fGridWidth |
| Grid line width. More... | |
| Width_t | fLegendBorderSize |
| Legend box border size. More... | |
| Color_t | fLegendFillColor |
| Legend fill color. More... | |
| Style_t | fLegendFont |
| Legend font style. More... | |
| Double_t | fLegendTextSize |
| Int_t | fHatchesLineWidth |
| Hatches line width for hatch styles > 3100. More... | |
| Double_t | fHatchesSpacing |
| Hatches spacing for hatch styles > 3100. More... | |
| Color_t | fFrameFillColor |
| Pad frame fill color. More... | |
| Color_t | fFrameLineColor |
| Pad frame line color. More... | |
| Style_t | fFrameFillStyle |
| Pad frame fill style. More... | |
| Style_t | fFrameLineStyle |
| Pad frame line style. More... | |
| Width_t | fFrameLineWidth |
| Pad frame line width. More... | |
| Width_t | fFrameBorderSize |
| Pad frame border size. More... | |
| Int_t | fFrameBorderMode |
| Pad frame border mode. More... | |
| Color_t | fHistFillColor |
| Histogram fill color. More... | |
| Color_t | fHistLineColor |
| Histogram line color. More... | |
| Style_t | fHistFillStyle |
| Histogram fill style. More... | |
| Style_t | fHistLineStyle |
| Histogram line style. More... | |
| Width_t | fHistLineWidth |
| Histogram line width. More... | |
| Bool_t | fHistMinimumZero |
| Double_t | fHistTopMargin |
| Margin between histogram's top and pad's top. More... | |
| Bool_t | fCanvasPreferGL |
| If true, rendering in canvas is with GL. More... | |
| Color_t | fCanvasColor |
| Canvas color. More... | |
| Width_t | fCanvasBorderSize |
| Canvas border size. More... | |
| Int_t | fCanvasBorderMode |
| Canvas border mode. More... | |
| Int_t | fCanvasDefH |
| Default canvas height. More... | |
| Int_t | fCanvasDefW |
| Default canvas width. More... | |
| Int_t | fCanvasDefX |
| Default canvas top X position. More... | |
| Int_t | fCanvasDefY |
| Default canvas top Y position. More... | |
| Color_t | fPadColor |
| Pad color. More... | |
| Width_t | fPadBorderSize |
| Pad border size. More... | |
| Int_t | fPadBorderMode |
| Pad border mode. More... | |
| Float_t | fPadBottomMargin |
| Pad bottom margin. More... | |
| Float_t | fPadTopMargin |
| Pad top margin. More... | |
| Float_t | fPadLeftMargin |
| Pad left margin. More... | |
| Float_t | fPadRightMargin |
| Pad right margin. More... | |
| Bool_t | fPadGridX |
| True to get the grid along X. More... | |
| Bool_t | fPadGridY |
| True to get the grid along Y. More... | |
| Int_t | fPadTickX |
| True to set special pad ticks along X. More... | |
| Int_t | fPadTickY |
| True to set special pad ticks along Y. More... | |
| Float_t | fPaperSizeX |
| PostScript paper size along X. More... | |
| Float_t | fPaperSizeY |
| PostScript paper size along Y. More... | |
| Float_t | fScreenFactor |
| Multiplication factor for canvas size and position. More... | |
| Color_t | fStatColor |
| Stat fill area color. More... | |
| Color_t | fStatTextColor |
| Stat text color. More... | |
| Width_t | fStatBorderSize |
| Border size of Stats PaveLabel. More... | |
| Style_t | fStatFont |
| Font style of Stats PaveLabel. More... | |
| Float_t | fStatFontSize |
| Font size in pixels for fonts with precision type 3. More... | |
| Style_t | fStatStyle |
| Fill area style of Stats PaveLabel. More... | |
| TString | fStatFormat |
| Printing format for stats. More... | |
| Float_t | fStatX |
| X position of top right corner of stat box. More... | |
| Float_t | fStatY |
| Y position of top right corner of stat box. More... | |
| Float_t | fStatW |
| Width of stat box. More... | |
| Float_t | fStatH |
| Height of stat box. More... | |
| Bool_t | fStripDecimals |
| Strip decimals in axis labels. More... | |
| Int_t | fTitleAlign |
| Title box alignment. More... | |
| Color_t | fTitleColor |
| Title fill area color. More... | |
| Color_t | fTitleTextColor |
| Title text color. More... | |
| Width_t | fTitleBorderSize |
| Border size of Title PavelLabel. More... | |
| Style_t | fTitleFont |
| Font style of Title PaveLabel. More... | |
| Float_t | fTitleFontSize |
| Font size in pixels for fonts with precision type 3. More... | |
| Style_t | fTitleStyle |
| Fill area style of title PaveLabel. More... | |
| Float_t | fTitleX |
| X position of top left corner of title box. More... | |
| Float_t | fTitleY |
| Y position of top left corner of title box. More... | |
| Float_t | fTitleW |
| Width of title box. More... | |
| Float_t | fTitleH |
| Height of title box. More... | |
| Float_t | fLegoInnerR |
| Inner radius for cylindrical legos. More... | |
| TString | fHeaderPS |
| User defined additional Postscript header. More... | |
| TString | fTitlePS |
| User defined Postscript file title. More... | |
| TString | fFitFormat |
| Printing format for fit parameters. More... | |
| TString | fPaintTextFormat |
| Printing format for TH2::PaintText. More... | |
| Float_t | fLineScalePS |
| Line scale factor when drawing lines on Postscript. More... | |
| Int_t | fJoinLinePS |
| Int_t | fCapLinePS |
| Double_t | fTimeOffset |
| Time offset to the beginning of an axis. More... | |
| Float_t | fImageScaling |
This is just a replacement for TStyle until a bug related to JSON deserialization is resolved.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
mutableprivate |
1.8.17