Interface IColorGradient
- All Superinterfaces:
IElement
- All Known Implementing Classes:
ColorGradient
- Author:
- Silvan Wyss
-
Method Summary
Methods inherited from interface IElement
getAttributes, getSpecification, toFormatedString, toXml
-
Method Details
-
getColor1
IColor getColor1()- Returns:
- the color1 of the current
IColorGradient.
-
getColor2
IColor getColor2()- Returns:
- the color2 of the current
IColorGradient.
-
getDirection
Direction getDirection()- Returns:
- the direction of the current
IColorGradient.
-