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

#include <RadialGradientAttributes.h>

Inheritance diagram for WebCore::RadialGradientAttributes:
WebCore::GradientAttributes

Public Member Functions

 RadialGradientAttributes ()
 
SVGLengthValue cx () const
 
SVGLengthValue cy () const
 
SVGLengthValue r () const
 
SVGLengthValue fx () const
 
SVGLengthValue fy () const
 
SVGLengthValue fr () const
 
void setCx (SVGLengthValue value)
 
void setCy (SVGLengthValue value)
 
void setR (SVGLengthValue value)
 
void setFx (SVGLengthValue value)
 
void setFy (SVGLengthValue value)
 
void setFr (SVGLengthValue value)
 
bool hasCx () const
 
bool hasCy () const
 
bool hasR () const
 
bool hasFx () const
 
bool hasFy () const
 
bool hasFr () 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

◆ RadialGradientAttributes()

WebCore::RadialGradientAttributes::RadialGradientAttributes ( )
inline

Member Function Documentation

◆ cx()

SVGLengthValue WebCore::RadialGradientAttributes::cx ( ) const
inline

◆ cy()

SVGLengthValue WebCore::RadialGradientAttributes::cy ( ) const
inline

◆ fr()

SVGLengthValue WebCore::RadialGradientAttributes::fr ( ) const
inline

◆ fx()

SVGLengthValue WebCore::RadialGradientAttributes::fx ( ) const
inline

◆ fy()

SVGLengthValue WebCore::RadialGradientAttributes::fy ( ) const
inline

◆ hasCx()

bool WebCore::RadialGradientAttributes::hasCx ( ) const
inline

◆ hasCy()

bool WebCore::RadialGradientAttributes::hasCy ( ) const
inline

◆ hasFr()

bool WebCore::RadialGradientAttributes::hasFr ( ) const
inline

◆ hasFx()

bool WebCore::RadialGradientAttributes::hasFx ( ) const
inline

◆ hasFy()

bool WebCore::RadialGradientAttributes::hasFy ( ) const
inline

◆ hasR()

bool WebCore::RadialGradientAttributes::hasR ( ) const
inline

◆ r()

SVGLengthValue WebCore::RadialGradientAttributes::r ( ) const
inline

◆ setCx()

void WebCore::RadialGradientAttributes::setCx ( SVGLengthValue  value)
inline

◆ setCy()

void WebCore::RadialGradientAttributes::setCy ( SVGLengthValue  value)
inline

◆ setFr()

void WebCore::RadialGradientAttributes::setFr ( SVGLengthValue  value)
inline

◆ setFx()

void WebCore::RadialGradientAttributes::setFx ( SVGLengthValue  value)
inline

◆ setFy()

void WebCore::RadialGradientAttributes::setFy ( SVGLengthValue  value)
inline

◆ setR()

void WebCore::RadialGradientAttributes::setR ( SVGLengthValue  value)
inline

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