org.jfree.chart.entity

Class ContourEntity

public class ContourEntity extends ChartEntity implements Cloneable, Serializable

Deprecated: This class is no longer supported (as of version 1.0.4). If you are creating contour plots, please try to use XYPlot and XYBlockRenderer.

Represents an item on a contour chart.
Constructor Summary
ContourEntity(Shape area, String toolTipText)
Constructor for ContourEntity.
ContourEntity(Shape area, String toolTipText, String urlText)
Constructor for ContourEntity.
Method Summary
Objectclone()
Returns a clone of the entity.
booleanequals(Object obj)
Tests the entity for equality with an arbitrary object.
intgetIndex()
Returns the index.
voidsetIndex(int index)
Sets the index.

Constructor Detail

ContourEntity

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

Parameters: area the area. toolTipText the tooltip text.

ContourEntity

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

Parameters: area the area. toolTipText the tooltip text. urlText the URL text.

Method Detail

clone

public Object clone()
Returns a clone of the entity.

Returns: A clone.

Throws: CloneNotSupportedException if cloning is not supported.

equals

public boolean equals(Object obj)
Tests the entity for equality with an arbitrary object.

Parameters: obj the object (null permitted).

Returns: A boolean.

getIndex

public int getIndex()
Returns the index.

Returns: The index.

setIndex

public void setIndex(int index)
Sets the index.

Parameters: index the index.

Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.