Class PolyMapArea

java.lang.Object
org.jCharts.imageMap.ImageMapArea
org.jCharts.imageMap.PolyMapArea
All Implemented Interfaces:
Serializable

public final class PolyMapArea extends ImageMapArea implements Serializable
See Also:
  • Constructor Details

    • PolyMapArea

      public PolyMapArea(int numberOfPoints, double value, String xAxisLabel, String legendLabel)
      Parameters:
      numberOfPoints -
      value -
      areaType -
  • Method Details

    • addCoordinate

      public void addCoordinate(int index, float x, float y)
      Adds the x, y coordinate at the specified index. Not added as a Point Object so we can avoid uneeded Object creation/destruction overhead.
      Parameters:
      index -
      x -
      y -
    • getAreaShape

      public AreaShape getAreaShape()
      Specified by:
      getAreaShape in class ImageMapArea
      Returns:
      AreaShape