|
||||||||||
| 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.RadarPointSerie
A radar point series paints geometrical shapes on data points' coordinates. The class RadarPointSerie extends RadarSerie to implement the properties of a radar point series.
RadarSerie| Field Summary | |
static int |
CIRCLE
Constant used to define the point shape to a circle. |
static int |
CROSS
Constant used to define the point shape to a cross. |
static int |
DOT
Constant used to define the point shape to a dot. |
static int |
SQUARE
Constant used to define the point shape to a square. |
static int |
TRIANGLE
Constant used to define the point shape to a triangle. |
| Fields inherited from class com.jinsight.jetchart.AbstractSerie |
CLIENT_SIDE, SERVER_SIDE_CERN, SERVER_SIDE_NCSA |
| Constructor Summary | |
RadarPointSerie()
Creates a RadarPointSerie object. |
|
RadarPointSerie(double[] values)
Creates a RadarPointSerie object. |
|
RadarPointSerie(double[] values,
java.lang.String title)
Creates a RadarPointSerie object. |
|
| Method Summary | |
void |
setHeight(int height)
Sets the height of a point shape. |
void |
setShape(int shape)
Sets data point shape. |
void |
setWidth(int width)
Sets the width of a point shape. |
| Methods inherited from class com.jinsight.jetchart.RadarSerie |
finalize, 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 SQUARE
public static final int CIRCLE
public static final int TRIANGLE
public static final int CROSS
public static final int DOT
| Constructor Detail |
public RadarPointSerie()
public RadarPointSerie(double[] values)
values - Array of double precision numbers.
public RadarPointSerie(double[] values,
java.lang.String title)
values - Array of double precision numbers.title - A String object.| Method Detail |
public void setShape(int shape)
shape - one of the constants used to set the point shape.SQUARE,
CIRCLE,
TRIANGLE,
CROSS,
DOTpublic void setWidth(int width)
width - An integer value, larger than zero.setShape(int),
setHeight(int)public void setHeight(int height)
height - An integer value, larger than zero.setShape(int),
setWidth(int)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||