|
||||||||||
| 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.PolarBubbleSerie
This class implements the properties and methods of a polar bubble series. A polar bubble series is similar to the other types of polar series, in that each data point has its position defined in terms of a radius length(r) and an angle(theta). A polar bubble series, however, has a third value, the z value, associated with a data point, to specify the size of bubbles (color filled circles) painted centered on the polar coordinates.
PolarSerie| Field Summary | |
static int |
ALL_SERIES
Constant used to set the scope of the calculation of the maximum z value to all polar bubble series instances. |
static int |
SERIES
Constant used to set the scope of the calculation of the maximum z value to a polar bubble series instance. |
| Fields inherited from class com.jinsight.jetchart.AbstractSerie |
CLIENT_SIDE, SERVER_SIDE_CERN, SERVER_SIDE_NCSA |
| Constructor Summary | |
PolarBubbleSerie()
Creates a PolarBubbleSerie object. |
|
PolarBubbleSerie(double[][] multipleValues)
Creates a PolarBubbleSerie object. |
|
PolarBubbleSerie(double[][] multipleValues,
java.lang.String title)
Creates a PolarBubbleSerie object. |
|
| Method Summary | |
java.lang.String |
getSerieMap(java.lang.String[] urls,
int type,
java.lang.String target)
Creates a chart image map. |
void |
setCenterPointColor(java.awt.Color centerPointColor)
Sets the color of the center point. |
void |
setCenterPointEnabled(boolean isCenterPointEnabled)
Enables/disables the center point. |
void |
setColors(java.awt.Color[] colors)
Sets a color to each bubble. |
void |
setMaxDiameter(int maxDiameter)
Sets the largest diameter of a polar bubble series. |
static void |
setMaxZValueScope(int maxZValueScope)
Sets the scope in which the maximum z value is calculated. |
| 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 |
| Field Detail |
public static final int SERIES
setMaxZValueScope(int),
Constant Field Valuespublic static final int ALL_SERIES
setMaxZValueScope(int),
Constant Field Values| Constructor Detail |
public PolarBubbleSerie()
public PolarBubbleSerie(double[][] multipleValues)
multipleValues - Bidimensional array of double precision numbers.
public PolarBubbleSerie(double[][] multipleValues,
java.lang.String title)
multipleValues - Array of double precision numbers.title - A String object. The series title is displayed inside the legend box.| Method Detail |
public void setMaxDiameter(int maxDiameter)
The largest diameter is 50 pixels by default.
maxDiameter - An integer value.setMaxZValueScope(int)public static void setMaxZValueScope(int maxZValueScope)
maxZValueScope - An integer value.ALL_SERIES,
SERIES,
setMaxDiameter(int)public void setColors(java.awt.Color[] colors)
setMultipleValues.
A null entry causes the respective bubble to be painted in the
default color or the color passed to the method setColor.
colors - An array of Color objects.PolarSerie.setColor(java.awt.Color),
PolarSerie.setMultipleValues(double[][])public void setCenterPointEnabled(boolean isCenterPointEnabled)
isCenterPointEnabled - A boolean value.setCenterPointColor(java.awt.Color)public void setCenterPointColor(java.awt.Color centerPointColor)
centerPointColor - A Color object.setCenterPointEnabled(boolean)
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 | |||||||||