20#ifndef INCLUDED_VCL_GRADIENT_HXX
21#define INCLUDED_VCL_GRADIENT_HXX
31#include <com/sun/star/awt/GradientStyle.hpp>
49 Gradient( css::awt::GradientStyle eStyle,
50 const Color& rStartColor,
51 const Color& rEndColor );
54 void SetStyle( css::awt::GradientStyle eStyle );
55 css::awt::GradientStyle GetStyle()
const;
57 void SetStartColor(
const Color& rColor );
58 const Color& GetStartColor()
const;
59 void SetEndColor(
const Color& rColor );
60 const Color& GetEndColor()
const;
66 void SetBorder( sal_uInt16 nBorder );
67 sal_uInt16 GetBorder()
const;
68 void SetOfsX( sal_uInt16 nOfsX );
69 sal_uInt16 GetOfsX()
const;
70 void SetOfsY( sal_uInt16 nOfsY );
71 sal_uInt16 GetOfsY()
const;
73 void SetStartIntensity( sal_uInt16 nIntens );
74 sal_uInt16 GetStartIntensity()
const;
75 void SetEndIntensity( sal_uInt16 nIntens );
76 sal_uInt16 GetEndIntensity()
const;
78 void SetSteps( sal_uInt16 nSteps );
79 sal_uInt16 GetSteps()
const;
Gradient(Gradient &&rGradient)
bool operator!=(const Gradient &rGradient) const
Gradient & operator=(Gradient &&rGradient)
bool operator==(const Gradient &rGradient) const
Gradient & operator=(const Gradient &rGradient)
::o3tl::cow_wrapper< Impl > mpImplGradient
Gradient(const Gradient &rGradient)
SVXCORE_DLLPUBLIC Degree100 GetAngle(const Point &rPnt)
bool operator==(const ItalicMatrix &a, const ItalicMatrix &b)