lt.monarch.chart.style
Class JavaStylesheetDefaults

java.lang.Object
  extended by lt.monarch.chart.style.JavaStylesheetDefaults

public abstract class JavaStylesheetDefaults
extends java.lang.Object

Configures stylesheet to some hardcoded defaults. Uses advanced Java 1.2 features.

See Also:
Stylesheet

Constructor Summary
Constructor and Description
JavaStylesheetDefaults()
           
 
Method Summary
Modifier and Type Method and Description
static void fill(Stylesheet style)
          Fills the specified Stylesheet with some hardcoded default values.
static java.util.Hashtable<Key,java.lang.Object> getUseDefaultValues(Stylesheet s)
          Deprecated. 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaStylesheetDefaults

public JavaStylesheetDefaults()
Method Detail

fill

public static void fill(Stylesheet style)
Fills the specified Stylesheet with some hardcoded default values.

Parameters:
style - Stylesheet to toFill

getUseDefaultValues

@Deprecated
public static java.util.Hashtable<Key,java.lang.Object> getUseDefaultValues(Stylesheet s)
Deprecated.