hep.io.root.interfaces
Interface TAttAxis

All Superinterfaces:
RootObject
All Known Subinterfaces:
TAxis

public interface TAttAxis
extends RootObject


Field Summary
static int rootCheckSum
           
static int rootIOVersion
           
 
Method Summary
 short getAxisColor()
          color of the line axis
 short getLabelColor()
          color of labels
 short getLabelFont()
          font for labels
 float getLabelOffset()
          offset of labels
 float getLabelSize()
          size of labels
 int getNdivisions()
          Number of divisions(10000*n3 + 100*n2 + n1)
 float getTickLength()
          length of tick marks
 short getTitleColor()
          color of axis title
 short getTitleFont()
          font for axis title
 float getTitleOffset()
          offset of axis title
 float getTitleSize()
          size of axis title
 
Methods inherited from interface hep.io.root.RootObject
getRootClass
 

Field Detail

rootIOVersion

static final int rootIOVersion
See Also:
Constant Field Values

rootCheckSum

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

getAxisColor

short getAxisColor()
color of the line axis


getLabelColor

short getLabelColor()
color of labels


getLabelFont

short getLabelFont()
font for labels


getLabelOffset

float getLabelOffset()
offset of labels


getLabelSize

float getLabelSize()
size of labels


getNdivisions

int getNdivisions()
Number of divisions(10000*n3 + 100*n2 + n1)


getTickLength

float getTickLength()
length of tick marks


getTitleColor

short getTitleColor()
color of axis title


getTitleFont

short getTitleFont()
font for axis title


getTitleOffset

float getTitleOffset()
offset of axis title


getTitleSize

float getTitleSize()
size of axis title



Copyright © 2000-2013 FreeHEP. All Rights Reserved.