Package de.obqo.decycle.report.svg
Class MarkerTag
- java.lang.Object
-
- j2html.tags.DomContent
-
- j2html.tags.Tag<T>
-
- j2html.tags.ContainerTag<T>
-
- de.obqo.decycle.report.svg.MarkerTag
-
- All Implemented Interfaces:
IPresentationAttr<MarkerTag>,j2html.tags.IInstance<MarkerTag>,j2html.tags.Renderable
public class MarkerTag extends j2html.tags.ContainerTag<T>
-
-
Constructor Summary
Constructors Constructor Description MarkerTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tattr(String name, double value)TcondAttr(boolean condition, String name, double value)MarkerTagmarkerHeight(double markerHeight)MarkerTagmarkerUnits(String units)MarkerTagmarkerWidth(double markerWidth)MarkerTagorient(String orient)MarkerTagrefX(double x)MarkerTagrefY(double y)-
Methods inherited from class j2html.tags.ContainerTag
condWith, condWith, condWith, getNumChildren, render, renderFormatted, renderModel, with, with, with, with, withText
-
Methods inherited from class j2html.tags.Tag
attr, attr, attr, condAttr, equals, getAttributes, getTagName, hasTagName, isContenteditable, isDraggable, isHidden, isSpellcheck, isTranslate, withAccesskey, withClass, withClasses, withCondAccessKey, withCondClass, withCondContenteditable, withCondData, withCondDir, withCondDraggable, withCondHidden, withCondId, withCondLang, withCondSpellcheck, withCondStyle, withCondTabindex, withCondTitle, withCondTranslate, withData, withDir, withId, withLang, withStyle, withTabindex, withTitle
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface de.obqo.decycle.report.svg.IPresentationAttr
clipPath, color, fill, fillOpacity, fontFamily, fontSize, fontWeight, markerEnd, stroke, strokeWidth, textAnchor, textRendering
-
-
-
-
Method Detail
-
markerWidth
public MarkerTag markerWidth(double markerWidth)
-
markerHeight
public MarkerTag markerHeight(double markerHeight)
-
refX
public MarkerTag refX(double x)
-
refY
public MarkerTag refY(double y)
-
attr
public T attr(String name, double value)
-
condAttr
public T condAttr(boolean condition, String name, double value)
-
-