public class GradientStopStyle extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS| Constructor and Description |
|---|
GradientStopStyle() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGradientStopColor()
Description: Specifies the fill color at a specific point along a gradient.
|
double |
getGradientStopPosition()
Description: Specifies the proportional distance along a gradient for the identified gradientStopColor.
|
java.lang.String |
getGradientStopPositionAsString()
Description: Specifies the proportional distance along a gradient for the identified gradientStopColor.
|
java.lang.String |
getId()
Description: Specifies the identifier for the component
|
java.lang.String |
getStopIndex()
Description: (Optional) Specifies the index of the gradient stop styles.
|
java.lang.String |
getTagName() |
void |
setGradientStopColor(java.lang.String gradientStopColor)
Description: Specifies the fill color at a specific point along a gradient.
|
void |
setGradientStopPosition(double gradientStopPosition)
Description: Specifies the proportional distance along a gradient for the identified gradientStopColor.
|
void |
setGradientStopPositionAsString(java.lang.String gradientStopPosition)
Description: Specifies the proportional distance along a gradient for the identified gradientStopColor.
|
void |
setId(java.lang.String id)
Description: Specifies the identifier for the component
|
void |
setStopIndex(java.lang.String stopIndex)
Description: (Optional) Specifies the index of the gradient stop styles.
|
_applyToRootElement, _applyToRootElement, applyChanges, applyChanges, applyChanges, applyChanges, applyChanges, cloneFrom, getAttribute, getComplexChild, getComplexChild, getComplexChildAsList, populateAttributesAndChildTags, removeComplexChildList, setAttribute, setComplexChild, setComplexChild, setComplexChildAsListpublic java.lang.String getTagName()
getTagName in class ComplexExtendedPropertiespublic java.lang.String getGradientStopColor()
public void setGradientStopColor(java.lang.String gradientStopColor)
gradientStopColor - the value of the gradientStopColor attribute of the Tag this class represents.
public double getGradientStopPosition()
throws java.lang.NumberFormatException
java.lang.NumberFormatExceptionpublic void setGradientStopPosition(double gradientStopPosition)
gradientStopPosition - the value of the gradientStopPosition attribute of the Tag this class represents.
public java.lang.String getGradientStopPositionAsString()
throws java.lang.NumberFormatException
java.lang.NumberFormatExceptionpublic void setGradientStopPositionAsString(java.lang.String gradientStopPosition)
gradientStopPosition - the value of the gradientStopPosition attribute of the Tag this class represents.public java.lang.String getId()
public void setId(java.lang.String id)
id - the value of the id attribute of the Tag this class represents.public java.lang.String getStopIndex()
public void setStopIndex(java.lang.String stopIndex)
stopIndex - the value of the stopIndex attribute of the Tag this class represents.