com.steema.teechart.tools
Class ExtraLegend

java.lang.Object
  extended by com.steema.teechart.TeeBase
      extended by com.steema.teechart.tools.Tool
          extended by com.steema.teechart.tools.ToolSeries
              extended by com.steema.teechart.tools.ExtraLegend

public class ExtraLegend
extends ToolSeries

Title: ExtraLegend class

Description: ExtraLegend tool.

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.ToolSeries
iSeries
 
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
ExtraLegend()
           
ExtraLegend(IBaseChart c)
           
 
Method Summary
 void chartEvent(ChartDrawEvent ce)
           
 java.lang.String getDescription()
          Gets descriptive text.
 Legend getLegend()
          Defines the Legend characteristics.
 java.lang.String getSummary()
          Gets detailed descriptive text.
 void setLegend(Legend value)
          Defines the Legend characteristics.
 
Methods inherited from class com.steema.teechart.tools.ToolSeries
getHorizAxis, getSeries, getVertAxis, setSeries
 
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

ExtraLegend

public ExtraLegend()

ExtraLegend

public ExtraLegend(IBaseChart c)
Method Detail

getLegend

public Legend getLegend()
Defines the Legend characteristics.

Returns:
Legend

setLegend

public void setLegend(Legend value)
Defines the Legend characteristics.

Parameters:
value - Legend

chartEvent

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

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