org.jfree.layouting.input.style.parser

Class CSSParserContext

public class CSSParserContext extends Object

Creation-Date: 25.11.2005, 17:47:10

Author: Thomas Morgner

Method Summary
voiddestroy()
static CSSParserContextgetContext()
StringgetDefaultNamespace()
MapgetNamespaces()
ResourceKeygetSource()
StyleKeyRegistrygetStyleKeyRegistry()
CSSValueFactorygetValueFactory()
voidsetDefaultNamespace(String defaultNamespace)
voidsetNamespaces(Map namespaces)
voidsetSource(ResourceKey source)
voidsetStyleKeyRegistry(StyleKeyRegistry styleKeyRegistry)

Method Detail

destroy

public void destroy()

getContext

public static CSSParserContext getContext()

getDefaultNamespace

public String getDefaultNamespace()

getNamespaces

public Map getNamespaces()

getSource

public ResourceKey getSource()

getStyleKeyRegistry

public StyleKeyRegistry getStyleKeyRegistry()

getValueFactory

public CSSValueFactory getValueFactory()

setDefaultNamespace

public void setDefaultNamespace(String defaultNamespace)

setNamespaces

public void setNamespaces(Map namespaces)

setSource

public void setSource(ResourceKey source)

setStyleKeyRegistry

public void setStyleKeyRegistry(StyleKeyRegistry styleKeyRegistry)