Class StopTag

  • All Implemented Interfaces:
    IPresentationAttr<StopTag>, j2html.tags.IInstance<StopTag>, j2html.tags.Renderable

    public class StopTag
    extends j2html.tags.ContainerTag<T>
    • Field Summary

      • Fields inherited from class j2html.tags.ContainerTag

        children
    • Constructor Summary

      Constructors 
      Constructor Description
      StopTag()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T attr​(java.lang.String name, double value)  
      T condAttr​(boolean condition, java.lang.String name, double value)  
      StopTag offset​(double offset)  
      StopTag stopColor​(java.lang.String color)  
      StopTag stopOpacity​(double opacity)  
      • 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 j2html.tags.DomContent

        toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface j2html.tags.IInstance

        self
      • Methods inherited from interface j2html.tags.Renderable

        render, render, render
    • Constructor Detail

      • StopTag

        public StopTag()
    • Method Detail

      • offset

        public StopTag offset​(double offset)
      • stopColor

        public StopTag stopColor​(java.lang.String color)
      • stopOpacity

        public StopTag stopOpacity​(double opacity)
      • attr

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

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