webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
WebCore::LinearGradientAttributes Struct Reference

#include <LinearGradientAttributes.h>

Inheritance diagram for WebCore::LinearGradientAttributes:
WebCore::GradientAttributes

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
 

Constructor & Destructor Documentation

◆ LinearGradientAttributes()

WebCore::LinearGradientAttributes::LinearGradientAttributes ( )
inline

Member Function Documentation

◆ hasX1()

bool WebCore::LinearGradientAttributes::hasX1 ( ) const
inline

◆ hasX2()

bool WebCore::LinearGradientAttributes::hasX2 ( ) const
inline

◆ hasY1()

bool WebCore::LinearGradientAttributes::hasY1 ( ) const
inline

◆ hasY2()

bool WebCore::LinearGradientAttributes::hasY2 ( ) const
inline

◆ setX1()

void WebCore::LinearGradientAttributes::setX1 ( SVGLengthValue  value)
inline

◆ setX2()

void WebCore::LinearGradientAttributes::setX2 ( SVGLengthValue  value)
inline

◆ setY1()

void WebCore::LinearGradientAttributes::setY1 ( SVGLengthValue  value)
inline

◆ setY2()

void WebCore::LinearGradientAttributes::setY2 ( SVGLengthValue  value)
inline

◆ x1()

SVGLengthValue WebCore::LinearGradientAttributes::x1 ( ) const
inline

◆ x2()

SVGLengthValue WebCore::LinearGradientAttributes::x2 ( ) const
inline

◆ y1()

SVGLengthValue WebCore::LinearGradientAttributes::y1 ( ) const
inline

◆ y2()

SVGLengthValue WebCore::LinearGradientAttributes::y2 ( ) const
inline

The documentation for this struct was generated from the following file: