com.steema.teechart.tools
Class GridBand

java.lang.Object
  extended by com.steema.teechart.TeeBase
      extended by com.steema.teechart.tools.Tool
          extended by com.steema.teechart.tools.ToolAxis
              extended by com.steema.teechart.tools.GridBand

public class GridBand
extends ToolAxis

Title: GridBand class

Description: Grid Band tool, use it to display a coloured rectangles (bands) at the grid lines of the specified axis and position.

Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.

Company: Steema Software SL


Field Summary
 
Fields inherited from class com.steema.teechart.tools.ToolAxis
iAxis
 
Fields inherited from class com.steema.teechart.tools.Tool
bBrush, clickTolerance, listenerList, pPen
 
Fields inherited from class com.steema.teechart.TeeBase
chart, InternalUse
 
Constructor Summary
GridBand()
           
GridBand(IBaseChart c)
           
 
Method Summary
 void chartEvent(ChartDrawEvent e)
           
 ChartBrush getBand1()
          The Brush characteristics of the first GridBand tool Band.
 ChartBrush getBand2()
          The Brush characteristics of the second GridBand tool Band.
 java.lang.String getDescription()
          Gets descriptive text.
 java.lang.String getSummary()
          Gets detailed descriptive text.
 
Methods inherited from class com.steema.teechart.tools.ToolAxis
checkDrawHidden, getAxis, getPen, setAxis
 
Methods inherited from class com.steema.teechart.tools.Tool
dispose, fireChanged, fireClicked, fireDragged, fireDragging, fireMouse, fireResized, getActive, mouseEvent, readResolve, setActive, setChart, toString
 
Methods inherited from class com.steema.teechart.TeeBase
getChart, invalidate, setBooleanProperty, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GridBand

public GridBand()

GridBand

public GridBand(IBaseChart c)
Method Detail

getDescription

public java.lang.String getDescription()
Gets descriptive text.

Overrides:
getDescription in class Tool
Returns:
String

getSummary

public java.lang.String getSummary()
Gets detailed descriptive text.

Overrides:
getSummary in class Tool
Returns:
String

getBand1

public ChartBrush getBand1()
The Brush characteristics of the first GridBand tool Band.

Returns:
ChartBrush

getBand2

public ChartBrush getBand2()
The Brush characteristics of the second GridBand tool Band.

Returns:
ChartBrush

chartEvent

public void chartEvent(ChartDrawEvent e)
Overrides:
chartEvent in class Tool