|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.steema.teechart.TeeBase
com.steema.teechart.tools.Tool
com.steema.teechart.tools.ToolSeries
com.steema.teechart.tools.SeriesBand
public class SeriesBand
Title: SeriesBand class
Description: Series Band tool.
Use it to display a band between two (line) series.
created 2003-12-14 by mkaul@leuze.de
Copyright (c) 2005-2008 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
| Field Summary |
|---|
| Fields inherited from class com.steema.teechart.tools.ToolSeries |
|---|
iSeries |
| Fields inherited from class com.steema.teechart.tools.Tool |
|---|
bBrush, clickTolerance, listenerList, pPen |
| Fields inherited from class com.steema.teechart.TeeBase |
|---|
chart |
| Constructor Summary | |
|---|---|
SeriesBand()
|
|
SeriesBand(IBaseChart c)
|
|
| Method Summary | |
|---|---|
void |
chartEvent(ChartDrawEvent ce)
|
protected void |
doAfterDrawValues(java.lang.Object sender)
|
protected void |
doBeforeDrawValues(java.lang.Object sender)
|
protected void |
drawBandTool()
|
double |
getBoundValue()
Constant value to be used as one of the limits of band filled areas. |
ChartBrush |
getBrush()
Element Brush characteristics. |
java.lang.String |
getDescription()
Gets descriptive text. |
boolean |
getDrawBehindSeries()
Flag which causes filling to occur before or after the series are displayed. |
Gradient |
getGradient()
The gradient colors used to fill the area between the two series. |
ChartPen |
getPen()
Indicates the kind of pen used to draw Series Band. |
Series |
getSeries2()
Second series associated to this tool. |
java.lang.String |
getSummary()
Gets detailed descriptive text. |
int |
getTransparency()
The amount of semi-glass effect (opacity) to apply when filling the area between the two series as percentage. |
void |
setBoundValue(double value)
Sets a constant value to be used as one of the limits of band filled areas. |
void |
setBrush(ChartBrush value)
Set Brush characteristics. |
void |
setDrawBehindSeries(boolean value)
Sets a flag which causes filling to occur before or after the series are displayed. |
void |
setGradient(Gradient value)
Sets the gradient colors used to fill the area between the two series. |
void |
setPen(ChartPen value)
Determines the kind of pen used to draw Series Band. |
void |
setSeries(Series value)
Sets the Series with which Tools are associated. Default value: null |
void |
setSeries2(Series value)
Sets the second series associated to this tool. SeriesBand tool needs two series to fill the area in between them. |
protected void |
SetSeries2(Series value)
|
void |
setTransparency(int value)
Sets the amount of semi-glass effect (opacity) to apply when filling the area between the two series as percentage. |
| Methods inherited from class com.steema.teechart.tools.ToolSeries |
|---|
getHorizAxis, getSeries, getVertAxis |
| Methods inherited from class com.steema.teechart.tools.Tool |
|---|
addMouseMotionListener, fireChanged, fireClicked, fireDragged, fireDragging, fireMouse, fireResized, getActive, getBitmapEditor, mouseEvent, readResolve, removeMouseMotionListener, setActive, setChart, toString |
| Methods inherited from class com.steema.teechart.TeeBase |
|---|
getChart, invalidate, setBooleanProperty, setColorProperty, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SeriesBand()
public SeriesBand(IBaseChart c)
| Method Detail |
|---|
public double getBoundValue()
public void setBoundValue(double value)
value - doublepublic boolean getDrawBehindSeries()
public void setDrawBehindSeries(boolean value)
value - booleanpublic java.lang.String getDescription()
getDescription in class Toolpublic java.lang.String getSummary()
getSummary in class Toolpublic Series getSeries2()
public void setSeries2(Series value)
value - Seriespublic ChartBrush getBrush()
public void setBrush(ChartBrush value)
value - ChartBrushpublic ChartPen getPen()
public void setPen(ChartPen value)
value - ChartPenpublic int getTransparency()
public void setTransparency(int value)
value - intpublic Gradient getGradient()
public void setGradient(Gradient value)
value - Gradientpublic void chartEvent(ChartDrawEvent ce)
chartEvent in class Toolpublic void setSeries(Series value)
ToolSeries
setSeries in class ToolSeriesvalue - Seriesprotected void SetSeries2(Series value)
protected void doBeforeDrawValues(java.lang.Object sender)
protected void doAfterDrawValues(java.lang.Object sender)
protected void drawBandTool()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||