FreeHEP API
Version current

hep.io.root.interfaces
Interface TAttAxis

All Superinterfaces:
RootObject
All Known Subinterfaces:
TAxis

public interface TAttAxis
extends RootObject

Source Code:
TAttAxis.java

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

public static final int rootIOVersion
See Also:
Constant Field Values

rootCheckSum

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

getAxisColor

public short getAxisColor()
color of the line axis


getLabelColor

public short getLabelColor()
color of labels


getLabelFont

public short getLabelFont()
font for labels


getLabelOffset

public float getLabelOffset()
offset of labels


getLabelSize

public float getLabelSize()
size of labels


getNdivisions

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


getTickLength

public float getTickLength()
length of tick marks


getTitleColor

public short getTitleColor()
color of axis title


getTitleFont

public short getTitleFont()
font for axis title


getTitleOffset

public float getTitleOffset()
offset of axis title


getTitleSize

public float getTitleSize()
size of axis title


FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.