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