public class GaugeSector extends RefDataClass
idfactoryCreated, factoryProperties| Constructor and Description |
|---|
GaugeSector() |
GaugeSector(double value) |
GaugeSector(double value, java.lang.String fillColor) |
GaugeSector(float value) Deprecated. |
GaugeSector(float value, java.lang.String fillColor) Deprecated. |
GaugeSector(com.google.gwt.core.client.JavaScriptObject jsObj) |
| Modifier and Type | Method and Description |
|---|---|
float | getEndAngle() Deprecated. |
double | getEndAngleAsDouble() |
java.lang.String | getFillColor() |
static GaugeSector | getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
float | getStartAngle() Deprecated. |
double | getStartAngleAsDouble() |
float | getValue() Deprecated. |
double | getValueAsDouble() |
GaugeSector | setEndAngle(double endAngle) |
GaugeSector | setEndAngle(float endAngle) Deprecated. |
GaugeSector | setFillColor(java.lang.String fillColor) |
GaugeSector | setStartAngle(double startAngle) |
GaugeSector | setStartAngle(float startAngle) Deprecated. |
GaugeSector | setValue(double value) |
GaugeSector | setValue(float value) Deprecated. |
getRef, getRef, internalSetIDapplyFactoryProperties, 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 GaugeSector()
public GaugeSector(com.google.gwt.core.client.JavaScriptObject jsObj)
public GaugeSector(float value)
public GaugeSector(float value,
java.lang.String fillColor) public GaugeSector(double value)
public GaugeSector(double value,
java.lang.String fillColor) public static GaugeSector getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public GaugeSector setEndAngle(float endAngle)
GwtFloatVsDoubleendAngle - New endAngle value. Default value is 0GaugeSector instance, for chaining setter callspublic float getEndAngle()
GwtFloatVsDoublepublic GaugeSector setEndAngle(double endAngle)
endAngle - New endAngle value. Default value is 0GaugeSector instance, for chaining setter callspublic double getEndAngleAsDouble()
public GaugeSector setFillColor(java.lang.String fillColor)
fillColor - New fillColor value. Default value is nullGaugeSector instance, for chaining setter callsCSSColorpublic java.lang.String getFillColor()
CSSColorpublic GaugeSector setStartAngle(float startAngle)
GwtFloatVsDoublestartAngle - New startAngle value. Default value is 0GaugeSector instance, for chaining setter callspublic float getStartAngle()
GwtFloatVsDoublepublic GaugeSector setStartAngle(double startAngle)
startAngle - New startAngle value. Default value is 0GaugeSector instance, for chaining setter callspublic double getStartAngleAsDouble()
public GaugeSector setValue(float value)
GwtFloatVsDoublevalue - New value value. Default value is 0GaugeSector instance, for chaining setter callspublic float getValue()
GwtFloatVsDoublepublic GaugeSector setValue(double value)
value - New value value. Default value is 0GaugeSector instance, for chaining setter callspublic double getValueAsDouble()