net.sf.dynamicreports.adhoc.transformation
Class AdhocToXmlTransform
java.lang.Object
net.sf.dynamicreports.adhoc.transformation.AdhocToXmlTransform
public class AdhocToXmlTransform
- extends Object
- Author:
- Ricardo Mariaca (r.mariaca@dynamicreports.org)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdhocToXmlTransform
public AdhocToXmlTransform()
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)
subtotalPosition
protected XmlAdhocSubtotalPosition subtotalPosition(AdhocSubtotalPosition adhocSubtotalPosition)
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-2013. All Rights Reserved.