Interface ICoordAttr<T extends de.obqo.decycle.report.svg.SvgContainerTag<T>>

  • All Superinterfaces:
    j2html.tags.IInstance<T>
    All Known Implementing Classes:
    RectTag, TextTag, UseTag

    public interface ICoordAttr<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 T x​(double x)  
      default T y​(double y)  
      • Methods inherited from interface j2html.tags.IInstance

        self
    • Method Detail

      • x

        default T x​(double x)
      • y

        default T y​(double y)