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 StyleKey
createKey(String name, boolean trans, boolean inherited, int validity)
StyleKey
findKeyByName(String name)
int
getKeyCount()
StyleKey[]
getKeys()
StyleKey[]
getKeys(StyleKey[] input)
static StyleKeyRegistry
getRegistry()
static void
performBoot()
void
registerDefaults()
-
-
-
Method Detail
-
getRegistry
public static StyleKeyRegistry getRegistry()
-
performBoot
public static void performBoot()
-
getKeyCount
public int getKeyCount()
-
registerDefaults
public void registerDefaults()
-
getKeys
public StyleKey[] getKeys()
-
-