Package org.w3c.dom.svg
Interface SVGStylable
-
- All Known Subinterfaces:
SVGAElement,SVGAltGlyphElement,SVGCircleElement,SVGClipPathElement,SVGDefsElement,SVGDescElement,SVGEllipseElement,SVGFEBlendElement,SVGFEColorMatrixElement,SVGFEComponentTransferElement,SVGFECompositeElement,SVGFEConvolveMatrixElement,SVGFEDiffuseLightingElement,SVGFEDisplacementMapElement,SVGFEFloodElement,SVGFEGaussianBlurElement,SVGFEImageElement,SVGFEMergeElement,SVGFEMorphologyElement,SVGFEOffsetElement,SVGFESpecularLightingElement,SVGFETileElement,SVGFETurbulenceElement,SVGFilterElement,SVGFilterPrimitiveStandardAttributes,SVGFontElement,SVGForeignObjectElement,SVGGElement,SVGGlyphElement,SVGGlyphRefElement,SVGGradientElement,SVGImageElement,SVGLinearGradientElement,SVGLineElement,SVGMarkerElement,SVGMaskElement,SVGMissingGlyphElement,SVGPathElement,SVGPatternElement,SVGPolygonElement,SVGPolylineElement,SVGRadialGradientElement,SVGRectElement,SVGStopElement,SVGSVGElement,SVGSwitchElement,SVGSymbolElement,SVGTextContentElement,SVGTextElement,SVGTextPathElement,SVGTextPositioningElement,SVGTitleElement,SVGTRefElement,SVGTSpanElement,SVGUseElement
public interface SVGStylable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SVGAnimatedStringgetClassName()CSSValuegetPresentationAttribute(java.lang.String name)CSSStyleDeclarationgetStyle()
-
-
-
Method Detail
-
getClassName
SVGAnimatedString getClassName()
-
getStyle
CSSStyleDeclaration getStyle()
-
getPresentationAttribute
CSSValue getPresentationAttribute(java.lang.String name)
-
-