|
|||||||
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 | +--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 |
SERIES
Constant used to set the scope of the calculation of the maximum z value to a bubble series instance. |
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 of the calculation of the maximum z value. |
void |
setOpacityEnabled(boolean isOpacityEnabled)
Enables/disables bubble opacity. |
Methods inherited from class com.jinsight.jetchart.ScatterSerie |
finalize, getColor, getRegressionLine, removeRegressionLine, setColor, setMultipleValues, setTitle, setToolTipText, setValuesFormat |
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 |
Field Detail |
public static final int SERIES
setMaxZValueScope(int)
public static final int ALL_SERIES
setMaxZValueScope(int)
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 setOpacityEnabled(boolean isOpacityEnabled)
isOpacityEnabled
- A boolean value.setBorderThickness(int)
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 ScatterSerie
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
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |