|
||||||||||
| 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.DataPoint
Defines an individual datapoint in a series
| 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 | |
DataPoint()
|
|
| Method Summary | |
java.lang.Object |
getChartAttribute(java.lang.String key)
Returns the named attribute value. |
java.util.Map |
getChartAttributes()
Returns the map of attribute names to attribute values. |
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 |
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 |
setChartAttribute(java.lang.String key,
java.lang.Object value)
Set an arbitrary named attribute to an attribute value. |
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 value)
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 value)
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 |
setDataStyleClass(java.lang.String value)
Sets the CSS style class that is applied to data points or series. |
void |
setExplodedRadius(java.lang.Number value)
Sets the percentage of available space used to offset pie and donut segments. |
void |
setHigh(java.lang.Number value)
Sets the numerical "high" value.<p> The high value is used by range, candlestick and OHLC charts. |
void |
setInnerRadius(java.lang.Number value)
Sets the percentage of available space used for donut holes. |
void |
setLegendCaption(java.lang.String value)
Sets the legend label for data points and series in automatic legend fill mode. |
void |
setLegendCaptionStyleClass(java.lang.String value)
Sets the CSS style class applied to automatically generated legend labels. |
void |
setLow(java.lang.Number value)
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 value)
Sets the CSS style class applied to datapoint bullets. |
void |
setMarkerBulletType(java.lang.String value)
Sets the datapoint bullet shape. |
void |
setMarkerBulletVisible(java.lang.Boolean value)
Sets the datapoint bullet visibility flag. |
void |
setMarkerCaption(java.lang.String value)
Sets the datapoint label string. |
void |
setMarkerCaptionStyleClass(java.lang.String value)
Sets the CSS style class applied to datapoint labels. |
void |
setMarkerCaptionVisible(java.lang.Boolean value)
Sets the datapoint label string visibility flag. |
void |
setOpen(java.lang.Number value)
Sets the numerical "open" value<p> The open value is used by candlestick and OHLC charts. |
void |
setRadius(java.lang.Number value)
Sets the percentage of available space used to create pie and donut segments. |
void |
setShapeType(java.lang.String value)
Sets the shape applied to datapoints and series. |
void |
setStartAngle(java.lang.Number value)
Sets the clockwise angle in degrees from twelve o'clock for the zero value in pie and dount charts. |
void |
setTooltipCaption(java.lang.String value)
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 DataPoint()
| Method Detail |
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()
IChartAttributes
getClose in interface IChartAttributespublic void setClose(java.lang.Number close)
IChartAttributes
setClose in interface IChartAttributesclose - public java.lang.Number getClusterWidth()
IChartAttributes
getClusterWidth in interface IChartAttributespublic void setClusterWidth(java.lang.Number value)
IChartAttributes
setClusterWidth in interface IChartAttributesvalue - public java.lang.Number getColumnWidth()
IChartAttributes
getColumnWidth in interface IChartAttributespublic void setColumnWidth(java.lang.Number value)
IChartAttributes
setColumnWidth in interface IChartAttributesvalue - public java.lang.String getDataStyleClass()
IChartAttributes
getDataStyleClass in interface IChartAttributespublic void setDataStyleClass(java.lang.String value)
IChartAttributes
setDataStyleClass in interface IChartAttributesvalue - public java.lang.Number getExplodedRadius()
IChartAttributes
getExplodedRadius in interface IChartAttributespublic void setExplodedRadius(java.lang.Number value)
IChartAttributes
setExplodedRadius in interface IChartAttributesvalue - public java.lang.Number getHigh()
IChartAttributes
getHigh in interface IChartAttributespublic void setHigh(java.lang.Number value)
IChartAttributes
setHigh in interface IChartAttributesvalue - public java.lang.Number getInnerRadius()
IChartAttributes
getInnerRadius in interface IChartAttributespublic void setInnerRadius(java.lang.Number value)
IChartAttributes
setInnerRadius in interface IChartAttributesvalue - public java.lang.String getLegendCaption()
IChartAttributes
getLegendCaption in interface IChartAttributespublic void setLegendCaption(java.lang.String value)
IChartAttributes
setLegendCaption in interface IChartAttributesvalue - public java.lang.String getLegendCaptionStyleClass()
IChartAttributes
getLegendCaptionStyleClass in interface IChartAttributespublic void setLegendCaptionStyleClass(java.lang.String value)
IChartAttributes
setLegendCaptionStyleClass in interface IChartAttributesvalue - public java.lang.Number getLow()
IChartAttributes
getLow in interface IChartAttributespublic void setLow(java.lang.Number value)
IChartAttributes
setLow in interface IChartAttributesvalue - public java.lang.String getMarkerBulletStyleClass()
IChartAttributes
getMarkerBulletStyleClass in interface IChartAttributespublic void setMarkerBulletStyleClass(java.lang.String value)
IChartAttributes
setMarkerBulletStyleClass in interface IChartAttributesvalue - public java.lang.Number getMarkerBulletSize()
IChartAttributes
getMarkerBulletSize in interface IChartAttributespublic void setMarkerBulletSize(java.lang.Number markerBulletSize)
IChartAttributes
setMarkerBulletSize in interface IChartAttributesmarkerBulletSize - public java.lang.String getMarkerBulletType()
IChartAttributes
getMarkerBulletType in interface IChartAttributespublic void setMarkerBulletType(java.lang.String value)
IChartAttributes
setMarkerBulletType in interface IChartAttributesvalue - public java.lang.Boolean getMarkerBulletVisible()
IChartAttributes
getMarkerBulletVisible in interface IChartAttributespublic void setMarkerBulletVisible(java.lang.Boolean value)
IChartAttributes
setMarkerBulletVisible in interface IChartAttributesvalue - public java.lang.String getMarkerCaption()
IChartAttributes
getMarkerCaption in interface IChartAttributespublic void setMarkerCaption(java.lang.String value)
IChartAttributes
setMarkerCaption in interface IChartAttributesvalue - public java.lang.String getMarkerCaptionStyleClass()
IChartAttributes
getMarkerCaptionStyleClass in interface IChartAttributespublic void setMarkerCaptionStyleClass(java.lang.String value)
IChartAttributes
setMarkerCaptionStyleClass in interface IChartAttributesvalue - public java.lang.Boolean getMarkerCaptionVisible()
IChartAttributes
getMarkerCaptionVisible in interface IChartAttributespublic void setMarkerCaptionVisible(java.lang.Boolean value)
IChartAttributes
setMarkerCaptionVisible in interface IChartAttributesvalue - public java.lang.Number getOpen()
IChartAttributes
getOpen in interface IChartAttributespublic void setOpen(java.lang.Number value)
IChartAttributes
setOpen in interface IChartAttributesvalue - public java.lang.Number getRadius()
IChartAttributes
getRadius in interface IChartAttributespublic void setRadius(java.lang.Number value)
IChartAttributes
setRadius in interface IChartAttributesvalue - public java.lang.String getShapeType()
IChartAttributes
getShapeType in interface IChartAttributespublic void setShapeType(java.lang.String value)
IChartAttributes
setShapeType in interface IChartAttributesvalue - public java.lang.Number getStartAngle()
IChartAttributes
getStartAngle in interface IChartAttributespublic void setStartAngle(java.lang.Number value)
IChartAttributes
setStartAngle in interface IChartAttributesvalue - public java.lang.String getTooltipCaption()
IChartAttributes
getTooltipCaption in interface IChartAttributespublic void setTooltipCaption(java.lang.String value)
IChartAttributes
setTooltipCaption in interface IChartAttributesvalue - public java.lang.Number getValue()
IChartAttributes
getValue in interface IChartAttributespublic void setValue(java.lang.Number value)
IChartAttributes
setValue in interface IChartAttributesvalue - public java.util.Map getChartAttributes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||