dori.jasper.engine.base
Class JRBaseObjectFactory

java.lang.Object
  extended bydori.jasper.engine.base.JRBaseObjectFactory

public class JRBaseObjectFactory
extends java.lang.Object


Constructor Summary
protected JRBaseObjectFactory(JRBaseReport baseReport)
           
 
Method Summary
protected  JRBaseBand getBand(JRBand band)
           
protected  JRBaseElement getElement(JRElement element)
           
protected  JRBaseElementGroup getElementGroup(JRElementGroup elementGroup)
           
protected  JRBaseEllipse getEllipse(JREllipse ellipse)
           
protected  JRBaseExpression getExpression(JRExpression expression)
           
protected  JRBaseExpressionChunk getExpressionChunk(JRExpressionChunk expressionChunk)
           
protected  JRBaseField getField(JRField field)
           
protected  JRBaseFont getFont(JRFont font)
           
protected  JRBaseGroup getGroup(JRGroup group)
           
protected  JRBaseImage getImage(JRImage image)
           
protected  JRBaseLine getLine(JRLine line)
           
protected  JRBaseParameter getParameter(JRParameter parameter)
           
protected  JRBaseQuery getQuery(JRQuery query)
           
protected  JRBaseQueryChunk getQueryChunk(JRQueryChunk queryChunk)
           
protected  JRBaseRectangle getRectangle(JRRectangle rectangle)
           
protected  JRBaseReportFont getReportFont(JRReportFont font)
           
protected  JRBaseStaticText getStaticText(JRStaticText staticText)
           
protected  JRBaseSubreport getSubreport(JRSubreport subreport)
           
protected  JRBaseSubreportParameter getSubreportParameter(JRSubreportParameter subreportParameter)
           
protected  JRBaseTextField getTextField(JRTextField textField)
           
protected  JRBaseVariable getVariable(JRVariable variable)
           
protected  void put(java.lang.Object object, java.lang.Object baseObject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JRBaseObjectFactory

protected JRBaseObjectFactory(JRBaseReport baseReport)
Method Detail

put

protected void put(java.lang.Object object,
                   java.lang.Object baseObject)

getReportFont

protected JRBaseReportFont getReportFont(JRReportFont font)

getFont

protected JRBaseFont getFont(JRFont font)

getParameter

protected JRBaseParameter getParameter(JRParameter parameter)

getQuery

protected JRBaseQuery getQuery(JRQuery query)

getQueryChunk

protected JRBaseQueryChunk getQueryChunk(JRQueryChunk queryChunk)

getField

protected JRBaseField getField(JRField field)

getVariable

protected JRBaseVariable getVariable(JRVariable variable)

getExpression

protected JRBaseExpression getExpression(JRExpression expression)

getExpressionChunk

protected JRBaseExpressionChunk getExpressionChunk(JRExpressionChunk expressionChunk)

getGroup

protected JRBaseGroup getGroup(JRGroup group)

getBand

protected JRBaseBand getBand(JRBand band)

getElementGroup

protected JRBaseElementGroup getElementGroup(JRElementGroup elementGroup)

getElement

protected JRBaseElement getElement(JRElement element)

getLine

protected JRBaseLine getLine(JRLine line)

getRectangle

protected JRBaseRectangle getRectangle(JRRectangle rectangle)

getEllipse

protected JRBaseEllipse getEllipse(JREllipse ellipse)

getImage

protected JRBaseImage getImage(JRImage image)

getStaticText

protected JRBaseStaticText getStaticText(JRStaticText staticText)

getTextField

protected JRBaseTextField getTextField(JRTextField textField)

getSubreport

protected JRBaseSubreport getSubreport(JRSubreport subreport)

getSubreportParameter

protected JRBaseSubreportParameter getSubreportParameter(JRSubreportParameter subreportParameter)


Copyright © 2001-2004 Teodor Danciu. All Rights Reserved.