org.jfree.layouting
Class DocumentContextUtility

java.lang.Object
  extended by org.jfree.layouting.DocumentContextUtility

public class DocumentContextUtility
extends java.lang.Object

Creation-Date: 13.04.2006, 12:11:20

Author:
Thomas Morgner

Method Summary
static org.jfree.resourceloader.ResourceKey getBaseResource(org.jfree.layouting.layouter.context.DocumentContext context)
           
static java.util.Date getDate(org.jfree.layouting.layouter.context.DocumentContext context)
           
static org.jfree.layouting.layouter.context.LayoutStyle getInitialStyle(org.jfree.layouting.layouter.context.DocumentContext context)
           
static org.jfree.layouting.layouter.i18n.LocalizationContext getLocalizationContext(org.jfree.layouting.layouter.context.DocumentContext context)
           
static org.jfree.resourceloader.ResourceManager getResourceManager(org.jfree.layouting.layouter.context.DocumentContext context)
           
static org.jfree.layouting.layouter.style.resolver.StyleRuleMatcher getStyleRuleMatcher(org.jfree.layouting.layouter.context.DocumentContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBaseResource

public static org.jfree.resourceloader.ResourceKey getBaseResource(org.jfree.layouting.layouter.context.DocumentContext context)

getLocalizationContext

public static org.jfree.layouting.layouter.i18n.LocalizationContext getLocalizationContext(org.jfree.layouting.layouter.context.DocumentContext context)

getResourceManager

public static org.jfree.resourceloader.ResourceManager getResourceManager(org.jfree.layouting.layouter.context.DocumentContext context)

getDate

public static java.util.Date getDate(org.jfree.layouting.layouter.context.DocumentContext context)

getStyleRuleMatcher

public static org.jfree.layouting.layouter.style.resolver.StyleRuleMatcher getStyleRuleMatcher(org.jfree.layouting.layouter.context.DocumentContext context)

getInitialStyle

public static org.jfree.layouting.layouter.context.LayoutStyle getInitialStyle(org.jfree.layouting.layouter.context.DocumentContext context)