|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.infragistics.faces.shared.component.ModelComponent
com.infragistics.faces.chart.component.Series
Defines a series used to logically and visually compose data points.
| Field Summary |
| Fields inherited from interface com.infragistics.faces.chart.component.IChartAttributes |
CLOSE, CLUSTER_WIDTH, COLUMN_WIDTH, DATA_STYLE_CLASS, EXPLODED_RADIUS, hello, HIGH, INNER_RADIUS, LEGEND_CAPTION, LEGEND_CAPTION_STYLE_CLASS, LOW, MARKER_BULLET_SIZE, MARKER_BULLET_STYLE_CLASS, MARKER_BULLET_TYPE, MARKER_BULLET_VISIBLE, MARKER_CAPTION, MARKER_CAPTION_STYLE_CLASS, MARKER_CAPTION_VISIBLE, OPEN, RADIUS, SHAPE_TYPE, START_ANGLE, TOOLTIP_CAPTION, VALUE |
| Constructor Summary | |
Series()
|
|
| Method Summary | |
java.util.List |
getAxes()
Returns the collection of Axis objects applied to all nested series. |
java.lang.Object |
getChartAttribute(java.lang.String key)
Returns the named attribute value. |
java.lang.String |
getChartType()
Returns the chart type for nested series. |
java.lang.Number |
getClose()
Returns the numerical "close" value.<p> The close value is used by candlestick and OHLC charts. |
java.lang.Number |
getClusterWidth()
Returns the percentage of the available cluster width used to create value clusters.<p> Setting a value of 100% causes adjacent clusters to be packed contiguously, a typical value is 80%. |
java.lang.Number |
getColumnWidth()
Returns the percentage of the available column width used to create columns.<p> A value of 100% causes adjacent columns to be packed contiguously. |
java.lang.String |
getDataMapping()
Returns the data mapping used to convert the external data model to internal names. |
java.util.List |
getDataPoints()
Returns the collection of datapoints defining this series contents. |
javax.faces.model.DataModel |
getDataSource()
Returns the data source used to create the individual data points for this series. |
java.lang.String |
getDataStyleClass()
Returns the CSS style class that is applied to data points or series. |
java.lang.Number |
getExplodedRadius()
Returns the percentage of available space used to offset pie and donut segments. |
java.lang.Number |
getHigh()
Returns the numerical "high" value.<p> The high value is used by range, candlestick and OHLC charts. |
java.lang.Number |
getInnerRadius()
Returns the percentage of available space used for donut holes. |
java.lang.String |
getLegendCaption()
Returns the legend label for data points and series in automatic legend fill mode. |
java.lang.String |
getLegendCaptionStyleClass()
Returns the CSS style class applied to automatically generated legend labels. |
java.lang.Number |
getLow()
Returns the numerical "low" value.<p> The low value is used by range, candlestick and OHLC charts. |
java.lang.Number |
getMarkerBulletSize()
Returns the marker size (in pixels). |
java.lang.String |
getMarkerBulletStyleClass()
Returns the CSS style class applied to datapoint bullets. |
java.lang.String |
getMarkerBulletType()
Returns the datapoint bullet shape. |
java.lang.Boolean |
getMarkerBulletVisible()
Returns the datapoint bullet visibility flag. |
java.lang.String |
getMarkerCaption()
Returns the datapoint label string. |
java.lang.String |
getMarkerCaptionStyleClass()
Returns the CSS style class applied to datapoint labels. |
java.lang.Boolean |
getMarkerCaptionVisible()
Returns the datapoint label string visibility flag. |
java.lang.Number |
getOpen()
Returns the numerical "open" value<p> The open value is used by candlestick and OHLC charts. |
java.lang.Number |
getRadius()
Returns the percentage of available space used to create pie and donut segments. |
java.lang.String |
getShapeType()
Returns the shape applied to datapoints and series. |
java.lang.Number |
getStartAngle()
Returns the clockwise angle in degrees from twelve o'clock for the zero value in pie and dount charts. |
java.lang.String |
getTooltipCaption()
Returns the tooltip string for datapoints and series. |
java.lang.Number |
getValue()
Returns the numerical "value" value.<p> The value is used by column, area and line charts. |
void |
setAxes(java.util.List axes)
Sets the collection of Axis objects applied to all nested series. |
void |
setChartAttribute(java.lang.String key,
java.lang.Object value)
Set an arbitrary named attribute to an attribute value. |
void |
setChartType(java.lang.String chartType)
Sets the chart type for nested series. |
void |
setClose(java.lang.Number close)
Sets the numerical "close" value.<p> The close value is used by candlestick and OHLC charts. |
void |
setClusterWidth(java.lang.Number clusterWidth)
Sets the percentage of the available cluster width used to create value clusters.<p> Setting a value of 100% causes adjacent clusters to be packed contiguously, a typical value is 80%. |
void |
setColumnWidth(java.lang.Number columnWidth)
Sets the percentage of the available column width used to create columns.<p> A value of 100% causes adjacent columns to be packed contiguously. |
void |
setDataMapping(java.lang.String dataMapping)
Sets the data mapping used to convert the external data model to internal names. |
void |
setDataPoints(java.util.List dataPoints)
Sets the collection of datapoints defining this series contents. |
void |
setDataSource(javax.faces.model.DataModel dataSource)
Sets the data source used to create the individual data points for this series. |
void |
setDataStyleClass(java.lang.String dataStyleClass)
Sets the CSS style class that is applied to data points or series. |
void |
setExplodedRadius(java.lang.Number explodedRadius)
Sets the percentage of available space used to offset pie and donut segments. |
void |
setHigh(java.lang.Number high)
Sets the numerical "high" value.<p> The high value is used by range, candlestick and OHLC charts. |
void |
setInnerRadius(java.lang.Number innerRadius)
Sets the percentage of available space used for donut holes. |
void |
setLegendCaption(java.lang.String legendCaption)
Sets the legend label for data points and series in automatic legend fill mode. |
void |
setLegendCaptionStyleClass(java.lang.String legendCaptionStyleClass)
Sets the CSS style class applied to automatically generated legend labels. |
void |
setLow(java.lang.Number low)
Sets the numerical "low" value.<p> The low value is used by range, candlestick and OHLC charts. |
void |
setMarkerBulletSize(java.lang.Number markerBulletSize)
Sets the marker size (in pixels). |
void |
setMarkerBulletStyleClass(java.lang.String markerBulletStyleClass)
Sets the CSS style class applied to datapoint bullets. |
void |
setMarkerBulletType(java.lang.String markerBulletType)
Sets the datapoint bullet shape. |
void |
setMarkerBulletVisible(java.lang.Boolean markerBulletVisible)
Sets the datapoint bullet visibility flag. |
void |
setMarkerCaption(java.lang.String markerCaption)
Sets the datapoint label string. |
void |
setMarkerCaptionStyleClass(java.lang.String markerCaptionStyleClass)
Sets the CSS style class applied to datapoint labels. |
void |
setMarkerCaptionVisible(java.lang.Boolean markerCaptionVisible)
Sets the datapoint label string visibility flag. |
void |
setOpen(java.lang.Number open)
Sets the numerical "open" value<p> The open value is used by candlestick and OHLC charts. |
void |
setRadius(java.lang.Number radius)
Sets the percentage of available space used to create pie and donut segments. |
void |
setShapeType(java.lang.String shapeType)
Sets the shape applied to datapoints and series. |
void |
setStartAngle(java.lang.Number startAngle)
Sets the clockwise angle in degrees from twelve o'clock for the zero value in pie and dount charts. |
void |
setTooltipCaption(java.lang.String tooltipCaption)
Sets the tooltip string for datapoints and series. |
void |
setValue(java.lang.Number value)
Sets the numerical "value" value.<p> The value is used by column, area and line charts. |
| Methods inherited from class com.infragistics.faces.shared.component.ModelComponent |
getParent, getValueBinding, setParent, setValueBinding |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Series()
| Method Detail |
public java.util.List getAxes()
getAxes in interface ISeriesBasepublic java.lang.String getChartType()
getChartType in interface ISeriesBasepublic java.util.List getDataPoints()
public void setAxes(java.util.List axes)
setAxes in interface ISeriesBaseaxes - java.util.Listpublic void setChartType(java.lang.String chartType)
setChartType in interface ISeriesBasechartType - String (area, column, doughnut, line, pie, rangeArea, rangeColumn)public java.lang.Object getChartAttribute(java.lang.String key)
IChartAttributes
getChartAttribute in interface IChartAttributeskey - the attribute name. may not be null.
public void setChartAttribute(java.lang.String key,
java.lang.Object value)
IChartAttributes
setChartAttribute in interface IChartAttributeskey - the attribute name. may not be null.value - the attribute value. may be null, in which case the named attribute is removed from the object.public java.lang.Number getClose()
getClose in interface IChartAttributespublic void setClose(java.lang.Number close)
setClose in interface IChartAttributesclose - Numberpublic java.lang.Number getClusterWidth()
getClusterWidth in interface IChartAttributespublic void setClusterWidth(java.lang.Number clusterWidth)
setClusterWidth in interface IChartAttributesclusterWidth - Numberpublic java.lang.Number getColumnWidth()
getColumnWidth in interface IChartAttributespublic void setColumnWidth(java.lang.Number columnWidth)
setColumnWidth in interface IChartAttributescolumnWidth - Numberpublic void setDataMapping(java.lang.String dataMapping)
setDataMapping in interface ISeriesBasedataMapping - Stringpublic void setDataPoints(java.util.List dataPoints)
dataPoints - java.util.Listpublic javax.faces.model.DataModel getDataSource()
getDataSource in interface ISeriesBasepublic void setDataSource(javax.faces.model.DataModel dataSource)
setDataSource in interface ISeriesBasedataSource - DataModelpublic java.lang.String getDataStyleClass()
getDataStyleClass in interface IChartAttributespublic void setDataStyleClass(java.lang.String dataStyleClass)
setDataStyleClass in interface IChartAttributesdataStyleClass - Stringpublic java.lang.Number getExplodedRadius()
getExplodedRadius in interface IChartAttributespublic void setExplodedRadius(java.lang.Number explodedRadius)
setExplodedRadius in interface IChartAttributesexplodedRadius - Numberpublic java.lang.Number getHigh()
getHigh in interface IChartAttributespublic void setHigh(java.lang.Number high)
setHigh in interface IChartAttributeshigh - Numberpublic java.lang.Number getInnerRadius()
getInnerRadius in interface IChartAttributespublic void setInnerRadius(java.lang.Number innerRadius)
setInnerRadius in interface IChartAttributesinnerRadius - Numberpublic java.lang.String getLegendCaption()
getLegendCaption in interface IChartAttributespublic void setLegendCaption(java.lang.String legendCaption)
setLegendCaption in interface IChartAttributeslegendCaption - Stringpublic java.lang.String getLegendCaptionStyleClass()
getLegendCaptionStyleClass in interface IChartAttributespublic void setLegendCaptionStyleClass(java.lang.String legendCaptionStyleClass)
setLegendCaptionStyleClass in interface IChartAttributeslegendCaptionStyleClass - Stringpublic java.lang.Number getLow()
getLow in interface IChartAttributespublic void setLow(java.lang.Number low)
setLow in interface IChartAttributeslow - Numberpublic java.lang.Number getMarkerBulletSize()
getMarkerBulletSize in interface IChartAttributespublic void setMarkerBulletSize(java.lang.Number markerBulletSize)
setMarkerBulletSize in interface IChartAttributesmarkerBulletSize - Numberpublic java.lang.String getMarkerBulletStyleClass()
getMarkerBulletStyleClass in interface IChartAttributespublic void setMarkerBulletStyleClass(java.lang.String markerBulletStyleClass)
setMarkerBulletStyleClass in interface IChartAttributesmarkerBulletStyleClass - Stringpublic java.lang.String getMarkerBulletType()
getMarkerBulletType in interface IChartAttributespublic void setMarkerBulletType(java.lang.String markerBulletType)
setMarkerBulletType in interface IChartAttributesmarkerBulletType - String (circle, iTriangle, square, star, triangle)public java.lang.Boolean getMarkerBulletVisible()
getMarkerBulletVisible in interface IChartAttributespublic void setMarkerBulletVisible(java.lang.Boolean markerBulletVisible)
setMarkerBulletVisible in interface IChartAttributesmarkerBulletVisible - Booleanpublic java.lang.String getMarkerCaption()
getMarkerCaption in interface IChartAttributespublic void setMarkerCaption(java.lang.String markerCaption)
setMarkerCaption in interface IChartAttributesmarkerCaption - Stringpublic java.lang.String getMarkerCaptionStyleClass()
getMarkerCaptionStyleClass in interface IChartAttributespublic void setMarkerCaptionStyleClass(java.lang.String markerCaptionStyleClass)
setMarkerCaptionStyleClass in interface IChartAttributesmarkerCaptionStyleClass - Stringpublic java.lang.Boolean getMarkerCaptionVisible()
getMarkerCaptionVisible in interface IChartAttributespublic void setMarkerCaptionVisible(java.lang.Boolean markerCaptionVisible)
setMarkerCaptionVisible in interface IChartAttributesmarkerCaptionVisible - Booleanpublic java.lang.Number getOpen()
getOpen in interface IChartAttributespublic void setOpen(java.lang.Number open)
setOpen in interface IChartAttributesopen - Numberpublic java.lang.Number getRadius()
getRadius in interface IChartAttributespublic void setRadius(java.lang.Number radius)
setRadius in interface IChartAttributesradius - Numberpublic java.lang.String getShapeType()
getShapeType in interface IChartAttributespublic void setShapeType(java.lang.String shapeType)
setShapeType in interface IChartAttributesshapeType - String (chamfered, cone, cylinder, cylinderChamfered, cylinderRounded, elliptical, fiveChamfered, fiveElliptical, fivePrism, fivePyramid, fiveRounded, fourElliptical, pyramid, round, rounded, sixChamfered, sixElliptical, sixPrism, sixPyramid, sixRounded, square, threeChamfered, threeElliptical, threePrism, threePyramid, threeRounded)public java.lang.Number getStartAngle()
getStartAngle in interface IChartAttributespublic void setStartAngle(java.lang.Number startAngle)
setStartAngle in interface IChartAttributesstartAngle - Numberpublic java.lang.String getTooltipCaption()
getTooltipCaption in interface IChartAttributespublic void setTooltipCaption(java.lang.String tooltipCaption)
setTooltipCaption in interface IChartAttributestooltipCaption - Stringpublic java.lang.Number getValue()
getValue in interface IChartAttributespublic void setValue(java.lang.Number value)
setValue in interface IChartAttributesvalue - Numberpublic java.lang.String getDataMapping()
getDataMapping in interface ISeriesBase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||