Class ColorStop
java.lang.Object
com.smartgwt.client.core.JsObject
com.smartgwt.client.core.DataClass
com.smartgwt.client.core.RefDataClass
com.smartgwt.client.widgets.drawing.ColorStop
- All Implemented Interfaces:
HasHandlers
An object containing properties that is used in Gradient types
-
Field Summary
Fields inherited from class com.smartgwt.client.core.RefDataClass
id
Fields inherited from class com.smartgwt.client.core.DataClass
factoryCreated, factoryProperties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetColor()
eg #ff0000 or red or rgb(255,0,0)float
The relative offset for the color.float
0 is transparent, 1 is fully opaquestatic ColorStop
getOrCreateRef
(JavaScriptObject jsObj) eg #ff0000 or red or rgb(255,0,0)setOffset
(float offset) The relative offset for the color.setOpacity
(float opacity) 0 is transparent, 1 is fully opaqueMethods inherited from class com.smartgwt.client.core.RefDataClass
getRef, getRef, internalSetID
Methods inherited from class com.smartgwt.client.core.DataClass
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
-
Constructor Details
-
ColorStop
public ColorStop() -
ColorStop
-
ColorStop
-
-
Method Details
-
getOrCreateRef
-
setColor
eg #ff0000 or red or rgb(255,0,0) -
getColor
eg #ff0000 or red or rgb(255,0,0)- Returns:
- Current color value. Default value is null
- See Also:
-
setOffset
The relative offset for the color.- Parameters:
offset
- New offset value. Default value is 0.0- Returns:
ColorStop
instance, for chaining setter calls
-
getOffset
public float getOffset()The relative offset for the color.- Returns:
- Current offset value. Default value is 0.0
-
setOpacity
0 is transparent, 1 is fully opaque- Parameters:
opacity
- New opacity value. Default value is 1.0- Returns:
ColorStop
instance, for chaining setter calls
-
getOpacity
public float getOpacity()0 is transparent, 1 is fully opaque- Returns:
- Current opacity value. Default value is 1.0
-