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 (dynamicreports@gmail.com)
See Also:
Serialized Form

Constructor Summary
DRCrosstabMeasure(DRIExpression<?> expression)
           
 
Method Summary
 DRIDataType<? super T,T> getDataType()
           
 DRIExpression<?> getExpression()
           
 HorizontalAlignment getHorizontalAlignment()
           
 String getName()
           
 String getPattern()
           
 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 setPattern(String pattern)
           
 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)

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-2012. All Rights Reserved.