Class ContourEntity

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, org.jfree.util.PublicCloneable

    public class ContourEntity
    extends ChartEntity
    implements java.lang.Cloneable, java.io.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.
    See Also:
    Serialized Form
    • Constructor Detail

      • ContourEntity

        public ContourEntity​(java.awt.Shape area,
                             java.lang.String toolTipText)
        Deprecated.
        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)
        Deprecated.
        Constructor for ContourEntity.
        Parameters:
        area - the area.
        toolTipText - the tooltip text.
        urlText - the URL text.
    • Method Detail

      • getIndex

        public int getIndex()
        Deprecated.
        Returns the index.
        Returns:
        The index.
      • setIndex

        public void setIndex​(int index)
        Deprecated.
        Sets the index.
        Parameters:
        index - the index.
      • equals

        public boolean equals​(java.lang.Object obj)
        Deprecated.
        Tests the entity for equality with an arbitrary object.
        Overrides:
        equals in class ChartEntity
        Parameters:
        obj - the object (null permitted).
        Returns:
        A boolean.
      • clone

        public java.lang.Object clone()
                               throws java.lang.CloneNotSupportedException
        Deprecated.
        Returns a clone of the entity.
        Specified by:
        clone in interface org.jfree.util.PublicCloneable
        Overrides:
        clone in class ChartEntity
        Returns:
        A clone.
        Throws:
        java.lang.CloneNotSupportedException - if cloning is not supported.