Class ContourEntity

    • Constructor Detail

      • ContourEntity

        public ContourEntity​(Shape area,
                             String toolTipText)
        Deprecated.
        Constructor for ContourEntity.
        Parameters:
        area - the area.
        toolTipText - the tooltip text.
      • ContourEntity

        public ContourEntity​(Shape area,
                             String toolTipText,
                             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​(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.