| Trees | Index | Help | 
|---|
| Module gwy :: Class ColorAxis | 
  | 
| Method Summary | |
|---|---|
Creates a new color axis.  | |
Gets the color gradient a color axis uses.  | |
Gets the visibility of labels of a color axis.  | |
Gets the range of a color axis.  | |
Gets the SI unit a color axis displays.  | |
Gets ticks style of a color axis.  | |
Sets the color gradient a color axis should use.  | |
Sets the visibility of labels of a color axis.  | |
Sets the range of a color axis.  | |
Sets the SI unit a color axis displays.  | |
Sets the ticks style of a color axis.  | |
| Method Details | 
|---|
  __init__(orientation)
    
  Creates a new color axis.
   | 
  get_gradient()Gets the color gradient a color axis uses.
  | 
  get_labels_visible()Gets the visibility of labels of a color axis.
  | 
  get_range(min, max)Gets the range of a color axis.
  | 
  get_si_unit()Gets the SI unit a color axis displays.
  | 
  get_ticks_style()Gets ticks style of a color axis.
  | 
  set_gradient(gradient)Sets the color gradient a color axis should use.
  | 
  set_labels_visible(labels_visible)Sets the visibility of labels of a color axis.
  | 
  set_range(min, max)Sets the range of a color axis.
  | 
  set_si_unit(unit)Sets the SI unit a color axis displays.
  | 
  set_ticks_style(ticks_style)Sets the ticks style of a color axis.
  | 
| Trees | Index | Help | 
|---|
| Generated by Epydoc 2.1 on Tue Dec 30 04:01:41 2008 | http://epydoc.sf.net |