|
||||||||||
| 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.RadarSerie
com.jinsight.jetchart.RadarLineSerie
com.jinsight.jetchart.RadarAreaSerie
A radar area series is an extension of a radar line series, inheriting the properties of the class RadarLineSerie. The RadarAreaSerie class paints a polygon filled with a given color.
RadarLineSerie| Field Summary |
| Fields inherited from class com.jinsight.jetchart.RadarLineSerie |
EMPTY_CIRCLE_MARK, EMPTY_DIAMOND_MARK, EMPTY_SQUARE_MARK, EMPTY_TRIANGLE_MARK, MARK_SHAPE_LEGEND, SOLID_CIRCLE_MARK, SOLID_DIAMOND_MARK, SOLID_SQUARE_LEGEND, SOLID_SQUARE_MARK, SOLID_TRIANGLE_MARK, X_MARK |
| Fields inherited from class com.jinsight.jetchart.AbstractSerie |
CLIENT_SIDE, SERVER_SIDE_CERN, SERVER_SIDE_NCSA |
| Constructor Summary | |
RadarAreaSerie()
Creates a RadarAreaSerie object. |
|
RadarAreaSerie(double[] values)
Creates a RadarAreaSerie object. |
|
RadarAreaSerie(double[] values,
java.lang.String title)
Creates a RadarAreaSerie object. |
|
| Method Summary | |
protected void |
finalize()
|
void |
setBorderColor(java.awt.Color borderColor)
Sets the color of the border that surrounds the area of a RadarAreaSerie object. |
void |
setBorderEnabled(boolean isBorderEnabled)
Enables a border surrounding the area of a RadarAreaSerie object. |
void |
setColor(java.awt.Color color)
Sets the filling color of a RadarAreaSerie object. |
| Methods inherited from class com.jinsight.jetchart.RadarLineSerie |
setLegendStyle, setMarksColor, setMarksEnabled, setMarksHeight, setMarksStyle, setMarksWidth, setThickness |
| Methods inherited from class com.jinsight.jetchart.RadarSerie |
getSerieMap, getTitle, getToolTipValues, setTitle, setValues, setValuesQuery |
| Methods inherited from class com.jinsight.jetchart.AbstractSerie |
addMultipleValues, addValue, getId, getMultipleValues, getValues, setHighlightColor, setHighlightEnabled, setId, setLegendEnabled, setMultipleValues, setMultipleValues, setSVGURLs, setToolTipContent, setToolTipEnabled, setValueFormat, setValues |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RadarAreaSerie()
public RadarAreaSerie(double[] values)
values - Array of double precision numbers.
public RadarAreaSerie(double[] values,
java.lang.String title)
values - Array of double precision numbers.title - A String object.| Method Detail |
public void setBorderEnabled(boolean isBorderEnabled)
isBorderEnabled - A boolean value(true/false).setBorderColor(java.awt.Color)public void setBorderColor(java.awt.Color borderColor)
borderColor - A Color object.setBorderEnabled(boolean)public void setColor(java.awt.Color color)
setColor in class RadarSeriecolor - A Color object.
protected void finalize()
throws java.lang.Throwable
finalize in class RadarLineSeriejava.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||