net.sf.dynamicreports.report.base.grid
Class DRColumnGridListCell
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DRColumnGridListCell
public DRColumnGridListCell(DRIColumnGridComponent component)
DRColumnGridListCell
public DRColumnGridListCell(HorizontalCellComponentAlignment horizontalAlignment,
VerticalCellComponentAlignment verticalAlignment,
DRIColumnGridComponent component)
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.