public interface SvgClipPathElement extends SvgElement, ConditionalProcessingAttributes, CoreAttributes, PresentationAttributes, ContentElement<SvgElement>
The following features are supported:
SvgPackage.getSvgClipPathElement()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClass_()
Returns the value of the 'Class' attribute
|
ClipPathUnits |
getClipPathUnits()
Returns the value of the 'Clip Path Units' attribute.
|
java.lang.String |
getExternalResourcesRequired()
Returns the value of the 'External Resources Required' attribute
|
java.lang.String |
getStyle()
Returns the value of the 'Style' attribute
|
java.lang.String |
getTransform()
Returns the value of the 'Transform' attribute
|
void |
setClass(java.lang.String value)
Sets the value of the '
Class' attribute |
void |
setClipPathUnits(ClipPathUnits value)
Sets the value of the '
Clip Path Units' attribute |
void |
setExternalResourcesRequired(java.lang.String value)
Sets the value of the '
External Resources Required' attribute |
void |
setStyle(java.lang.String value)
Sets the value of the '
Style' attribute |
void |
setTransform(java.lang.String value)
Sets the value of the '
Transform' attribute |
getRequiredExtensions, getRequiredFeatures, getSystemLanguage, setRequiredExtensions, setRequiredFeatures, setSystemLanguagegetId, 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_modegetChildrenjava.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.getSvgClipPathElement_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.getSvgClipPathElement_Style()void setStyle(java.lang.String value)
Style' attribute.
value - the new value of the 'Style' attribute.getStyle()java.lang.String getExternalResourcesRequired()
If the meaning of the 'External Resources Required' attribute isn't clear, there really should be more of a description here...
setExternalResourcesRequired(String),
SvgPackage.getSvgClipPathElement_ExternalResourcesRequired()void setExternalResourcesRequired(java.lang.String value)
External Resources Required' attribute.
value - the new value of the 'External Resources Required' attribute.getExternalResourcesRequired()java.lang.String getTransform()
If the meaning of the 'Transform' attribute isn't clear, there really should be more of a description here...
setTransform(String),
SvgPackage.getSvgClipPathElement_Transform()void setTransform(java.lang.String value)
Transform' attribute.
value - the new value of the 'Transform' attribute.getTransform()ClipPathUnits getClipPathUnits()
"ClipPathUnits.userSpaceOnUse".
The literals are from the enumeration ClipPathUnits.
If the meaning of the 'Clip Path Units' attribute isn't clear, there really should be more of a description here...
ClipPathUnits,
setClipPathUnits(ClipPathUnits),
SvgPackage.getSvgClipPathElement_ClipPathUnits()void setClipPathUnits(ClipPathUnits value)
Clip Path Units' attribute.
value - the new value of the 'Clip Path Units' attribute.ClipPathUnits,
getClipPathUnits()