Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jbreport
Interface ReportStylesheet  view ReportStylesheet download ReportStylesheet.java

All Superinterfaces:
ReportComposite, ReportElement

public interface ReportStylesheet
extends ReportComposite

This defines a package of styles that can be used to search for a given style value.

Version:
$Revision: 1.1.1.1 $

Field Summary
 
Fields inherited from interface jbreport.ReportElement
DEEP, SHALLOW
 
Method Summary
 java.lang.String getStyleValue(java.lang.String objectType, java.lang.String className, java.lang.String paramType)
          This method is used to lookup style values.
 
Methods inherited from interface jbreport.ReportComposite
addElement
 
Methods inherited from interface jbreport.ReportElement
boundParameters, copy, copy, getBoundParamValue, getElement, getFactory, getList, getName, getParent, getRepository, getString, getStylesheet, getType, loadData, setParent, setString, xmlEnd, xmlEndChild, xmlInitialize
 

Method Detail

getStyleValue

public java.lang.String getStyleValue(java.lang.String objectType,
                                      java.lang.String className,
                                      java.lang.String paramType)
                               throws ReportException
This method is used to lookup style values.