Package de.obqo.decycle.report.svg
Interface IPresentationAttr<T extends de.obqo.decycle.report.svg.SvgContainerTag<T>>
-
- All Superinterfaces:
j2html.tags.IInstance<T>
- All Known Implementing Classes:
GenericSvgTag,MarkerTag,PathTag,PolygonTag,RectTag,StopTag,SvgTag,TextTag,UseTag
public interface IPresentationAttr<T extends de.obqo.decycle.report.svg.SvgContainerTag<T>> extends j2html.tags.IInstance<T>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default TclipPath(String clipPath)default Tcolor(String color)default Tfill(String fill)default TfillOpacity(double opacity)default TfontFamily(String fontFamily)default TfontSize(String fontSize)default TfontWeight(String fontWeight)default TmarkerEnd(String markerEnd)default Tstroke(String stroke)default TstrokeWidth(double width)default TtextAnchor(String textAnchor)default TtextRendering(String textRendering)
-