org.jfree.report.flow
Interface ReportStructureRoot

All Known Implementing Classes:
JFreeReport

public interface ReportStructureRoot

Created by IntelliJ IDEA. User: user Date: 08.12.2006 Time: 14:53:30 To change this template use File | Settings | File Templates.


Method Summary
 org.jfree.resourceloader.ResourceKey getBaseResource()
           
 org.jfree.util.Configuration getConfiguration()
           
 ReportDataFactory getDataFactory()
           
 ReportParameters getInputParameters()
           
 java.util.Locale getLocale()
           
 org.jfree.resourceloader.ResourceManager getResourceManager()
           
 

Method Detail

getDataFactory

public ReportDataFactory getDataFactory()

getInputParameters

public ReportParameters getInputParameters()

getConfiguration

public org.jfree.util.Configuration getConfiguration()

getLocale

public java.util.Locale getLocale()

getResourceManager

public org.jfree.resourceloader.ResourceManager getResourceManager()

getBaseResource

public org.jfree.resourceloader.ResourceKey getBaseResource()