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() |
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, internalSetID
applyFactoryProperties, 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, 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 GaugeSector setEndAngle(float endAngle)
GwtFloatVsDouble
endAngle
- New endAngle value. Default value is 0GaugeSector
instance, for chaining setter callspublic float getEndAngle()
GwtFloatVsDouble
public 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 callsCSSColor
public java.lang.String getFillColor()
CSSColor
public GaugeSector setStartAngle(float startAngle)
GwtFloatVsDouble
startAngle
- New startAngle value. Default value is 0GaugeSector
instance, for chaining setter callspublic float getStartAngle()
GwtFloatVsDouble
public GaugeSector setStartAngle(double startAngle)
startAngle
- New startAngle value. Default value is 0GaugeSector
instance, for chaining setter callspublic double getStartAngleAsDouble()
public GaugeSector setValue(float value)
GwtFloatVsDouble
value
- New value value. Default value is 0GaugeSector
instance, for chaining setter callspublic float getValue()
GwtFloatVsDouble
public GaugeSector setValue(double value)
value
- New value value. Default value is 0GaugeSector
instance, for chaining setter callspublic double getValueAsDouble()