Simple class that contains a list of StyleDefs. This class is only used to temporary contain a list of style defs that we will pass to the StyleDef velocity template to generate the style code. The StyleDef template now generates code for a list of styles in one class instead of a class for every style. The API is minimal to just add entries to the list and to satisfy the needs of StyleDef.vm. For example the is an "add" method but no "remove" or "clear". This is because the whole list is garbage collected after it is used.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.