|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jCharts.imageMap.ImageMapArea | +--org.jCharts.imageMap.PolyMapArea
Field Summary |
Fields inherited from class org.jCharts.imageMap.ImageMapArea |
x, y |
Constructor Summary | |
PolyMapArea(int numberOfPoints,
double value,
java.lang.String xAxisLabel,
java.lang.String legendLabel)
|
Method Summary | |
void |
addCoordinate(int index,
float x,
float y)
Adds the x, y coordinate at the specified index. |
AreaShape |
getAreaShape()
|
Methods inherited from class org.jCharts.imageMap.ImageMapArea |
getCoordinates, getLengendLabel, getNumberOfCoordinates, getValue, getXAxisLabel, getXCoordinate, getYCoordinate, toHTML |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PolyMapArea(int numberOfPoints, double value, java.lang.String xAxisLabel, java.lang.String legendLabel)
numberOfPoints
- value
- Method Detail |
public void addCoordinate(int index, float x, float y)
index
- x
- y
- public AreaShape getAreaShape()
getAreaShape
in class ImageMapArea
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |