|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jinsight.jetchart.AbstractSerie
com.jinsight.jetchart.PolarSerie
com.jinsight.jetchart.PolarImageSerie
This class implements the properties and methods of a polar image series. A PolarImageSerie object plots a polar series displaying images centered on data points.
PolarSerie| Field Summary |
| Fields inherited from class com.jinsight.jetchart.AbstractSerie |
CLIENT_SIDE, SERVER_SIDE_CERN, SERVER_SIDE_NCSA |
| Constructor Summary | |
PolarImageSerie()
Creates a PolarImageSerie object. |
|
PolarImageSerie(double[][] multipleValues)
Creates a PolarImageSerie object. |
|
PolarImageSerie(double[][] multipleValues,
java.awt.Image[] images)
Creates a PolarImageSerie object. |
|
| Method Summary | |
java.lang.String |
getSerieMap(java.lang.String[] urls,
int type,
java.lang.String target)
Creates a chart image map. |
void |
setImages(java.awt.Image[] images)
Sets images to be displayed on data points. |
| Methods inherited from class com.jinsight.jetchart.PolarSerie |
getTitle, setColor, setDataPointLegendColor, setDataPointLegendFont, setDataPointLegends, setMultipleValues, setTitle, setToolTipText, setValuesFormat, setValuesQuery |
| Methods inherited from class com.jinsight.jetchart.AbstractSerie |
addMultipleValues, addValue, finalize, getId, getMultipleValues, getValues, setHighlightColor, setHighlightEnabled, setId, setLegendEnabled, setMultipleValues, setSVGURLs, setToolTipContent, setToolTipEnabled, setValueFormat, setValues, setValues |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PolarImageSerie()
public PolarImageSerie(double[][] multipleValues)
multipleValues - Bidimensional array of double precision numbers.
public PolarImageSerie(double[][] multipleValues,
java.awt.Image[] images)
multipleValues - Bidimensional array of double precision numbers.images - An array of Image objects.| Method Detail |
public void setImages(java.awt.Image[] images)
images - An array of Image objects.
public java.lang.String getSerieMap(java.lang.String[] urls,
int type,
java.lang.String target)
AbstractSerie
getSerieMap in class PolarSerie
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||