net.sf.dynamicreports.report.base.crosstab
Class DRCrosstabMeasure<T>
java.lang.Object
net.sf.dynamicreports.report.base.crosstab.DRCrosstabMeasure<T>
- All Implemented Interfaces:
- Serializable, DRICrosstabMeasure<T>
public class DRCrosstabMeasure<T>
- extends Object
- implements DRICrosstabMeasure<T>
- Author:
- Ricardo Mariaca (r.mariaca@dynamicreports.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DRCrosstabMeasure
public DRCrosstabMeasure(DRIExpression<?> expression)
getName
public String getName()
- Specified by:
getName
in interface DRICrosstabMeasure<T>
getExpression
public DRIExpression<?> getExpression()
- Specified by:
getExpression
in interface DRICrosstabMeasure<T>
getDataType
public DRIDataType<? super T,T> getDataType()
- Specified by:
getDataType
in interface DRICrosstabMeasure<T>
setDataType
public void setDataType(DRIDataType<? super T,T> dataType)
getPattern
public String getPattern()
- Specified by:
getPattern
in interface DRICrosstabMeasure<T>
setPattern
public void setPattern(String pattern)
getHorizontalAlignment
public HorizontalAlignment getHorizontalAlignment()
- Specified by:
getHorizontalAlignment
in interface DRICrosstabMeasure<T>
setHorizontalAlignment
public void setHorizontalAlignment(HorizontalAlignment horizontalAlignment)
getValueFormatter
public DRIValueFormatter<?,? super T> getValueFormatter()
- Specified by:
getValueFormatter
in interface DRICrosstabMeasure<T>
setValueFormatter
public void setValueFormatter(DRIValueFormatter<?,? super T> valueFormatter)
getStretchWithOverflow
public Boolean getStretchWithOverflow()
- Specified by:
getStretchWithOverflow
in interface DRICrosstabMeasure<T>
setStretchWithOverflow
public void setStretchWithOverflow(Boolean stretchWithOverflow)
getHyperLink
public DRHyperLink getHyperLink()
- Specified by:
getHyperLink
in interface DRICrosstabMeasure<T>
setHyperLink
public void setHyperLink(DRHyperLink hyperLink)
getPropertyExpressions
public List<DRIPropertyExpression> getPropertyExpressions()
- Specified by:
getPropertyExpressions
in interface DRICrosstabMeasure<T>
addPropertyExpression
public void addPropertyExpression(DRIPropertyExpression propertyExpression)
setPropertyExpressions
public void setPropertyExpressions(List<DRIPropertyExpression> propertyExpressions)
getStyles
public List<DRICrosstabCellStyle> getStyles()
- Specified by:
getStyles
in interface DRICrosstabMeasure<T>
setStyle
public void setStyle(List<DRICrosstabCellStyle> styles)
getTitleExpression
public DRIExpression<?> getTitleExpression()
- Specified by:
getTitleExpression
in interface DRICrosstabMeasure<T>
setTitleExpression
public void setTitleExpression(DRIExpression<?> titleExpression)
getTitleStyle
public DRIReportStyle getTitleStyle()
- Specified by:
getTitleStyle
in interface DRICrosstabMeasure<T>
setTitleStyle
public void setTitleStyle(DRIReportStyle titleStyle)
Copyright © 2010-2014. All Rights Reserved.