public class GaugeSector extends RefDataClass
id
factoryCreated, 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() |
void |
setEndAngle(double endAngle) |
void |
setEndAngle(float endAngle)
Deprecated.
|
void |
setFillColor(java.lang.String fillColor) |
void |
setStartAngle(double startAngle) |
void |
setStartAngle(float startAngle)
Deprecated.
|
void |
setValue(double value) |
void |
setValue(float value)
Deprecated.
|
getRef, getRef, internalSetID
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, setFactoryCreated
public 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 void setEndAngle(float endAngle)
GwtFloatVsDouble
endAngle
- New endAngle value. Default value is 0public float getEndAngle()
GwtFloatVsDouble
public void setEndAngle(double endAngle)
endAngle
- New endAngle value. Default value is 0public double getEndAngleAsDouble()
public void setFillColor(java.lang.String fillColor)
fillColor
- New fillColor value. Default value is nullCSSColor
public java.lang.String getFillColor()
CSSColor
public void setStartAngle(float startAngle)
GwtFloatVsDouble
startAngle
- New startAngle value. Default value is 0public float getStartAngle()
GwtFloatVsDouble
public void setStartAngle(double startAngle)
startAngle
- New startAngle value. Default value is 0public double getStartAngleAsDouble()
public void setValue(float value)
GwtFloatVsDouble
value
- New value value. Default value is 0public float getValue()
GwtFloatVsDouble
public void setValue(double value)
value
- New value value. Default value is 0public double getValueAsDouble()