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 Details

    • getRegistry

      public static StyleKeyRegistry getRegistry()
    • performBoot

      public static void performBoot()
    • findKeyByName

      public StyleKey findKeyByName(String name)
    • getKeyCount

      public int getKeyCount()
    • registerDefaults

      public void registerDefaults()
    • createKey

      public StyleKey createKey(String name, boolean trans, boolean inherited, int validity)
    • getKeys

      public StyleKey[] getKeys()
    • getKeys

      public StyleKey[] getKeys(StyleKey[] input)