LibreOffice Module basegfx (master) 1
Public Member Functions | Public Attributes | List of all members
gfx::LinearGradientInfo Class Reference

#include <DrawCommands.hxx>

Inheritance diagram for gfx::LinearGradientInfo:
[legend]
Collaboration diagram for gfx::LinearGradientInfo:
[legend]

Public Member Functions

 LinearGradientInfo ()
 
- Public Member Functions inherited from gfx::GradientInfo
 GradientInfo (GradientType eType)
 

Public Attributes

double x1
 
double y1
 
double x2
 
double y2
 
basegfx::B2DHomMatrix maMatrix
 
- Public Attributes inherited from gfx::GradientInfo
GradientType meType
 
std::vector< GradientStopmaGradientStops
 

Detailed Description

Definition at line 65 of file DrawCommands.hxx.

Constructor & Destructor Documentation

◆ LinearGradientInfo()

gfx::LinearGradientInfo::LinearGradientInfo ( )
inline

Definition at line 68 of file DrawCommands.hxx.

References Linear.

Member Data Documentation

◆ maMatrix

basegfx::B2DHomMatrix gfx::LinearGradientInfo::maMatrix

Definition at line 82 of file DrawCommands.hxx.

◆ x1

double gfx::LinearGradientInfo::x1

Definition at line 77 of file DrawCommands.hxx.

◆ x2

double gfx::LinearGradientInfo::x2

Definition at line 79 of file DrawCommands.hxx.

◆ y1

double gfx::LinearGradientInfo::y1

Definition at line 78 of file DrawCommands.hxx.

◆ y2

double gfx::LinearGradientInfo::y2

Definition at line 80 of file DrawCommands.hxx.


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