Interface IColorGradient
- All Superinterfaces:
AttributesRepresentable, IElement, SpecificationRepresentable
- All Known Implementing Classes:
ColorGradient
- Author:
- Silvan Wyss
-
Method Summary
Methods inherited from interface AttributesRepresentable
getAttributesMethods inherited from interface SpecificationRepresentable
getSpecification, hasEqualSpecificationAsElement, toFormatedString
-
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.
-