net.sf.dynamicreports.adhoc.transformation
Class XmlToAdhocTransform
java.lang.Object
net.sf.dynamicreports.adhoc.transformation.XmlToAdhocTransform
public class XmlToAdhocTransform
- 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 |
XmlToAdhocTransform
public XmlToAdhocTransform()
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.