|
||||||||||
| 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.LineSerie
This class implements the properties and methods of a line series.
| Field Summary |
| 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 | |
LineSerie()
Creates a LineSerie object. |
|
LineSerie(double[] values)
Creates a LineSerie object. |
|
LineSerie(double[] values,
java.lang.String title)
Creates a LineSerie object. |
|
| Method Summary | |
protected void |
finalize()
|
void |
setCoordinatesStatus(int[] coordinatesStatus,
boolean connectAllPoints)
Sets the visibility status of a sequence of data points. |
void |
setDashSize(int dashSize)
Sets the size of a dash painted in a dashed line. |
void |
setDashSpace(int dashSpace)
Sets the size of the space between consecutive dashes painted in a dashed line. |
void |
setLegendStyle(int legendStyle)
Sets the style of a line series legend. |
void |
setStyle(int style)
Sets the line style. |
void |
setThickness(int thickness)
Sets line thickness. |
| Methods inherited from class com.jinsight.jetchart.GraphSerie |
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 |
| Constructor Detail |
public LineSerie()
public LineSerie(double[] values)
values - Array of double precision numbers containing series values.
public LineSerie(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 setStyle(int style)
style - An integer value.GraphSerie.SOLID,
GraphSerie.DASHEDpublic void setDashSize(int dashSize)
dashSize - An integer value.setStyle(int),
setDashSpace(int)public void setDashSpace(int dashSpace)
dashSpace - An integer value.setStyle(int),
setDashSize(int)public void setThickness(int thickness)
thickness - An integer number.
public void setCoordinatesStatus(int[] coordinatesStatus,
boolean connectAllPoints)
coordinatesStatus - An integer array of binary values(0 or 1).connectAllPoints - A boolean value(true/false).Graph.setLabels(java.lang.String[])public void setLegendStyle(int legendStyle)
legendStyle - An integer value.GraphSerie.SOLID_SQUARE_LEGEND,
GraphSerie.MARK_SHAPE_LEGEND,
GraphSerie.setMarksEnabled(boolean),
setStyle(int)
protected void finalize()
throws java.lang.Throwable
finalize in class GraphSeriejava.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||