public final class PolyMapArea extends ImageMapArea implements Serializable
x, y
Constructor and Description |
---|
PolyMapArea(int numberOfPoints,
double value,
String xAxisLabel,
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 void addCoordinate(int index, float x, float y)
index
- x
- y
- public AreaShape getAreaShape()
getAreaShape
in class ImageMapArea