| java.lang.Object org.jfree.chart.entity.ChartEntity org.jfree.chart.entity.ContourEntity
Method Summary | |
public Object | clone() Returns a clone of the entity. | public boolean | equals(Object obj) Tests the entity for equality with an arbitrary object.
Parameters: obj - the object (null permitted). | public int | getIndex() Returns the index. | public void | setIndex(int index) Sets the index. |
ContourEntity | public ContourEntity(Shape area, String toolTipText)(Code) | | Constructor for ContourEntity.
Parameters: area - the area. Parameters: toolTipText - the tooltip text. |
ContourEntity | public ContourEntity(Shape area, String toolTipText, String urlText)(Code) | | Constructor for ContourEntity.
Parameters: area - the area. Parameters: toolTipText - the tooltip text. Parameters: urlText - the URL text. |
equals | public boolean equals(Object obj)(Code) | | Tests the entity for equality with an arbitrary object.
Parameters: obj - the object (null permitted). A boolean. |
getIndex | public int getIndex()(Code) | | Returns the index.
The index. |
setIndex | public void setIndex(int index)(Code) | | Sets the index.
Parameters: index - the index. |
|
|