org.jfree.chart.entity
Class ContourEntity

java.lang.Object
  extended byorg.jfree.chart.entity.ChartEntity
      extended byorg.jfree.chart.entity.ContourEntity

public class ContourEntity
extends ChartEntity

Represents an item on a contour chart.

Author:
David M. O'Donnell

Constructor Summary
ContourEntity(java.awt.Shape area, java.lang.String toolTipText)
          Constructor for ContourEntity.
ContourEntity(java.awt.Shape area, java.lang.String toolTipText, java.lang.String urlText)
          Constructor for ContourEntity.
 
Method Summary
 int getIndex()
          Returns the index.
 void setIndex(int index)
          Sets the index.
 
Methods inherited from class org.jfree.chart.entity.ChartEntity
getArea, getImageMapAreaTag, getShapeCoords, getShapeType, getToolTipText, getURLText, setArea, setToolTipText, setURLText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContourEntity

public ContourEntity(java.awt.Shape area,
                     java.lang.String toolTipText)
Constructor for ContourEntity.

Parameters:
area - the area.
toolTipText - the tooltip text.

ContourEntity

public ContourEntity(java.awt.Shape area,
                     java.lang.String toolTipText,
                     java.lang.String urlText)
Constructor for ContourEntity.

Parameters:
area - the area.
toolTipText - the tooltip text.
urlText - the URL text.
Method Detail

getIndex

public int getIndex()
Returns the index.

Returns:
The index.

setIndex

public void setIndex(int index)
Sets the index.

Parameters:
index - the index.