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(JavaScriptObject jsObj) |
| Modifier and Type | Method and Description |
|---|---|
float |
getEndAngle()
Deprecated.
|
double |
getEndAngleAsDouble() |
java.lang.String |
getFillColor() |
static GaugeSector |
getOrCreateRef(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, internalSetIDapplyFactoryProperties, 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 GaugeSector()
public GaugeSector(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(JavaScriptObject jsObj)
public void setEndAngle(float endAngle)
GwtFloatVsDoubleendAngle - Default value is 0public float getEndAngle()
GwtFloatVsDoublepublic void setEndAngle(double endAngle)
endAngle - Default value is 0public double getEndAngleAsDouble()
public void setFillColor(java.lang.String fillColor)
fillColor - See CSSColor . Default value is nullpublic java.lang.String getFillColor()
CSSColorpublic void setStartAngle(float startAngle)
GwtFloatVsDoublestartAngle - Default value is 0public float getStartAngle()
GwtFloatVsDoublepublic void setStartAngle(double startAngle)
startAngle - Default value is 0public double getStartAngleAsDouble()
public void setValue(float value)
GwtFloatVsDoublevalue - Default value is 0public float getValue()
GwtFloatVsDoublepublic void setValue(double value)
value - Default value is 0public double getValueAsDouble()