Class PieSectionEntity<K extends Comparable<K>>

    • Constructor Detail

      • PieSectionEntity

        public PieSectionEntity​(Shape area,
                                PieDataset dataset,
                                int pieIndex,
                                int sectionIndex,
                                K sectionKey,
                                String toolTipText,
                                String urlText)
        Creates a new pie section entity.
        Parameters:
        area - the area.
        dataset - the pie dataset.
        pieIndex - the pie index (zero-based).
        sectionIndex - the section index (zero-based).
        sectionKey - the section key.
        toolTipText - the tool tip text.
        urlText - the URL text for HTML image maps.