net.sf.dynamicreports.adhoc.transformation
Class XmlToAdhocTransform

java.lang.Object
  extended by net.sf.dynamicreports.adhoc.transformation.XmlToAdhocTransform

public class XmlToAdhocTransform
extends Object

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

Constructor Summary
XmlToAdhocTransform()
           
 
Method Summary
protected  AdhocAxisFormat axisFormat(XmlAdhocAxisFormat xmlAdhocAxisFormat)
           
protected  AdhocCalculation calculation(XmlAdhocCalculation xmlAdhocCalculation)
           
protected  Color color(String color)
           
protected  AdhocColumn column(XmlAdhocColumn xmlAdhocColumn)
           
protected  AdhocComponent component(XmlAdhocComponent xmlAdhocComponent)
           
protected  void component(XmlAdhocComponent xmlAdhocComponent, AdhocComponent adhocComponent)
           
protected  AdhocFilter filter(XmlAdhocFilter xmlAdhocFilter)
           
protected  AdhocFont font(XmlAdhocFont xmlAdhocFont)
           
protected  AdhocGroup group(XmlAdhocGroup xmlAdhocGroup)
           
protected  AdhocGroupHeaderLayout groupHeaderLayout(XmlAdhocGroupHeaderLayout xmlAdhocGroupHeaderLayout)
           
protected  AdhocHorizontalAlignment horizontalAlignment(XmlAdhocHorizontalAlignment xmlAdhocHorizontalAlignment)
           
protected  void chart(XmlAdhocChart xmlAdhocChart, AdhocChart adhocChart)
           
protected  AdhocChartSerie chartSerie(XmlAdhocChartSerie xmlAdhocChartSerie)
           
protected  AdhocChartType chartType(XmlAdhocChartType xmlAdhocChartType)
           
protected  AdhocOrderType orderType(XmlAdhocOrderType xmlAdhocOrderType)
           
protected  AdhocOrientation orientation(XmlAdhocOrientation xmlAdhocOrientation)
           
protected  AdhocPage page(XmlAdhocPage xmlAdhocPage)
           
protected  AdhocPageOrientation pageOrientation(XmlAdhocPageOrientation xmlAdhocPageOrientation)
           
protected  AdhocPen pen(XmlAdhocPen xmlAdhocPen)
           
protected  void properties(List<XmlAdhocProperty> xmlAdhocProperties, AdhocProperties properties)
           
protected  Object propertyStringToValue(String value, String valueClass)
           
protected  AdhocReport report(XmlAdhocReport xmlAdhocReport)
           
protected  AdhocRestriction restriction(XmlAdhocRestriction xmlAdhocRestriction)
           
protected  void restriction(XmlAdhocRestriction xmlAdhocRestriction, AdhocRestriction adhocRestriction)
           
protected  AdhocSort sort(XmlAdhocSort xmlAdhocSort)
           
protected  AdhocStyle style(XmlAdhocStyle xmlAdhocStyle)
           
protected  AdhocSubtotal subtotal(XmlAdhocSubtotal xmlAdhocSubtotal)
           
protected  AdhocSubtotalPosition subtotalPosition(XmlAdhocSubtotalPosition xmlAdhocSubtotalPosition)
           
protected  void textField(XmlAdhocTextField xmlAdhocTextField, AdhocTextField adhocTextField)
           
 AdhocConfiguration transform(XmlAdhocConfiguration xmlAdhocConfiguration)
           
protected  AdhocValueOperator valueOperator(XmlAdhocValueOperator xmlAdhocValueOperator)
           
protected  void valueRestriction(XmlAdhocValueRestriction xmlAdhocValueRestriction, AdhocValueRestriction adhocValueRestriction)
           
protected  AdhocVerticalAlignment verticalAlignment(XmlAdhocVerticalAlignment xmlAdhocVerticalAlignment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlToAdhocTransform

public XmlToAdhocTransform()
Method Detail

transform

public AdhocConfiguration transform(XmlAdhocConfiguration xmlAdhocConfiguration)

properties

protected void properties(List<XmlAdhocProperty> xmlAdhocProperties,
                          AdhocProperties properties)

propertyStringToValue

protected Object propertyStringToValue(String value,
                                       String valueClass)

report

protected AdhocReport report(XmlAdhocReport xmlAdhocReport)

column

protected AdhocColumn column(XmlAdhocColumn xmlAdhocColumn)

group

protected AdhocGroup group(XmlAdhocGroup xmlAdhocGroup)

groupHeaderLayout

protected AdhocGroupHeaderLayout groupHeaderLayout(XmlAdhocGroupHeaderLayout xmlAdhocGroupHeaderLayout)

subtotal

protected AdhocSubtotal subtotal(XmlAdhocSubtotal xmlAdhocSubtotal)

calculation

protected AdhocCalculation calculation(XmlAdhocCalculation xmlAdhocCalculation)

subtotalPosition

protected AdhocSubtotalPosition subtotalPosition(XmlAdhocSubtotalPosition xmlAdhocSubtotalPosition)

sort

protected AdhocSort sort(XmlAdhocSort xmlAdhocSort)

orderType

protected AdhocOrderType orderType(XmlAdhocOrderType xmlAdhocOrderType)

style

protected AdhocStyle style(XmlAdhocStyle xmlAdhocStyle)

color

protected Color color(String color)

font

protected AdhocFont font(XmlAdhocFont xmlAdhocFont)

pen

protected AdhocPen pen(XmlAdhocPen xmlAdhocPen)

horizontalAlignment

protected AdhocHorizontalAlignment horizontalAlignment(XmlAdhocHorizontalAlignment xmlAdhocHorizontalAlignment)

verticalAlignment

protected AdhocVerticalAlignment verticalAlignment(XmlAdhocVerticalAlignment xmlAdhocVerticalAlignment)

page

protected AdhocPage page(XmlAdhocPage xmlAdhocPage)

pageOrientation

protected AdhocPageOrientation pageOrientation(XmlAdhocPageOrientation xmlAdhocPageOrientation)

component

protected AdhocComponent component(XmlAdhocComponent xmlAdhocComponent)

component

protected void component(XmlAdhocComponent xmlAdhocComponent,
                         AdhocComponent adhocComponent)

textField

protected void textField(XmlAdhocTextField xmlAdhocTextField,
                         AdhocTextField adhocTextField)

chart

protected void chart(XmlAdhocChart xmlAdhocChart,
                     AdhocChart adhocChart)

orientation

protected AdhocOrientation orientation(XmlAdhocOrientation xmlAdhocOrientation)

axisFormat

protected AdhocAxisFormat axisFormat(XmlAdhocAxisFormat xmlAdhocAxisFormat)

chartSerie

protected AdhocChartSerie chartSerie(XmlAdhocChartSerie xmlAdhocChartSerie)

chartType

protected AdhocChartType chartType(XmlAdhocChartType xmlAdhocChartType)

filter

protected AdhocFilter filter(XmlAdhocFilter xmlAdhocFilter)

restriction

protected AdhocRestriction restriction(XmlAdhocRestriction xmlAdhocRestriction)

restriction

protected void restriction(XmlAdhocRestriction xmlAdhocRestriction,
                           AdhocRestriction adhocRestriction)

valueRestriction

protected void valueRestriction(XmlAdhocValueRestriction xmlAdhocValueRestriction,
                                AdhocValueRestriction adhocValueRestriction)

valueOperator

protected AdhocValueOperator valueOperator(XmlAdhocValueOperator xmlAdhocValueOperator)


Copyright © 2010-2013. All Rights Reserved.