Class LinearGradient
java.lang.Object
com.smartgwt.client.core.JsObject
com.smartgwt.client.core.DataClass
com.smartgwt.client.widgets.drawing.Gradient
com.smartgwt.client.widgets.drawing.LinearGradient
- All Implemented Interfaces:
HasHandlers
-
Field Summary
Fields inherited from class com.smartgwt.client.core.DataClass
factoryCreated, factoryProperties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic LinearGradient
getOrCreateRef
(JavaScriptObject jsObj) getX1()
X coordinate of the start point.getX2()
X coordinate of the end point.getY1()
Y coordinate of the start point.getY2()
Y coordinate of the end point.X coordinate of the start point.X coordinate of the end point.Y coordinate of the start point.Y coordinate of the end point.Methods inherited from class com.smartgwt.client.widgets.drawing.Gradient
getColorStops, getEndColor, getId, getStartColor, setColorStops, setEndColor, setId, setStartColor
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
-
LinearGradient
public LinearGradient() -
LinearGradient
-
-
Method Details
-
getOrCreateRef
-
setX1
X coordinate of the start point. This can be a number or a percentage of the width of the bounding box of the DrawItem to which it is applied.- Parameters:
x1
- New x1 value. Default value is null- Returns:
LinearGradient
instance, for chaining setter calls
-
getX1
X coordinate of the start point. This can be a number or a percentage of the width of the bounding box of the DrawItem to which it is applied.- Returns:
- Current x1 value. Default value is null
-
setX2
X coordinate of the end point. This can be a number or a percentage of the width of the bounding box of the DrawItem to which it is applied.- Parameters:
x2
- New x2 value. Default value is null- Returns:
LinearGradient
instance, for chaining setter calls
-
getX2
X coordinate of the end point. This can be a number or a percentage of the width of the bounding box of the DrawItem to which it is applied.- Returns:
- Current x2 value. Default value is null
-
setY1
Y coordinate of the start point. This can be a number or a percentage of the height of the bounding box of the DrawItem to which it is applied.- Parameters:
y1
- New y1 value. Default value is null- Returns:
LinearGradient
instance, for chaining setter calls
-
getY1
Y coordinate of the start point. This can be a number or a percentage of the height of the bounding box of the DrawItem to which it is applied.- Returns:
- Current y1 value. Default value is null
-
setY2
Y coordinate of the end point. This can be a number or a percentage of the height of the bounding box of the DrawItem to which it is applied.- Parameters:
y2
- New y2 value. Default value is null- Returns:
LinearGradient
instance, for chaining setter calls
-
getY2
Y coordinate of the end point. This can be a number or a percentage of the height of the bounding box of the DrawItem to which it is applied.- Returns:
- Current y2 value. Default value is null
-