public class GaugeSector extends RefDataClass
id
factoryCreated, factoryProperties, readOnly
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, getReadOnly, isFactoryCreated, logConfiguration, 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, setReadOnly
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
- Default value is 0public float getEndAngle()
GwtFloatVsDouble
public void setEndAngle(double endAngle)
endAngle
- Default value is 0public double getEndAngleAsDouble()
public void setFillColor(java.lang.String fillColor)
fillColor
- CSSColor . Default value is null
public java.lang.String getFillColor()
CSSColor
public void setStartAngle(float startAngle)
GwtFloatVsDouble
startAngle
- Default value is 0public float getStartAngle()
GwtFloatVsDouble
public void setStartAngle(double startAngle)
startAngle
- Default value is 0public double getStartAngleAsDouble()
public void setValue(float value)
GwtFloatVsDouble
value
- Default value is 0public float getValue()
GwtFloatVsDouble
public void setValue(double value)
value
- Default value is 0public double getValueAsDouble()