KHTML
Go to the documentation of this file.
22#ifndef SVGFEMorphology_h
23#define SVGFEMorphology_h
25#if ENABLE(SVG) && ENABLE(SVG_FILTERS)
30enum SVGMorphologyOperatorType {
31 SVG_MORPHOLOGY_OPERATOR_UNKNOWN = 0,
32 SVG_MORPHOLOGY_OPERATOR_ERODE = 1,
33 SVG_MORPHOLOGY_OPERATOR_DIALATE = 2
36class 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;
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by
doxygen 1.10.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.