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. |
DrawnValue | setBarThickness(java.lang.Integer barThickness) For bar and column charts, thickness of the bar representing this data value. |
DrawnValue | setEndAngle(java.lang.Integer endAngle) For pie mode only, start angle of the segment for the data value. |
DrawnValue | setFacetValues(FacetValueMap facetValues) FacetValues for the data value. |
DrawnValue | setRadius(java.lang.Double radius) For pie mode only, the radius of the segment for the data value. |
DrawnValue | setRecord(Record record) The data record of the data point from which this drawnValue was created. |
DrawnValue | setStartAngle(java.lang.Integer startAngle) For pie mode only, start angle of the segment for the data value. |
DrawnValue | setValue(java.lang.Double value) Data value this drawnValue represents. |
DrawnValue | setValue(java.lang.Float value) Deprecated. |
DrawnValue | setX(java.lang.Integer x) X coordinate where the data value is rendered. |
DrawnValue | setY(java.lang.Integer y) Y coordinate where the data value is rendered. |
applyFactoryProperties, doAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, getAttributeAsElement, 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 DrawnValue setBarThickness(java.lang.Integer barThickness)
barThickness - New barThickness value. Default value is nullDrawnValue instance, for chaining setter callspublic java.lang.Integer getBarThickness()
public DrawnValue setEndAngle(java.lang.Integer endAngle)
endAngle - New endAngle value. Default value is nullDrawnValue instance, for chaining setter callspublic java.lang.Integer getEndAngle()
public DrawnValue setFacetValues(FacetValueMap facetValues)
facetValues - New facetValues value. Default value is nullDrawnValue instance, for chaining setter callspublic FacetValueMap getFacetValues()
public DrawnValue setRadius(java.lang.Double radius)
radius - New radius value. Default value is nullDrawnValue instance, for chaining setter callspublic java.lang.Double getRadius()
public DrawnValue 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 nullDrawnValue instance, for chaining setter callspublic 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 DrawnValue setStartAngle(java.lang.Integer startAngle)
startAngle - New startAngle value. Default value is nullDrawnValue instance, for chaining setter callspublic java.lang.Integer getStartAngle()
public DrawnValue setValue(java.lang.Float value)
GwtFloatVsDoubledrawnValue represents.value - New value value. Default value is nullDrawnValue instance, for chaining setter callspublic java.lang.Float getValue()
GwtFloatVsDoubledrawnValue represents.public DrawnValue setValue(java.lang.Double value)
drawnValue represents.value - New value value. Default value is nullDrawnValue instance, for chaining setter callspublic java.lang.Double getValueAsDouble()
drawnValue represents.public DrawnValue setX(java.lang.Integer x)
x - New x value. Default value is nullDrawnValue instance, for chaining setter callspublic java.lang.Integer getX()
public DrawnValue setY(java.lang.Integer y)
y - New y value. Default value is nullDrawnValue instance, for chaining setter callspublic java.lang.Integer getY()