net.sf.dynamicreports.report.base.crosstab
Class DRCrosstabMeasure<T>

java.lang.Object
  extended by 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

Constructor Summary
DRCrosstabMeasure(DRIExpression<?> expression)
           
 
Method Summary
 void addPropertyExpression(DRIPropertyExpression propertyExpression)
           
 DRIDataType<? super T,T> getDataType()
           
 DRIExpression<?> getExpression()
           
 HorizontalAlignment getHorizontalAlignment()
           
 DRHyperLink getHyperLink()
           
 String getName()
           
 String getPattern()
           
 List<DRIPropertyExpression> getPropertyExpressions()
           
 Boolean getStretchWithOverflow()
           
 List<DRICrosstabCellStyle> getStyles()
           
 DRIExpression<?> getTitleExpression()
           
 DRIReportStyle getTitleStyle()
           
 DRIValueFormatter<?,? super T> getValueFormatter()
           
 void setDataType(DRIDataType<? super T,T> dataType)
           
 void setHorizontalAlignment(HorizontalAlignment horizontalAlignment)
           
 void setHyperLink(DRHyperLink hyperLink)
           
 void setPattern(String pattern)
           
 void setPropertyExpressions(List<DRIPropertyExpression> propertyExpressions)
           
 void setStretchWithOverflow(Boolean stretchWithOverflow)
           
 void setStyle(List<DRICrosstabCellStyle> styles)
           
 void setTitleExpression(DRIExpression<?> titleExpression)
           
 void setTitleStyle(DRIReportStyle titleStyle)
           
 void setValueFormatter(DRIValueFormatter<?,? super T> valueFormatter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DRCrosstabMeasure

public DRCrosstabMeasure(DRIExpression<?> expression)
Method Detail

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.