public class DrawnValue extends DataClass
factoryCreated, factoryProperties| Constructor and Description |
|---|
DrawnValue() |
DrawnValue(com.google.gwt.core.client.JavaScriptObject jsObj) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer | getBarThickness() For bar and column charts, thickness of the bar representing this data value. |
java.lang.Integer | getEndAngle() For pie mode only, start angle of the segment for the data value. |
FacetValueMap | getFacetValues() FacetValues for the data value. |
static DrawnValue | getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
java.lang.Double | getRadius() For pie mode only, the radius of the segment for the data value. |
Record | getRecord() The data record of the data point from which this drawnValue was created. |
java.lang.Integer | getStartAngle() For pie mode only, start angle of the segment for the data value. |
java.lang.Float | getValue() Deprecated. |
java.lang.Double | getValueAsDouble() Data value this drawnValue represents. |
java.lang.Integer | getX() X coordinate where the data value is rendered. |
java.lang.Integer | getY() Y coordinate where the data value is rendered. |
void | setBarThickness(java.lang.Integer barThickness) For bar and column charts, thickness of the bar representing this data value. |
void | setEndAngle(java.lang.Integer endAngle) For pie mode only, start angle of the segment for the data value. |
void | setFacetValues(FacetValueMap facetValues) FacetValues for the data value. |
void | setRadius(java.lang.Double radius) For pie mode only, the radius of the segment for the data value. |
void | setRecord(Record record) The data record of the data point from which this drawnValue was created. |
void | setStartAngle(java.lang.Integer startAngle) For pie mode only, start angle of the segment for the data value. |
void | setValue(java.lang.Double value) Data value this drawnValue represents. |
void | setValue(java.lang.Float value) Deprecated. |
void | setX(java.lang.Integer x) X coordinate where the data value is rendered. |
void | setY(java.lang.Integer y) Y coordinate where the data value is rendered. |
applyFactoryProperties, doAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, getAttributeAsFloat, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsLong, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsString, getAttributeAsStringArray, getAttributes, getHandlerCount, isFactoryCreated, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeAsJavaObject, setFactoryCreatedpublic DrawnValue()
public DrawnValue(com.google.gwt.core.client.JavaScriptObject jsObj)
public static DrawnValue getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public void setBarThickness(java.lang.Integer barThickness)
barThickness - New barThickness value. Default value is nullpublic java.lang.Integer getBarThickness()
public void setEndAngle(java.lang.Integer endAngle)
endAngle - New endAngle value. Default value is nullpublic java.lang.Integer getEndAngle()
public void setFacetValues(FacetValueMap facetValues)
facetValues - New facetValues value. Default value is nullpublic FacetValueMap getFacetValues()
public void setRadius(java.lang.Double radius)
radius - New radius value. Default value is nullpublic java.lang.Double getRadius()
public void setRecord(Record record)
drawnValue was created. Note that a chart with an inlined facet or a multi-axis chart may define multiple data points in the same record, each of which will correspond to a different drawnValue. The way to uniquely identify the data value of this particular drawnValue is to use the facetValues.
record - New record value. Default value is nullpublic Record getRecord()
drawnValue was created. Note that a chart with an inlined facet or a multi-axis chart may define multiple data points in the same record, each of which will correspond to a different drawnValue. The way to uniquely identify the data value of this particular drawnValue is to use the facetValues.
public void setStartAngle(java.lang.Integer startAngle)
startAngle - New startAngle value. Default value is nullpublic java.lang.Integer getStartAngle()
public void setValue(java.lang.Float value)
GwtFloatVsDoubledrawnValue represents.value - New value value. Default value is nullpublic java.lang.Float getValue()
GwtFloatVsDoubledrawnValue represents.public void setValue(java.lang.Double value)
drawnValue represents.value - New value value. Default value is nullpublic java.lang.Double getValueAsDouble()
drawnValue represents.public void setX(java.lang.Integer x)
x - New x value. Default value is nullpublic java.lang.Integer getX()
public void setY(java.lang.Integer y)
y - New y value. Default value is nullpublic java.lang.Integer getY()