|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.jinsight.jetchart.AbstractSerie | +--com.jinsight.jetchart.ScatterSerie
This class implements the properties common to scatter series. Data points of scatter series are associated with two values each, representing a xy pair which is plotted against a horizontal and a a vertical scales using the cartesian coordinates system. ScatterSerie is extended to implement more specialized series.
AbstractSerie
,
XYSerie
,
XYLineSerie
,
BubbleSerie
Fields inherited from class com.jinsight.jetchart.AbstractSerie |
CLIENT_SIDE, SERVER_SIDE_CERN, SERVER_SIDE_NCSA |
Method Summary | |
protected void |
finalize()
|
java.awt.Color |
getColor()
Returns the color of this series. |
RegressionLine |
getRegressionLine()
Returns a reference to a RegressionLine object. |
java.lang.String |
getSerieMap(java.lang.String[] urls,
int type,
java.lang.String target)
Creates a chart image map. |
void |
removeRegressionLine()
Removes the regression line object. |
void |
setColor(java.awt.Color color)
Sets series color. |
void |
setMultipleValues(double[][] multipleValues)
Sets the values of series whose data points are associated with multiple values, as OHLC series and scatter series. |
void |
setTitle(java.lang.String title)
Sets series title. |
void |
setToolTipText(java.lang.String[] toolTipText)
Sets the texts to prefix values displayed in tooltips. |
void |
setValuesFormat(java.lang.String[] valuesFormat)
Sets the format of the x, y and z(bubble series) values, displayed in tooltips. |
Methods inherited from class com.jinsight.jetchart.AbstractSerie |
getId, getMultipleValues, getValues, setHighlightColor, setHighlightEnabled, setId, setLegendEnabled, setMultipleValues, setSVGURLs, setToolTipContent, setToolTipEnabled, setValueFormat, setValues, setValues, setValuesQuery |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public void setMultipleValues(double[][] multipleValues)
AbstractSerie
setMultipleValues
in class AbstractSerie
com.jinsight.jetchart.AbstractSerie
multipleValues
- A bidimensional array of double precision numbers.OHLCSerie
,
ScatterSerie
public void setTitle(java.lang.String title)
title
- A String object.Legend
public void setColor(java.awt.Color color)
color
- A Color object.public java.awt.Color getColor()
setColor(java.awt.Color)
public void setToolTipText(java.lang.String[] toolTipText)
toolTipText
- An array of String objects.BubbleSerie
public void setValuesFormat(java.lang.String[] valuesFormat)
valuesFormat
- An array of String objects.ToolTip
public java.lang.String getSerieMap(java.lang.String[] urls, int type, java.lang.String target)
AbstractSerie
getSerieMap
in class AbstractSerie
com.jinsight.jetchart.AbstractSerie
urls
- An array of strings containing valid urls.type
- An integer representing the format type.target
- A string object.AbstractSerie.CLIENT_SIDE
,
AbstractSerie.SERVER_SIDE_NCSA
,
AbstractSerie.SERVER_SIDE_CERN
public RegressionLine getRegressionLine()
RegressionLine
,
removeRegressionLine()
public void removeRegressionLine()
getRegressionLine()
is invoked.
Invoke this method to get rid of the RegressionLine object.getRegressionLine()
protected void finalize() throws java.lang.Throwable
finalize
in class AbstractSerie
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |