public class SpecialEffects extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS
Constructor and Description |
---|
SpecialEffects() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFillType()
Description:
Specifies whether a gradient or solid fill is used.
|
java.lang.String |
getGradientDirection()
Description:
Determines the direction of change for the gradient fill.
|
int |
getGradientNumStops()
Description:
Specifies the number of gradientStopStyles (number of colors) used.
|
java.lang.String |
getGradientNumStopsAsString()
Description:
Specifies the number of gradientStopStyles (number of colors) used.
|
GradientStopStyle |
getGradientStopStyle()
Description:
Use the gradientStopStyle tag to control the color and rate of change of a gradient fill.
|
java.lang.String |
getId()
Description:
Specifies the identifier for the component
|
java.lang.String |
getTagName() |
void |
setFillType(java.lang.String fillType)
Description:
Specifies whether a gradient or solid fill is used.
|
void |
setGradientDirection(java.lang.String gradientDirection)
Description:
Determines the direction of change for the gradient fill.
|
void |
setGradientNumStops(int gradientNumStops)
Description:
Specifies the number of gradientStopStyles (number of colors) used.
|
void |
setGradientNumStopsAsString(java.lang.String gradientNumStops)
Description:
Specifies the number of gradientStopStyles (number of colors) used.
|
void |
setGradientStopStyle(GradientStopStyle gradientStopStyle)
Description:
Use the gradientStopStyle tag to control the color and rate of change of a gradient fill.
|
void |
setId(java.lang.String id)
Description:
Specifies the identifier for the component
|
_applyToRootElement, _applyToRootElement, applyChanges, applyChanges, applyChanges, applyChanges, applyChanges, cloneFrom, getAttribute, getComplexChild, getComplexChild, getComplexChildAsList, populateAttributesAndChildTags, removeComplexChildList, setAttribute, setComplexChild, setComplexChild, setComplexChildAsList
public java.lang.String getTagName()
getTagName
in class ComplexExtendedProperties
public java.lang.String getFillType()
public void setFillType(java.lang.String fillType)
fillType
- the value of the fillType attribute of the Tag this class represents.public java.lang.String getGradientDirection()
public void setGradientDirection(java.lang.String gradientDirection)
gradientDirection
- the value of the gradientDirection attribute of the Tag this class represents.public int getGradientNumStops() throws java.lang.NumberFormatException
java.lang.NumberFormatException
public void setGradientNumStops(int gradientNumStops)
gradientNumStops
- the value of the gradientNumStops attribute of the Tag this class represents.public java.lang.String getGradientNumStopsAsString() throws java.lang.NumberFormatException
java.lang.NumberFormatException
public void setGradientNumStopsAsString(java.lang.String gradientNumStops)
gradientNumStops
- the value of the gradientNumStops 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 GradientStopStyle getGradientStopStyle()
public void setGradientStopStyle(GradientStopStyle gradientStopStyle)
gradientStopStyle
- the GradientStopStyle of the Tag this class represents.