|
||||||||||
| 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.ScatterSerie
com.jinsight.jetchart.XYImageSerie
The XYImageSerie class plots an xy series displaying images centered on data points.
| Field Summary |
| Fields inherited from class com.jinsight.jetchart.AbstractSerie |
CLIENT_SIDE, SERVER_SIDE_CERN, SERVER_SIDE_NCSA |
| Constructor Summary | |
XYImageSerie()
Creates an XYImageSerie object. |
|
XYImageSerie(double[][] multipleValues)
Creates an XYImageSerie object. |
|
XYImageSerie(double[][] multipleValues,
java.awt.Image[] images)
Creates an XYImageSerie 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.ScatterSerie |
finalize, getColor, getMultipleValues, getRegressionLine, getTitle, removeRegressionLine, setColor, setDateFormat, setDateFormat, setDateValues, setMultipleValues, setTitle, setToolTipDateFormat, setToolTipDateFormat, setToolTipText, setValuesFormat, setValuesQuery |
| Methods inherited from class com.jinsight.jetchart.AbstractSerie |
addMultipleValues, addValue, getId, 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 XYImageSerie()
public XYImageSerie(double[][] multipleValues)
multipleValues - Bidimensional array of double precision numbers.
public XYImageSerie(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 ScatterSerie
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||