Class RectTag

    • Field Summary

      • Fields inherited from class j2html.tags.ContainerTag

        children
    • Constructor Summary

      Constructors 
      Constructor Description
      RectTag()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T attr​(String name, double value)  
      T condAttr​(boolean condition, String name, double value)  
      RectTag height​(double height)  
      RectTag rx​(double rx)  
      RectTag width​(double width)  
      RectTag widthAndHeight​(double width, double height)  
      • 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, withCondIs, withCondLang, withCondSlot, withCondSpellcheck, withCondStyle, withCondTabindex, withCondTitle, withCondTranslate, withData, withDir, withId, withIs, withLang, withSlot, withStyle, withTabindex, withTitle
      • Methods inherited from class j2html.tags.DomContent

        toString
      • Methods inherited from interface de.obqo.decycle.report.svg.ICoordAttr

        x, y
      • Methods inherited from interface j2html.tags.IInstance

        self
      • Methods inherited from interface j2html.tags.Renderable

        render, render, render
    • Constructor Detail

      • RectTag

        public RectTag()
    • Method Detail

      • width

        public RectTag width​(double width)
      • height

        public RectTag height​(double height)
      • widthAndHeight

        public RectTag widthAndHeight​(double width,
                                      double height)
      • rx

        public RectTag rx​(double rx)
      • attr

        public T attr​(String name,
                      double value)
      • condAttr

        public T condAttr​(boolean condition,
                          String name,
                          double value)