|
||||||||||
| 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.BubbleSerie
This class implements the properties and methods of bubble series. A bubble series is a scatter series that displays circles centered on the xy coordinates. Each circle is associated with three values. Two of them are used to calculate the xy coordinates and the third one determines the diameter of the circle.
ScatterSerie| Field Summary | |
static int |
ALL_SERIES
Constant used to set the scope of the calculation of the maximum z value to all bubble series instances. |
static int |
CIRCLE
Constant used to set the bubble shape to a circle. |
static int |
DIAMOND
Constant used to set the bubble shape to a diamond. |
static int |
SERIES
Constant used to set the scope of the calculation of the maximum z value to a bubble series instance. |
static int |
SQUARE
Constant used to set the bubble shape to a square. |
static int |
TRIANGLE
Constant used to set the bubble shape to a triangle. |
| Fields inherited from class com.jinsight.jetchart.AbstractSerie |
CLIENT_SIDE, SERVER_SIDE_CERN, SERVER_SIDE_NCSA |
| Constructor Summary | |
BubbleSerie()
Creates a BubbleSerie object. |
|
BubbleSerie(double[][] multipleValues)
Creates a BubbleSerie object. |
|
BubbleSerie(double[][] multipleValues,
java.lang.String title)
Creates a BubbleSerie object. |
|
| Method Summary | |
java.lang.String |
getSerieMap(java.lang.String[] urls,
int type,
java.lang.String target)
Creates a chart image map. |
void |
setBorderColor(java.awt.Color borderColor)
Sets the color of the bubble border. |
void |
setBorderEnabled(boolean isBorderEnabled)
Enables/disables a border around the bubble. |
void |
setBorderThickness(int borderThickness)
Sets the thickness of the bubble border. |
void |
setCenterPointColor(java.awt.Color centerPointColor)
Sets the color of the center point. |
void |
setCenterPointEnabled(boolean isCenterPointEnabled)
Enables/disables the center point. |
void |
setMaxDiameter(int maxDiameter)
Sets the largest diameter of a bubble series. |
static void |
setMaxZValueScope(int maxZValueScope)
Sets the scope in which the maximum z value is calculated. |
void |
setShape(int shape)
Sets this bubble series shape. |
| 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 |
| Field Detail |
public static final int SERIES
setMaxZValueScope(int),
Constant Field Valuespublic static final int ALL_SERIES
setMaxZValueScope(int),
Constant Field Valuespublic static final int CIRCLE
public static final int SQUARE
public static final int TRIANGLE
public static final int DIAMOND
| Constructor Detail |
public BubbleSerie()
public BubbleSerie(double[][] multipleValues)
multipleValues - Bidimensional array of double precision numbers.
public BubbleSerie(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)
If not informed the largest diameter defaults to 50 pixels.
maxDiameter - An integer value.setMaxZValueScope(int)public static void setMaxZValueScope(int maxZValueScope)
maxZValueScope - An integer value.ALL_SERIES,
SERIES,
setMaxDiameter(int)public void setBorderEnabled(boolean isBorderEnabled)
isBorderEnabled - A boolean value.setBorderColor(java.awt.Color),
setBorderThickness(int)public void setBorderColor(java.awt.Color borderColor)
borderColor - A Color object.setBorderEnabled(boolean),
setBorderThickness(int)public void setBorderThickness(int borderThickness)
borderThickness - An integer value.setBorderEnabled(boolean),
setBorderColor(java.awt.Color)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 void setShape(int shape)
shape - One of the constants used to set the a bubble series shape.CIRCLE,
SQUARE,
TRIANGLE,
DIAMOND
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 | |||||||||