22 class TGLAxis :
public TAttLine,
public TAttText {
24 TGLAxis(
const TGLAxis&);
25 TGLAxis& operator=(
const TGLAxis&);
39 Double_t fTickMarksLength;
40 Int_t fTickMarksOrientation;
41 Double_t fLabelsOffset;
53 void PaintGLAxis (
const Double_t p1[3],
const Double_t p2[3],
54 Double_t wmin , Double_t wmax , Int_t ndiv,
57 void PaintGLAxisBody ();
58 void PaintGLAxisTickMarks ();
59 void PaintGLAxisLabels ();
60 void TicksPositions (Option_t *opt=
"");
61 void TicksPositionsNoOpt ();
62 void TicksPositionsOpt ();
64 void SetTickMarksLength (Double_t length){fTickMarksLength = length;}
65 void SetTickMarksOrientation (Int_t tmo){fTickMarksOrientation = tmo;}
66 void SetLabelsOffset (Double_t offset){fLabelsOffset = offset;}
67 void SetLabelsSize (Double_t size){fLabelsSize = size;}
68 void SetGridLength (Double_t grid){fGridLength = grid;}
69 void SetLabelsAngles (Double_t a1, Double_t a2, Double_t a3);