|
||||||||||
| 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
This class implements the properties common to polar series. Data
points of a polar series are plotted on a polar coordinate system,
where each data point position is defined in terms of a radius(r)
and an angle(theta) formed by the data point position relative to the
right horizontal axis of the polar coordinate system, measured
counterclockwise.
PolarSerie is extended to implement more specialized series.
AbstractSerie,
PolarPointSerie,
PolarLineSerie,
PolarAreaSerie,
PolarImageSerie,
PolarBubbleSerie| Field Summary |
| Fields inherited from class com.jinsight.jetchart.AbstractSerie |
CLIENT_SIDE, SERVER_SIDE_CERN, SERVER_SIDE_NCSA |
| Method Summary | |
java.lang.String |
getSerieMap(java.lang.String[] urls,
int type,
java.lang.String target)
Creates a chart image map. |
java.lang.String |
getTitle()
Returns the series title. |
void |
setColor(java.awt.Color color)
Sets series color. |
void |
setDataPointLegendColor(java.awt.Color dataPointLegendColor)
Sets the color of legends displayed above data points. |
void |
setDataPointLegendFont(java.awt.Font dataPointLegendFont)
Sets the font of legends displayed above data points. |
void |
setDataPointLegends(java.lang.String[] dataPointLegends)
Sets the legends to be displayed above each data point. |
void |
setMultipleValues(double[][] multipleValues)
Sets the values of a polar 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(polar bubble series) values, displayed in tooltips. |
void |
setValuesQuery(java.lang.String valuesQuery)
Sets a sql query string to access a database and get series values. |
| 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 |
| Method Detail |
public void setMultipleValues(double[][] multipleValues)
setMultipleValues in class AbstractSeriemultipleValues - A bidimensional array of double precision numbers.OHLCSerie,
ScatterSerie,
PolarSeriepublic void setColor(java.awt.Color color)
color - A Color object.public void setTitle(java.lang.String title)
title - A String object.Legendpublic void setToolTipText(java.lang.String[] toolTipText)
toolTipText - An array of String objects.public void setDataPointLegends(java.lang.String[] dataPointLegends)
setMultipleValues.
dataPointLegends - An array of strings.setDataPointLegendFont(java.awt.Font),
setDataPointLegendColor(java.awt.Color),
setMultipleValues(double[][])public void setDataPointLegendFont(java.awt.Font dataPointLegendFont)
dataPointLegendFont - A Font object.setDataPointLegends(java.lang.String[]),
setDataPointLegendColor(java.awt.Color)public void setDataPointLegendColor(java.awt.Color dataPointLegendColor)
dataPointLegendColor - A Color object.setDataPointLegends(java.lang.String[]),
setDataPointLegendFont(java.awt.Font)public java.lang.String getTitle()
setTitle(java.lang.String)
public java.lang.String getSerieMap(java.lang.String[] urls,
int type,
java.lang.String target)
AbstractSerie
getSerieMap in class AbstractSerieurls - 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_CERNpublic void setValuesFormat(java.lang.String[] valuesFormat)
valuesFormat - An array of String objects.ToolTip,
PolarBubbleSeriepublic void setValuesQuery(java.lang.String valuesQuery)
AbstractSerie
setValuesQuery in class AbstractSerievaluesQuery - A sql query string.GenericGraph.setDriver(java.lang.String),
GenericGraph.setConnection(java.lang.String, java.lang.String, java.lang.String),
AbstractSerie.setValues(double[]),
AbstractSerie.setMultipleValues(double[][])
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||