|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <LinearGradientAttributes.h>
Public Member Functions | |
| LinearGradientAttributes () | |
| SVGLengthValue | x1 () const |
| SVGLengthValue | y1 () const |
| SVGLengthValue | x2 () const |
| SVGLengthValue | y2 () const |
| void | setX1 (SVGLengthValue value) |
| void | setY1 (SVGLengthValue value) |
| void | setX2 (SVGLengthValue value) |
| void | setY2 (SVGLengthValue value) |
| bool | hasX1 () const |
| bool | hasY1 () const |
| bool | hasX2 () const |
| bool | hasY2 () const |
Public Member Functions inherited from WebCore::GradientAttributes | |
| GradientAttributes () | |
| SVGSpreadMethodType | spreadMethod () const |
| SVGUnitTypes::SVGUnitType | gradientUnits () const |
| AffineTransform | gradientTransform () const |
| const Vector< Gradient::ColorStop > & | stops () const |
| void | setSpreadMethod (SVGSpreadMethodType value) |
| void | setGradientUnits (SVGUnitTypes::SVGUnitType unitType) |
| void | setGradientTransform (const AffineTransform &value) |
| void | setStops (const Vector< Gradient::ColorStop > &value) |
| bool | hasSpreadMethod () const |
| bool | hasGradientUnits () const |
| bool | hasGradientTransform () const |
| bool | hasStops () const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.13