Package de.obqo.decycle.report.svg
Class SvgTagBuilder
- java.lang.Object
-
- de.obqo.decycle.report.svg.SvgTagBuilder
-
public class SvgTagBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SvgTagBuilder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GenericSvgTagclipPath()static GenericSvgTagdefs()static GenericSvgTagg()static GenericSvgTaglinearGradient()static MarkerTagmarker()static PathTagpath()static PolygonTagpolygon()static RectTagrect()static StopTagstop()static SvgTagsvg()static TextTagtext()static UseTaguse()
-
-
-
Method Detail
-
svg
public static SvgTag svg()
-
path
public static PathTag path()
-
linearGradient
public static GenericSvgTag linearGradient()
-
stop
public static StopTag stop()
-
clipPath
public static GenericSvgTag clipPath()
-
rect
public static RectTag rect()
-
polygon
public static PolygonTag polygon()
-
marker
public static MarkerTag marker()
-
g
public static GenericSvgTag g()
-
text
public static TextTag text()
-
defs
public static GenericSvgTag defs()
-
use
public static UseTag use()
-
-