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-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Tool.ToolListener
bBrush, clickTolerance, listenerList, pPen
chart, InternalUse
Constructor and Description |
---|
GridBand() |
GridBand(IBaseChart c) |
Modifier and Type | Method and Description |
---|---|
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.
|
checkDrawHidden, getAxis, getPen, setAxis
addMouseMotionListener, addToolListener, dispose, fireActiveChanged, fireChanged, fireClicked, fireDragged, fireDragging, fireMouse, fireResized, getActive, getBitmapEditor, mouseEvent, readResolve, removeMouseMotionListener, removeToolListener, setActive, setChart, toString
getChart, invalidate, setBooleanProperty, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty
public GridBand()
public GridBand(IBaseChart c)
public java.lang.String getDescription()
getDescription
in class Tool
public java.lang.String getSummary()
getSummary
in class Tool
public ChartBrush getBand1()
public ChartBrush getBand2()
public void chartEvent(ChartDrawEvent e)
chartEvent
in class Tool