org.jfree.chart.entity
Class ContourEntity

java.lang.Object
  |
  +--org.jfree.chart.entity.ChartEntity
        |
        +--org.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()
           
 void setIndex(int index)
           
 
Methods inherited from class org.jfree.chart.entity.ChartEntity
getArea, getImageMapAreaTag, 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()

setIndex

public void setIndex(int index)