|
||||||||||
| 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.PolarSerie
com.jinsight.jetchart.PolarPointSerie
This class implements the properties and methods of a polar point series. Data points are displayed as small points that can assume different shapes, as squares, circles, triangles, crosses and dots.
PolarSerie| 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 | |
PolarPointSerie()
Creates a PolarPointSerie object. |
|
PolarPointSerie(double[][] multipleValues)
Creates a PolarPointSerie object. |
|
PolarPointSerie(double[][] multipleValues,
java.lang.String title)
Creates a PolarPointSerie 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.PolarSerie |
getSerieMap, getTitle, setColor, setDataPointLegendColor, setDataPointLegendFont, setDataPointLegends, setMultipleValues, setTitle, setToolTipText, setValuesFormat, setValuesQuery |
| Methods inherited from class com.jinsight.jetchart.AbstractSerie |
addMultipleValues, addValue, finalize, getId, getMultipleValues, 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 SQUARE
public static final int CIRCLE
public static final int TRIANGLE
public static final int CROSS
public static final int DOT
| Constructor Detail |
public PolarPointSerie()
public PolarPointSerie(double[][] multipleValues)
multipleValues - Bidimensional array of double precision numbers.
public PolarPointSerie(double[][] multipleValues,
java.lang.String title)
multipleValues - Bidimensional array of double precision numbers.title - A String object. The series title is displayed inside the legend box.| 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 | |||||||||