|
||||||||||
| 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
A radar line series displays a contiguous line as the border of an empty polygon where the vertexes are the data points' coordinates. The class RadarLineSerie extends RadarSerie to implement the properties of a radar line series.
RadarSerie| Field Summary | |
static int |
EMPTY_CIRCLE_MARK
Constant used to set marks style to an empty circle. |
static int |
EMPTY_DIAMOND_MARK
Constant used to set marks style to an empty diamond. |
static int |
EMPTY_SQUARE_MARK
Constant used to set marks style to an empty square. |
static int |
EMPTY_TRIANGLE_MARK
Constant used to set marks style to an empty triangle. |
static int |
MARK_SHAPE_LEGEND
Constant used to set the legend symbol of a radar line series to the shape of its data points marks. |
static int |
SOLID_CIRCLE_MARK
Constant used to set marks style to a solid circle. |
static int |
SOLID_DIAMOND_MARK
Constant used to set marks style to a solid diamond. |
static int |
SOLID_SQUARE_LEGEND
Constant used to set the legend symbol of a radar line series to a solid square. |
static int |
SOLID_SQUARE_MARK
Constant used to set marks style to a solid square. |
static int |
SOLID_TRIANGLE_MARK
Constant used to set marks style to a solid triangle. |
static int |
X_MARK
Constant used to set marks style to an X letter. |
| Fields inherited from class com.jinsight.jetchart.AbstractSerie |
CLIENT_SIDE, SERVER_SIDE_CERN, SERVER_SIDE_NCSA |
| Constructor Summary | |
RadarLineSerie()
Creates a RadarLineSerie object. |
|
RadarLineSerie(double[] values)
Creates a RadarLineSerie object. |
|
RadarLineSerie(double[] values,
java.lang.String title)
Creates a RadarLineSerie object. |
|
| Method Summary | |
protected void |
finalize()
|
void |
setLegendStyle(int legendStyle)
Sets the style of a radar line series legend. |
void |
setMarksColor(java.awt.Color marksColor)
Sets the color of the marks displayed on data points. |
void |
setMarksEnabled(boolean isMarksEnabled)
Enables/disables marks on coordinates. |
void |
setMarksHeight(int marksHeight)
Sets the height of a data point mark. |
void |
setMarksStyle(int marksStyle)
Sets the style of data points' marks. |
void |
setMarksWidth(int marksWidth)
Sets the width of a data point mark. |
void |
setThickness(int thickness)
Sets line thickness. |
| Methods inherited from class com.jinsight.jetchart.RadarSerie |
getSerieMap, getTitle, getToolTipValues, setColor, 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 |
| Field Detail |
public static final int SOLID_SQUARE_MARK
public static final int EMPTY_SQUARE_MARK
public static final int SOLID_TRIANGLE_MARK
public static final int EMPTY_TRIANGLE_MARK
public static final int SOLID_DIAMOND_MARK
public static final int EMPTY_DIAMOND_MARK
public static final int SOLID_CIRCLE_MARK
public static final int EMPTY_CIRCLE_MARK
public static final int X_MARK
public static final int SOLID_SQUARE_LEGEND
public static final int MARK_SHAPE_LEGEND
| Constructor Detail |
public RadarLineSerie()
public RadarLineSerie(double[] values)
values - Array of double precision numbers.
public RadarLineSerie(double[] values,
java.lang.String title)
values - Array of double precision numbers.title - A String object.| Method Detail |
public void setThickness(int thickness)
thickness - An integer number.public void setMarksEnabled(boolean isMarksEnabled)
isMarksEnabled - A boolean value(true/false).public void setMarksColor(java.awt.Color marksColor)
marksColor - A Color object.setMarksEnabled(boolean)public void setMarksStyle(int marksStyle)
marksStyle - An integer value.setMarksEnabled(boolean),
SOLID_SQUARE_MARK,
EMPTY_SQUARE_MARK,
SOLID_TRIANGLE_MARK,
EMPTY_TRIANGLE_MARK,
SOLID_DIAMOND_MARK,
EMPTY_DIAMOND_MARK,
SOLID_CIRCLE_MARK,
EMPTY_CIRCLE_MARK,
X_MARKpublic void setMarksWidth(int marksWidth)
marksWidth - An integer value, larger than zero.setMarksStyle(int),
setMarksHeight(int)public void setMarksHeight(int marksHeight)
marksHeight - An integer value, larger than zero.setMarksStyle(int),
setMarksWidth(int)public void setLegendStyle(int legendStyle)
legendStyle - An integer value.SOLID_SQUARE_LEGEND,
MARK_SHAPE_LEGEND,
setMarksEnabled(boolean)
protected void finalize()
throws java.lang.Throwable
finalize in class RadarSeriejava.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||