Uses of Class
de.srsoftware.tools.Tag
-
Packages that use Tag Package Description de.srsoftware.tools -
-
Uses of Tag in de.srsoftware.tools
Methods in de.srsoftware.tools with type parameters of type Tag Modifier and Type Method Description <T extends Tag>
TTag. addTo(T tag)Methods in de.srsoftware.tools that return Tag Modifier and Type Method Description TagTag. alt(String txt)TagTag. attr(String key, int i)TagTag. attr(String key, String val)TagTag. clazz(String... classes)TagTag. clazz(Collection<String> classes)TagTag. content(String content)TagTag. id(String id)TagTag. pos(int x, int y)TagTag. size(int width, int height)TagTag. style(String style)TagTag. title(String t)Methods in de.srsoftware.tools that return types with arguments of type Tag Modifier and Type Method Description Vector<Tag>Tag. children()
-