|
||||||||||
| 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.GraphSerie
com.jinsight.jetchart.PointSerie
This class implements the properties and methods of points series.
| Field Summary | |
static int |
CIRCLE
Constant used to define the point shape to a circle. |
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.GraphSerie |
ABOVE_TOP_YAXIS, AREA, BAR, BAR_HLC, BAR_OHLC, BESIDE_TOP_YAXIS, CANDLESTICK, DASHED, EMPTY_CIRCLE_MARK, EMPTY_DIAMOND_MARK, EMPTY_SQUARE_MARK, EMPTY_TRIANGLE_MARK, IMAGE, LEGEND, LINE, LINE_HLC, LINE_OHLC, MARK_SHAPE_LEGEND, POINT, ROUNDED_CANDLESTICK, SOLID, SOLID_CIRCLE_MARK, SOLID_DIAMOND_MARK, SOLID_SQUARE_LEGEND, SOLID_SQUARE_MARK, SOLID_TRIANGLE_MARK, STACKED_BAR, VECTOR, X_MARK |
| Fields inherited from class com.jinsight.jetchart.AbstractSerie |
CLIENT_SIDE, SERVER_SIDE_CERN, SERVER_SIDE_NCSA |
| Constructor Summary | |
PointSerie()
Creates a PointSerie object. |
|
PointSerie(double[] values)
Creates a PointSerie object. |
|
PointSerie(double[] values,
java.lang.String title)
Creates a PointSerie object. |
|
| Method Summary | |
void |
setHeight(int height)
Sets the height of a point shape. |
void |
setShape(int shape)
Sets point shape. |
void |
setWidth(int width)
Sets the width of a point shape. |
| Methods inherited from class com.jinsight.jetchart.GraphSerie |
finalize, getColor, getMultipleValues, getRegressionLine, getSerieMap, getSerieMap, getSerieMap, getTitle, getType, getValues, removeRegressionLine, setColor, setCoordinatesStatus, setFont, setMarkLegendBackground, setMarkLegendEnabled, setMarkLegendForeground, setMarkLegendOpacityEnabled, setMarksColor, setMarksEnabled, setMarksHeight, setMarksStyle, setMarksWidth, setMultipleValues, setStartPoint, setTitle, setTitleFont, setTitlePosition, setToolTipContent, setValues, setValuesQuery |
| Methods inherited from class com.jinsight.jetchart.AbstractSerie |
addMultipleValues, addValue, getId, setHighlightColor, setHighlightEnabled, setId, setLegendEnabled, setMultipleValues, setSVGURLs, 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
| Constructor Detail |
public PointSerie()
public PointSerie(double[] values)
values - Array of double precision numbers containing series values.
public PointSerie(double[] values,
java.lang.String title)
values - Array of double precision numbers containing series values.title - String containing series title. The series title is displayed in the legend box.| Method Detail |
public void setShape(int shape)
shape - one of the constants used to set the point shape.SQUARE,
CIRCLE,
TRIANGLEpublic void setWidth(int width)
width - An integer value, larger than zero.setHeight(int)public void setHeight(int height)
height - An integer value, larger than zero.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||