public interface SvgFeMorphologyElement extends SvgElement, CoreAttributes, PresentationAttributes, FilterPrimitiveAttributes, ContentElement<SvgElement>
The following features are supported:
SvgPackage.getSvgFeMorphologyElement()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClass_()
Returns the value of the 'Class' attribute
|
MorphologyOperator |
getOperator()
Returns the value of the 'Operator' attribute.
|
java.lang.String |
getRadius()
Returns the value of the 'Radius' attribute
|
java.lang.String |
getStyle()
Returns the value of the 'Style' attribute
|
void |
setClass(java.lang.String value)
Sets the value of the '
Class' attribute |
void |
setOperator(MorphologyOperator value)
Sets the value of the '
Operator' attribute |
void |
setRadius(java.lang.String value)
Sets the value of the '
Radius' attribute |
void |
setStyle(java.lang.String value)
Sets the value of the '
Style' attribute |
getId, getXml__base, getXml__lang, getXml__space, setId, setXml__base, setXml__lang, setXml__spacegetAlignment_baseline, getBaseline_shift, getClip_path, getClip_rule, getClip, getColor_interpolation_filters, getColor_interpolation, getColor_profile, getColor_rendering, getColor, getCursor, getDirection, getDisplay, getDominant_baseline, getEnable_background, getFill_opacity, getFill_rule, getFill, getFilter, getFlood_color, getFlood_opacity, getFont_family, getFont_size_adjust, getFont_size, getFont_stretch, getFont_style, getFont_variant, getFont_weight, getGlyph_orientation_horizontal, getGlyph_orientation_vertical, getImage_rendering, getKerning, getLetter_spacing, getLighting_color, getMarker_end, getMarker_mid, getMarker_start, getMasks, getOpacity, getOverflow, getPointer_events, getShape_rendering, getStop_color, getStop_opacity, getStroke_dasharray, getStroke_dashoffset, getStroke_linecap, getStroke_linejoin, getStroke_miterlimit, getStroke_opacity, getStroke_width, getStroke, getText_anchor, getText_decoration, getText_rendering, getUnicode_bidi, getVisibility, getWord_spacing, getWriting_mode, setAlignment_baseline, setBaseline_shift, setClip_path, setClip_rule, setClip, setColor_interpolation_filters, setColor_interpolation, setColor_profile, setColor_rendering, setColor, setCursor, setDirection, setDisplay, setDominant_baseline, setEnable_background, setFill_opacity, setFill_rule, setFill, setFilter, setFlood_color, setFlood_opacity, setFont_family, setFont_size_adjust, setFont_size, setFont_stretch, setFont_style, setFont_variant, setFont_weight, setGlyph_orientation_horizontal, setGlyph_orientation_vertical, setImage_rendering, setKerning, setLetter_spacing, setLighting_color, setMarker_end, setMarker_mid, setMarker_start, setMasks, setOpacity, setOverflow, setPointer_events, setShape_rendering, setStop_color, setStop_opacity, setStroke_dasharray, setStroke_dashoffset, setStroke_linecap, setStroke_linejoin, setStroke_miterlimit, setStroke_opacity, setStroke_width, setStroke, setText_anchor, setText_decoration, setText_rendering, setUnicode_bidi, setVisibility, setWord_spacing, setWriting_modegetHeight, getIn, getResult, getWidth, getX, getY, setHeight, setIn, setResult, setWidth, setX, setYgetChildrenjava.lang.String getClass_()
If the meaning of the 'Class' attribute isn't clear, there really should be more of a description here...
setClass(String),
SvgPackage.getSvgFeMorphologyElement_Class()void setClass(java.lang.String value)
Class' attribute.
value - the new value of the 'Class' attribute.getClass_()java.lang.String getStyle()
If the meaning of the 'Style' attribute isn't clear, there really should be more of a description here...
setStyle(String),
SvgPackage.getSvgFeMorphologyElement_Style()void setStyle(java.lang.String value)
Style' attribute.
value - the new value of the 'Style' attribute.getStyle()MorphologyOperator getOperator()
"MorphologyOperator.erode".
The literals are from the enumeration MorphologyOperator.
If the meaning of the 'Operator' attribute isn't clear, there really should be more of a description here...
MorphologyOperator,
setOperator(MorphologyOperator),
SvgPackage.getSvgFeMorphologyElement_Operator()void setOperator(MorphologyOperator value)
Operator' attribute.
value - the new value of the 'Operator' attribute.MorphologyOperator,
getOperator()java.lang.String getRadius()
If the meaning of the 'Radius' attribute isn't clear, there really should be more of a description here...
setRadius(String),
SvgPackage.getSvgFeMorphologyElement_Radius()void setRadius(java.lang.String value)
Radius' attribute.
value - the new value of the 'Radius' attribute.getRadius()