net.sf.dynamicreports.adhoc.transformation
Class AdhocToXmlTransform

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

public class AdhocToXmlTransform
extends Object

Author:
Ricardo Mariaca (dynamicreports@gmail.com)

Constructor Summary
AdhocToXmlTransform()
           
 
Method Summary
protected  XmlAdhocAxisFormat axisFormat(AdhocAxisFormat adhocAxisFormat)
           
protected  XmlAdhocCalculation calculation(AdhocCalculation adhocCalculation)
           
protected  String color(Color color)
           
protected  XmlAdhocColumn column(AdhocColumn adhocColumn)
           
protected  XmlAdhocComponent component(AdhocComponent adhocComponent)
           
protected  void component(AdhocComponent adhocComponent, XmlAdhocComponent xmlAdhocComponent)
           
protected  XmlAdhocFilter filter(AdhocFilter adhocFilter)
           
protected  XmlAdhocFont font(AdhocFont adhocFont)
           
protected  XmlAdhocGroup group(AdhocGroup adhocGroup)
           
protected  XmlAdhocGroupHeaderLayout groupHeaderLayout(AdhocGroupHeaderLayout adhocGroupHeaderLayout)
           
protected  XmlAdhocHorizontalAlignment horizontalAlignment(AdhocHorizontalAlignment adhocHorizontalAlignment)
           
protected  void chart(AdhocChart adhocChart, XmlAdhocChart xmlAdhocChart)
           
protected  XmlAdhocChartSerie chartSerie(AdhocChartSerie adhocChartSerie)
           
protected  XmlAdhocChartType chartType(AdhocChartType adhocChartType)
           
protected  XmlAdhocOrderType orderType(AdhocOrderType adhocOrderType)
           
protected  XmlAdhocOrientation orientation(AdhocOrientation adhocOrientation)
           
protected  XmlAdhocPage page(AdhocPage adhocPage)
           
protected  XmlAdhocPageOrientation pageOrientation(AdhocPageOrientation adhocPageOrientation)
           
protected  XmlAdhocPen pen(AdhocPen adhocPen)
           
protected  void properties(AdhocProperties properties, List<XmlAdhocProperty> xmlAdhocProperties)
           
protected  String propertyValueToString(Object value)
           
protected  XmlAdhocReport report(AdhocReport adhocReport)
           
protected  XmlAdhocRestriction restriction(AdhocRestriction adhocRestriction)
           
protected  void restriction(AdhocRestriction adhocRestriction, XmlAdhocRestriction xmlAdhocRestriction)
           
protected  XmlAdhocSort sort(AdhocSort adhocSort)
           
protected  XmlAdhocStyle style(AdhocStyle adhocStyle)
           
protected  XmlAdhocSubtotal subtotal(AdhocSubtotal adhocSubtotal)
           
protected  void textField(AdhocTextField adhocTextField, XmlAdhocTextField xmlAdhocTextField)
           
 XmlAdhocConfiguration transform(AdhocConfiguration adhocConfiguration)
           
protected  XmlAdhocValueOperator valueOperator(AdhocValueOperator adhocValueOperator)
           
protected  void valueRestriction(AdhocValueRestriction adhocValueRestriction, XmlAdhocValueRestriction xmlAdhocValueRestriction)
           
protected  XmlAdhocVerticalAlignment verticalAlignment(AdhocVerticalAlignment adhocVerticalAlignment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdhocToXmlTransform

public AdhocToXmlTransform()
Method Detail

transform

public XmlAdhocConfiguration transform(AdhocConfiguration adhocConfiguration)

properties

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

propertyValueToString

protected String propertyValueToString(Object value)

report

protected XmlAdhocReport report(AdhocReport adhocReport)

column

protected XmlAdhocColumn column(AdhocColumn adhocColumn)

group

protected XmlAdhocGroup group(AdhocGroup adhocGroup)

groupHeaderLayout

protected XmlAdhocGroupHeaderLayout groupHeaderLayout(AdhocGroupHeaderLayout adhocGroupHeaderLayout)

subtotal

protected XmlAdhocSubtotal subtotal(AdhocSubtotal adhocSubtotal)

calculation

protected XmlAdhocCalculation calculation(AdhocCalculation adhocCalculation)

sort

protected XmlAdhocSort sort(AdhocSort adhocSort)

orderType

protected XmlAdhocOrderType orderType(AdhocOrderType adhocOrderType)

style

protected XmlAdhocStyle style(AdhocStyle adhocStyle)

color

protected String color(Color color)

font

protected XmlAdhocFont font(AdhocFont adhocFont)

pen

protected XmlAdhocPen pen(AdhocPen adhocPen)

horizontalAlignment

protected XmlAdhocHorizontalAlignment horizontalAlignment(AdhocHorizontalAlignment adhocHorizontalAlignment)

verticalAlignment

protected XmlAdhocVerticalAlignment verticalAlignment(AdhocVerticalAlignment adhocVerticalAlignment)

page

protected XmlAdhocPage page(AdhocPage adhocPage)

pageOrientation

protected XmlAdhocPageOrientation pageOrientation(AdhocPageOrientation adhocPageOrientation)

component

protected XmlAdhocComponent component(AdhocComponent adhocComponent)

component

protected void component(AdhocComponent adhocComponent,
                         XmlAdhocComponent xmlAdhocComponent)

textField

protected void textField(AdhocTextField adhocTextField,
                         XmlAdhocTextField xmlAdhocTextField)

chart

protected void chart(AdhocChart adhocChart,
                     XmlAdhocChart xmlAdhocChart)

orientation

protected XmlAdhocOrientation orientation(AdhocOrientation adhocOrientation)

axisFormat

protected XmlAdhocAxisFormat axisFormat(AdhocAxisFormat adhocAxisFormat)

chartSerie

protected XmlAdhocChartSerie chartSerie(AdhocChartSerie adhocChartSerie)

chartType

protected XmlAdhocChartType chartType(AdhocChartType adhocChartType)

filter

protected XmlAdhocFilter filter(AdhocFilter adhocFilter)

restriction

protected XmlAdhocRestriction restriction(AdhocRestriction adhocRestriction)

restriction

protected void restriction(AdhocRestriction adhocRestriction,
                           XmlAdhocRestriction xmlAdhocRestriction)

valueRestriction

protected void valueRestriction(AdhocValueRestriction adhocValueRestriction,
                                XmlAdhocValueRestriction xmlAdhocValueRestriction)

valueOperator

protected XmlAdhocValueOperator valueOperator(AdhocValueOperator adhocValueOperator)


Copyright © 2010-2012. All Rights Reserved.