net.sf.dynamicreports.report.base.grid
Class DRColumnGridListCell

java.lang.Object
  extended by net.sf.dynamicreports.report.base.grid.DRColumnGridListCell
All Implemented Interfaces:
Serializable, DRIColumnGridListCell

public class DRColumnGridListCell
extends Object
implements DRIColumnGridListCell

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)
See Also:
Serialized Form

Constructor Summary
DRColumnGridListCell(DRIColumnGridComponent component)
           
DRColumnGridListCell(HorizontalCellComponentAlignment horizontalAlignment, VerticalCellComponentAlignment verticalAlignment, DRIColumnGridComponent component)
           
 
Method Summary
 DRIColumnGridComponent getComponent()
           
 HorizontalCellComponentAlignment getHorizontalAlignment()
           
 VerticalCellComponentAlignment getVerticalAlignment()
           
 void setHorizontalAlignment(HorizontalCellComponentAlignment horizontalAlignment)
           
 void setVerticalAlignment(VerticalCellComponentAlignment verticalAlignment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DRColumnGridListCell

public DRColumnGridListCell(DRIColumnGridComponent component)

DRColumnGridListCell

public DRColumnGridListCell(HorizontalCellComponentAlignment horizontalAlignment,
                            VerticalCellComponentAlignment verticalAlignment,
                            DRIColumnGridComponent component)
Method Detail

setHorizontalAlignment

public void setHorizontalAlignment(HorizontalCellComponentAlignment horizontalAlignment)

getHorizontalAlignment

public HorizontalCellComponentAlignment getHorizontalAlignment()
Specified by:
getHorizontalAlignment in interface DRIColumnGridListCell

setVerticalAlignment

public void setVerticalAlignment(VerticalCellComponentAlignment verticalAlignment)

getVerticalAlignment

public VerticalCellComponentAlignment getVerticalAlignment()
Specified by:
getVerticalAlignment in interface DRIColumnGridListCell

getComponent

public DRIColumnGridComponent getComponent()
Specified by:
getComponent in interface DRIColumnGridListCell


Copyright © 2010-2014. All Rights Reserved.