Class StyleKeyRegistry
- java.lang.Object
-
- org.pentaho.reporting.libraries.css.model.StyleKeyRegistry
-
public class StyleKeyRegistry extends Object
This class should not be static, or we might create a memory leak.- Author:
- Thomas Morgner
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StyleKeycreateKey(String name, boolean trans, boolean inherited, int validity)StyleKeyfindKeyByName(String name)intgetKeyCount()StyleKey[]getKeys()StyleKey[]getKeys(StyleKey[] input)static StyleKeyRegistrygetRegistry()static voidperformBoot()voidregisterDefaults()
-
-
-
Method Detail
-
getRegistry
public static StyleKeyRegistry getRegistry()
-
performBoot
public static void performBoot()
-
getKeyCount
public int getKeyCount()
-
registerDefaults
public void registerDefaults()
-
getKeys
public StyleKey[] getKeys()
-
-