KHTML
Go to the documentation of this file.
22 #ifndef SVGFEMorphology_h
23 #define SVGFEMorphology_h
25 #if ENABLE(SVG) && ENABLE(SVG_FILTERS)
30 enum SVGMorphologyOperatorType {
31 SVG_MORPHOLOGY_OPERATOR_UNKNOWN = 0,
32 SVG_MORPHOLOGY_OPERATOR_ERODE = 1,
33 SVG_MORPHOLOGY_OPERATOR_DIALATE = 2
36 class SVGFEMorphology :
public SVGFilterEffect {
38 SVGFEMorphology(SVGResourceFilter*);
40 SVGMorphologyOperatorType morphologyOperator()
const;
41 void setMorphologyOperator(SVGMorphologyOperatorType);
43 float radiusX()
const;
44 void setRadiusX(
float);
46 float radiusY()
const;
47 void setRadiusY(
float);
49 virtual TextStream& externalRepresentation(TextStream&)
const;
52 SVGMorphologyOperatorType m_operator;
59 #endif // ENABLE(SVG) && ENABLE(SVG_FILTERS)
61 #endif // SVGFEMorphology_h
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:19 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.