public final class PolyMapArea extends ImageMapArea implements java.io.Serializable
x, y
Constructor and Description |
---|
PolyMapArea(int numberOfPoints,
double value,
java.lang.String xAxisLabel,
java.lang.String legendLabel) |
Modifier and Type | Method and Description |
---|---|
void |
addCoordinate(int index,
float x,
float y)
Adds the x, y coordinate at the specified index.
|
AreaShape |
getAreaShape() |
getCoordinates, getLengendLabel, getNumberOfCoordinates, getValue, getXAxisLabel, getXCoordinate, getYCoordinate, toHTML
public PolyMapArea(int numberOfPoints, double value, java.lang.String xAxisLabel, java.lang.String legendLabel)
numberOfPoints
- value
- areaType
- public void addCoordinate(int index, float x, float y)
index
- x
- y
- public AreaShape getAreaShape()
getAreaShape
in class ImageMapArea