public class GaugeSector extends RefDataClass
id
Constructor and Description |
---|
GaugeSector() |
GaugeSector(float value) |
GaugeSector(float value,
java.lang.String fillColor) |
GaugeSector(com.google.gwt.core.client.JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
float |
getEndAngle() |
java.lang.String |
getFillColor() |
static GaugeSector |
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
float |
getStartAngle() |
float |
getValue() |
void |
setEndAngle(float endAngle) |
void |
setFillColor(java.lang.String fillColor) |
void |
setJavaScriptObject(com.google.gwt.core.client.JavaScriptObject jsObj) |
void |
setStartAngle(float startAngle) |
void |
setValue(float value) |
getRef, getRef, internalSetID
doAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, getAttributeAsFloat, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsLong, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsString, getAttributeAsStringArray, getAttributes, getHandlerCount, getJsObj, 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
public GaugeSector()
public GaugeSector(com.google.gwt.core.client.JavaScriptObject jsObj)
public GaugeSector(float value)
public GaugeSector(float value, java.lang.String fillColor)
public static GaugeSector getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public void setJavaScriptObject(com.google.gwt.core.client.JavaScriptObject jsObj)
public void setEndAngle(float endAngle)
endAngle
- endAngle Default value is 0public float getEndAngle()
public void setFillColor(java.lang.String fillColor)
fillColor
- . See CSSColor
. Default value is nullpublic java.lang.String getFillColor()
CSSColor
public void setStartAngle(float startAngle)
startAngle
- startAngle Default value is 0public float getStartAngle()
public void setValue(float value)
value
- value Default value is 0public float getValue()