com.steema.teechart.tools
Class GridBand
java.lang.Object
com.steema.teechart.TeeBase
com.steema.teechart.tools.Tool
com.steema.teechart.tools.ToolAxis
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
Fields inherited from class com.steema.teechart.tools.ToolAxis |
iAxis |
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GridBand
public GridBand()
GridBand
public GridBand(IBaseChart c)
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