net.sf.dynamicreports.design.transformation
Class ComponentTransform

java.lang.Object
  extended by net.sf.dynamicreports.design.transformation.ComponentTransform

public class ComponentTransform
extends Object

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)

Constructor Summary
ComponentTransform(DesignTransformAccessor accessor)
           
 
Method Summary
protected  DRDesignComponent booleanField(DRIBooleanField booleanField, DefaultStyleType defaultStyleType, ResetType resetType, DRDesignGroup resetGroup)
           
protected  DRDesignBreak breakComponent(DRIBreak breakComponent)
           
protected  DRDesignComponent component(DRIComponent component, DefaultStyleType defaultStyleType, ResetType resetType, DRDesignGroup resetGroup)
           
protected  EvaluationTime detectEvaluationTime(DRIDesignExpression expression)
           
protected  DRDesignEllipse ellipse(DRIEllipse ellipse)
           
 EvaluationTime evaluationTimeFromResetType(ResetType resetType)
           
protected  DRDesignFiller filler(DRIFiller filler)
           
protected  DRDesignGenericElement genericElement(DRIGenericElement genericElement, ResetType resetType, DRDesignGroup resetGroup)
           
protected  DRDesignLine line(DRILine line)
           
protected  DRDesignList list(DRIList list, DefaultStyleType defaultStyleType, ResetType resetType, DRDesignGroup resetGroup)
           
protected  DRDesignComponent listBackgroundComponent(DRIComponent backgroundComponent, DefaultStyleType defaultStyleType, ResetType resetType, DRDesignGroup resetGroup)
           
protected  DRDesignRectangle rectangle(DRIRectangle rectangle)
           
protected  DRDesignTextField textField(DRITextField<?> textField, DefaultStyleType defaultStyleType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentTransform

public ComponentTransform(DesignTransformAccessor accessor)
Method Detail

component

protected DRDesignComponent component(DRIComponent component,
                                      DefaultStyleType defaultStyleType,
                                      ResetType resetType,
                                      DRDesignGroup resetGroup)
                               throws DRException
Throws:
DRException

list

protected DRDesignList list(DRIList list,
                            DefaultStyleType defaultStyleType,
                            ResetType resetType,
                            DRDesignGroup resetGroup)
                     throws DRException
Throws:
DRException

listBackgroundComponent

protected DRDesignComponent listBackgroundComponent(DRIComponent backgroundComponent,
                                                    DefaultStyleType defaultStyleType,
                                                    ResetType resetType,
                                                    DRDesignGroup resetGroup)
                                             throws DRException
Throws:
DRException

textField

protected DRDesignTextField textField(DRITextField<?> textField,
                                      DefaultStyleType defaultStyleType)
                               throws DRException
Throws:
DRException

filler

protected DRDesignFiller filler(DRIFiller filler)
                         throws DRException
Throws:
DRException

line

protected DRDesignLine line(DRILine line)
                     throws DRException
Throws:
DRException

ellipse

protected DRDesignEllipse ellipse(DRIEllipse ellipse)
                           throws DRException
Throws:
DRException

rectangle

protected DRDesignRectangle rectangle(DRIRectangle rectangle)
                               throws DRException
Throws:
DRException

booleanField

protected DRDesignComponent booleanField(DRIBooleanField booleanField,
                                         DefaultStyleType defaultStyleType,
                                         ResetType resetType,
                                         DRDesignGroup resetGroup)
                                  throws DRException
Throws:
DRException

breakComponent

protected DRDesignBreak breakComponent(DRIBreak breakComponent)
                                throws DRException
Throws:
DRException

genericElement

protected DRDesignGenericElement genericElement(DRIGenericElement genericElement,
                                                ResetType resetType,
                                                DRDesignGroup resetGroup)
                                         throws DRException
Throws:
DRException

detectEvaluationTime

protected EvaluationTime detectEvaluationTime(DRIDesignExpression expression)

evaluationTimeFromResetType

public EvaluationTime evaluationTimeFromResetType(ResetType resetType)


Copyright © 2010-2014. All Rights Reserved.